diff --git a/Assets/AddressableAssetsData/link.xml b/Assets/AddressableAssetsData/link.xml new file mode 100644 index 0000000..892bcad --- /dev/null +++ b/Assets/AddressableAssetsData/link.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Resources/Levels/lv0.json.meta b/Assets/AddressableAssetsData/link.xml.meta similarity index 75% rename from Assets/Resources/Levels/lv0.json.meta rename to Assets/AddressableAssetsData/link.xml.meta index 3ac9306..2bb148d 100644 --- a/Assets/Resources/Levels/lv0.json.meta +++ b/Assets/AddressableAssetsData/link.xml.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 35bc2628e7d24e94a9acb05b778357f0 +guid: a40f80dac4acf4d43924b05ec8c849ef TextScriptImporter: externalObjects: {} userData: diff --git a/Assets/ChillConnect/Define/Model/Config/Game/ArrowGameConfigModel.cs b/Assets/ChillConnect/Define/Model/Config/Game/ArrowGameConfigModel.cs new file mode 100644 index 0000000..dd10ccb --- /dev/null +++ b/Assets/ChillConnect/Define/Model/Config/Game/ArrowGameConfigModel.cs @@ -0,0 +1,22 @@ +using System.Collections.Generic; +using SGModule.ConfigLoader; + +namespace IgnoreOPS +{ + public class ArrowGameConfigModel : ConfigModel + { + public ArrowGameConfigModel(string key) : base(key) + { + } + } + public class ArrowGameConfig + { + public int id; + public string levelName; + public int gridRows; + public int gridCols; + public int pointSpacing; + public string arrows; + } + +} \ No newline at end of file diff --git a/Assets/ChillConnect/Define/Model/Config/Game/ArrowGameConfigModel.cs.meta b/Assets/ChillConnect/Define/Model/Config/Game/ArrowGameConfigModel.cs.meta new file mode 100644 index 0000000..624108d --- /dev/null +++ b/Assets/ChillConnect/Define/Model/Config/Game/ArrowGameConfigModel.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: a2de481234414c8792feee2aa26c6e47 +timeCreated: 1782804009 \ No newline at end of file diff --git a/Assets/ChillConnect/FGUI/package/Arrow_game/btn_watch.cs b/Assets/ChillConnect/FGUI/package/Arrow_game/btn_watch.cs index dd0bfa4..6629944 100644 --- a/Assets/ChillConnect/FGUI/package/Arrow_game/btn_watch.cs +++ b/Assets/ChillConnect/FGUI/package/Arrow_game/btn_watch.cs @@ -9,6 +9,7 @@ namespace FGUI.Arrow_game { public Controller can; public GImage bg; + public GImage img_saveingpot; public GTextField text; public const string URL = "ui://sjl9teijrsd4g"; @@ -23,7 +24,8 @@ namespace FGUI.Arrow_game can = GetControllerAt(0); bg = (GImage)GetChildAt(0); - text = (GTextField)GetChildAt(1); + img_saveingpot = (GImage)GetChildAt(1); + text = (GTextField)GetChildAt(2); } } } \ No newline at end of file diff --git a/Assets/ChillConnect/FGUI/package/Common_01/Common_01Binder.cs b/Assets/ChillConnect/FGUI/package/Common_01/Common_01Binder.cs index bc85e19..35e437b 100644 --- a/Assets/ChillConnect/FGUI/package/Common_01/Common_01Binder.cs +++ b/Assets/ChillConnect/FGUI/package/Common_01/Common_01Binder.cs @@ -10,6 +10,7 @@ namespace FGUI.Common_01 { UIObjectFactory.SetPackageItemExtension(com_money.URL, typeof(com_money)); UIObjectFactory.SetPackageItemExtension(btn_task_pass.URL, typeof(btn_task_pass)); + UIObjectFactory.SetPackageItemExtension(com_open_tips.URL, typeof(com_open_tips)); UIObjectFactory.SetPackageItemExtension(btn_watchAd.URL, typeof(btn_watchAd)); UIObjectFactory.SetPackageItemExtension(com_broadcast_text1.URL, typeof(com_broadcast_text1)); UIObjectFactory.SetPackageItemExtension(btn_noads.URL, typeof(btn_noads)); diff --git a/Assets/ChillConnect/FGUI/package/Common_01/com_open_tips.cs b/Assets/ChillConnect/FGUI/package/Common_01/com_open_tips.cs new file mode 100644 index 0000000..ca47203 --- /dev/null +++ b/Assets/ChillConnect/FGUI/package/Common_01/com_open_tips.cs @@ -0,0 +1,29 @@ +/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ + +using FairyGUI; +using FairyGUI.Utils; + +namespace FGUI.Common_01 +{ + public partial class com_open_tips : GComponent + { + public GTextField text_level_limit; + public GGroup panel; + public Transition t0; + public const string URL = "ui://o9974uc5arocdc"; + + public static com_open_tips CreateInstance() + { + return (com_open_tips)UIPackage.CreateObject("Common_01", "com_open_tips"); + } + + public override void ConstructFromXML(XML xml) + { + base.ConstructFromXML(xml); + + text_level_limit = (GTextField)GetChildAt(2); + panel = (GGroup)GetChildAt(3); + t0 = GetTransitionAt(0); + } + } +} \ No newline at end of file diff --git a/Assets/ChillConnect/FGUI/package/Common_01/com_open_tips.cs.meta b/Assets/ChillConnect/FGUI/package/Common_01/com_open_tips.cs.meta new file mode 100644 index 0000000..8195981 --- /dev/null +++ b/Assets/ChillConnect/FGUI/package/Common_01/com_open_tips.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 39f9cfc14b5aa4b2e9e3d36817f63e57 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ChillConnect/FGUI/package/Common_01/com_tips.cs b/Assets/ChillConnect/FGUI/package/Common_01/com_tips.cs index 5682e2c..360ff51 100644 --- a/Assets/ChillConnect/FGUI/package/Common_01/com_tips.cs +++ b/Assets/ChillConnect/FGUI/package/Common_01/com_tips.cs @@ -21,9 +21,9 @@ namespace FGUI.Common_01 { base.ConstructFromXML(xml); - title = (GTextField)GetChildAt(1); - btn_relog = (btn_yellow)GetChildAt(2); - content = (GTextField)GetChildAt(3); + title = (GTextField)GetChildAt(2); + btn_relog = (btn_yellow)GetChildAt(3); + content = (GTextField)GetChildAt(4); } } } \ No newline at end of file diff --git a/Assets/ChillConnect/FGUI/package/Lobby_03/com_hall.cs b/Assets/ChillConnect/FGUI/package/Lobby_03/com_hall.cs index e373421..0527237 100644 --- a/Assets/ChillConnect/FGUI/package/Lobby_03/com_hall.cs +++ b/Assets/ChillConnect/FGUI/package/Lobby_03/com_hall.cs @@ -9,7 +9,6 @@ namespace FGUI.Lobby_03 { public Controller state; public GTextField text_name; - public GButton bnt_luck_gift; public GButton btn_petty; public GButton btn_battle; public GButton btn_noads; @@ -46,32 +45,31 @@ namespace FGUI.Lobby_03 base.ConstructFromXML(xml); state = GetControllerAt(0); - text_name = (GTextField)GetChildAt(2); - bnt_luck_gift = (GButton)GetChildAt(3); - btn_petty = (GButton)GetChildAt(5); - btn_battle = (GButton)GetChildAt(6); - btn_noads = (GButton)GetChildAt(7); - btn_task = (GButton)GetChildAt(8); - btn_statement = (GButton)GetChildAt(9); - btn_wv = (GButton)GetChildAt(10); - left_group = (GGroup)GetChildAt(11); - btn_failpack = (GButton)GetChildAt(13); - btn_faq = (GButton)GetChildAt(14); - btn_three_day = (GButton)GetChildAt(15); - btn_shop = (btn_shop)GetChildAt(19); - btn_saveingpot = (GButton)GetChildAt(20); - btn_rank = (GButton)GetChildAt(21); - btn_sign = (btn_sign)GetChildAt(22); - btn_spin = (btn_wheel)GetChildAt(23); - btn_setting = (GButton)GetChildAt(24); - btn_restore = (GButton)GetChildAt(25); - right_group = (GGroup)GetChildAt(26); - btn_money = (GComponent)GetChildAt(27); - btn_start = (GButton)GetChildAt(29); - com_level = (com_level)GetChildAt(30); - btn_gold = (GButton)GetChildAt(32); - btn_head = (GButton)GetChildAt(33); - top_group = (GGroup)GetChildAt(34); + text_name = (GTextField)GetChildAt(1); + btn_petty = (GButton)GetChildAt(3); + btn_battle = (GButton)GetChildAt(4); + btn_noads = (GButton)GetChildAt(5); + btn_task = (GButton)GetChildAt(6); + btn_statement = (GButton)GetChildAt(7); + btn_wv = (GButton)GetChildAt(8); + left_group = (GGroup)GetChildAt(9); + btn_failpack = (GButton)GetChildAt(11); + btn_faq = (GButton)GetChildAt(12); + btn_three_day = (GButton)GetChildAt(13); + btn_shop = (btn_shop)GetChildAt(17); + btn_saveingpot = (GButton)GetChildAt(18); + btn_rank = (GButton)GetChildAt(19); + btn_sign = (btn_sign)GetChildAt(20); + btn_spin = (btn_wheel)GetChildAt(21); + btn_setting = (GButton)GetChildAt(22); + btn_restore = (GButton)GetChildAt(23); + right_group = (GGroup)GetChildAt(24); + btn_money = (GComponent)GetChildAt(25); + btn_start = (GButton)GetChildAt(27); + com_level = (com_level)GetChildAt(28); + btn_gold = (GButton)GetChildAt(30); + btn_head = (GButton)GetChildAt(31); + top_group = (GGroup)GetChildAt(32); } } } \ No newline at end of file diff --git a/Assets/ChillConnect/FGUI/package/Privacy_24/com_privacy.cs b/Assets/ChillConnect/FGUI/package/Privacy_24/com_privacy.cs index 3cc5e34..f94aeed 100644 --- a/Assets/ChillConnect/FGUI/package/Privacy_24/com_privacy.cs +++ b/Assets/ChillConnect/FGUI/package/Privacy_24/com_privacy.cs @@ -8,7 +8,7 @@ namespace FGUI.Privacy_24 public partial class com_privacy : GComponent { public Controller show; - public GButton btn_close; + public GButton btn_back; public GList text_list; public GTextField text_tips; public GTextField title; @@ -24,10 +24,10 @@ namespace FGUI.Privacy_24 base.ConstructFromXML(xml); show = GetControllerAt(0); - btn_close = (GButton)GetChildAt(2); - text_list = (GList)GetChildAt(3); - text_tips = (GTextField)GetChildAt(4); - title = (GTextField)GetChildAt(5); + btn_back = (GButton)GetChildAt(1); + text_list = (GList)GetChildAt(2); + text_tips = (GTextField)GetChildAt(3); + title = (GTextField)GetChildAt(4); } } } \ No newline at end of file diff --git a/Assets/ChillConnect/Helper/GameHelper.cs b/Assets/ChillConnect/Helper/GameHelper.cs index afa1f40..c1fdc55 100644 --- a/Assets/ChillConnect/Helper/GameHelper.cs +++ b/Assets/ChillConnect/Helper/GameHelper.cs @@ -571,7 +571,7 @@ namespace ChillConnect if (GameHelper.isRDExchangeMode()&&GameHelper.IsGiftSwitch()) { string str = ""; - return str + $"$ {ch:N0}"; + return str + $"$ {ch:N}"; } else { @@ -1077,6 +1077,17 @@ namespace ChillConnect return 0; } + public static bool IsShowOpenGameUI() + { + var vo = ConfigSystem.GetConfig().DataList; + + if (GetLevel() > vo[^1].levels_need) + { + return false; + } + return true; + } + public static void SetItemNumber(int type, int value) { if (type == 0) @@ -1378,13 +1389,19 @@ namespace ChillConnect { // if (!GameHelper.IsGiftSwitch()) var isGet = SaveData.GetSaveObject().IsGetFirstReward; - if (loginModel.NewPlayer || !isGet) + if (loginModel.NewPlayer || !isGet ) { - SaveData.GetSaveObject().IsGetFirstReward = true; - GameHelper.GetLoginModel().NewPlayer = false; - // PlayerPrefs.GetInt("FirstReward", 1); - var awardNum = ConfigSystem.GetConfig().InitialNum; - addMoney(awardNum); + if (IsGiftSwitch()) + { + SaveData.GetSaveObject().IsGetFirstReward = true; + SaveData.saveDataFunc(); + GameHelper.GetLoginModel().NewPlayer = false; + // PlayerPrefs.GetInt("FirstReward", 1); + var awardNum = ConfigSystem.GetConfig().InitialNum; + addMoney(awardNum); + GameDispatcher.Instance.Dispatch(GameMsg.Update102); + } + AddGoldNumber(50); } } diff --git a/Assets/ChillConnect/Manager/HallManager.cs b/Assets/ChillConnect/Manager/HallManager.cs index 8de0908..276e766 100644 --- a/Assets/ChillConnect/Manager/HallManager.cs +++ b/Assets/ChillConnect/Manager/HallManager.cs @@ -30,7 +30,7 @@ namespace ChillConnect private ConsumeSystem consumeSys; private bool isFirstEnter = true; - public int enterHallTimes = 0; + public int openTipsTimes = 0; public bool isShowRankView = false; public event Action UpdateEvent; private Camera _gameCamera; @@ -104,7 +104,6 @@ namespace ChillConnect { // int index = obj != null ? (int)obj : 2; - enterHallTimes++; UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PlayUI_Close); UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.RewardAniUI_Close); AudioManager.Instance.StopBGM(); @@ -170,12 +169,12 @@ namespace ChillConnect private void OpenWb(object obj) { - // if (obj is not SDKOpenConfig openConfig) return; - + if (obj is not SDKOpenConfig openConfig) return; + // SdkConfigMgr.Instance.Open(openConfig.normal, openConfig.url); SetCameraVisible(false); - UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.H5UI_Open, false); + UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.H5UI_Open, openConfig); GameDispatcher.Instance.Dispatch(GameMsg.hideBroadCast); } @@ -250,4 +249,12 @@ namespace ChillConnect this.isInH5 = isInH5; } } + + public class SDKOpenConfig + { + [JsonProperty("normal")] + public bool normal; + [JsonProperty("url")] + public string url; + } } diff --git a/Assets/NCWWA6A0SDK/ThirdParty/WebView/WebViewObject1.cs b/Assets/NCWWA6A0SDK/ThirdParty/WebView/WebViewObject1.cs new file mode 100644 index 0000000..712587f --- /dev/null +++ b/Assets/NCWWA6A0SDK/ThirdParty/WebView/WebViewObject1.cs @@ -0,0 +1,2161 @@ +/* + * Copyright (C) 2011 Keijiro Takahashi + * Copyright (C) 2012 GREE, Inc. + * + * This software is provided 'as-is', without any express or implied + * warranty. In no event will the authors be held liable for any damages + * arising from the use of this software. + * + * Permission is granted to anyone to use this software for any purpose, + * including commercial applications, and to alter it and redistribute it + * freely, subject to the following restrictions: + * + * 1. The origin of this software must not be misrepresented; you must not + * claim that you wrote the original software. If you use this software + * in a product, an acknowledgment in the product documentation would be + * appreciated but is not required. + * 2. Altered source versions must be plainly marked as such, and must not be + * misrepresented as being the original software. + * 3. This notice may not be removed or altered from any source distribution. + */ + +using UnityEngine; +using System; +using System.Collections; +using System.Collections.Generic; +using System.Runtime.InteropServices; +#if UNITY_2018_4_OR_NEWER +using UnityEngine.Networking; +#endif +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX +using System.IO; +using System.Text.RegularExpressions; +using UnityEngine.EventSystems; +using UnityEngine.Rendering; +using UnityEngine.UI; +#endif +#if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN +using UnityEngine.Rendering; +using UnityEngine.UI; +#endif +#if UNITY_ANDROID +using UnityEngine.Android; +#endif + +using Callback = System.Action; + +namespace Gree.UnityWebView +{ +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + public class UnitySendMessageDispatcher + { + public static void Dispatch(string name, string method, string message) + { + GameObject obj = GameObject.Find(name); + if (obj != null) + obj.SendMessage(method, message); + } + } +#endif + + public class WebViewObject1 : MonoBehaviour + { + Callback onJS; + Callback onError; + Callback onHttpError; + Callback onStarted; + Callback onLoaded; + Callback onHooked; + Callback onCookies; + bool paused; + bool visibility; + bool alertDialogEnabled; + bool scrollBounceEnabled; + int mMarginLeft; + int mMarginTop; + int mMarginRight; + int mMarginBottom; + bool mMarginRelative; + float mMarginLeftComputed; + float mMarginTopComputed; + float mMarginRightComputed; + float mMarginBottomComputed; + bool mMarginRelativeComputed; +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + public GameObject canvas; + Image bg; + IntPtr webView; + Rect rect; + Texture2D texture; +#if UNITY_2018_2_OR_NEWER +#else + byte[] textureDataBuffer; +#endif + string inputString = ""; + bool hasFocus; +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + public GameObject canvas; + Image bg; + IntPtr webView; + Rect rect; + Texture2D texture; + byte[] textureDataBuffer; + string inputString = ""; + bool hasFocus; +#elif UNITY_IPHONE + IntPtr webView; +#elif UNITY_ANDROID + AndroidJavaObject webView; + + bool mVisibility; + int mKeyboardVisibleHeight; + float mResumedTimestamp; + int mLastScreenHeight; +#if UNITYWEBVIEW_ANDROID_ENABLE_NAVIGATOR_ONLINE + float androidNetworkReachabilityCheckT0 = -1.0f; + NetworkReachability? androidNetworkReachability0 = null; +#endif + bool mAllowVideoCapture; + bool mAllowAudioCapture; + + void OnApplicationPause(bool paused) + { + this.paused = paused; + if (webView == null) + return; + // if (!paused && mKeyboardVisibleHeight > 0) + // { + // webView.Call("SetVisibility", false); + // mResumedTimestamp = Time.realtimeSinceStartup; + // } + webView.Call("OnApplicationPause", paused); + } + + void Update() + { + // NOTE: + // + // When OnApplicationPause(true) is called and the app is in closing, webView.Call(...) + // after that could cause crashes because underlying java instances were closed. + // + // This has not been cleary confirmed yet. However, as Update() is called once after + // OnApplicationPause(true), it is likely correct. + // + // Base on this assumption, we do nothing here if the app is paused. + // + // cf. https://github.com/gree/unity-webview/issues/991#issuecomment-1776628648 + // cf. https://docs.unity3d.com/2020.3/Documentation/Manual/ExecutionOrder.html + // + // In between frames + // + // * OnApplicationPause: This is called at the end of the frame where the pause is detected, + // effectively between the normal frame updates. One extra frame will be issued after + // OnApplicationPause is called to allow the game to show graphics that indicate the + // paused state. + // + if (paused) + return; + if (webView == null) + return; +#if UNITYWEBVIEW_ANDROID_ENABLE_NAVIGATOR_ONLINE + var t = Time.time; + if (t - 1.0f >= androidNetworkReachabilityCheckT0) + { + androidNetworkReachabilityCheckT0 = t; + var androidNetworkReachability = Application.internetReachability; + if (androidNetworkReachability0 != androidNetworkReachability) + { + androidNetworkReachability0 = androidNetworkReachability; + webView.Call("SetNetworkAvailable", androidNetworkReachability != NetworkReachability.NotReachable); + } + } +#endif + if (mResumedTimestamp != 0.0f && Time.realtimeSinceStartup - mResumedTimestamp > 0.5f) + { + mResumedTimestamp = 0.0f; + webView.Call("SetVisibility", mVisibility); + } + if (Screen.height != mLastScreenHeight) + { + mLastScreenHeight = Screen.height; + webView.Call("EvaluateJS", "(function() {var e = document.activeElement; if (e != null && e.tagName.toLowerCase() != 'body') {e.blur(); e.focus();}})()"); + } + for (;;) { + if (webView == null) + break; + var s = webView.Call("GetMessage"); + if (s == null) + break; + var i = s.IndexOf(':', 0); + if (i == -1) + continue; + switch (s.Substring(0, i)) { + case "CallFromJS": + CallFromJS(s.Substring(i + 1)); + break; + case "CallOnError": + CallOnError(s.Substring(i + 1)); + break; + case "CallOnHttpError": + CallOnHttpError(s.Substring(i + 1)); + break; + case "CallOnLoaded": + CallOnLoaded(s.Substring(i + 1)); + break; + case "CallOnStarted": + CallOnStarted(s.Substring(i + 1)); + break; + case "CallOnHooked": + CallOnHooked(s.Substring(i + 1)); + break; + case "CallOnCookies": + CallOnCookies(s.Substring(i + 1)); + break; + case "SetKeyboardVisible": + SetKeyboardVisible(s.Substring(i + 1)); + break; + case "RequestFileChooserPermissions": + RequestFileChooserPermissions(); + break; + } + } + } + + /// Called from Java native plugin to set when the keyboard is opened + public void SetKeyboardVisible(string keyboardVisibleHeight) + { + if (BottomAdjustmentDisabled()) + { + return; + } + var keyboardVisibleHeight0 = mKeyboardVisibleHeight; + var keyboardVisibleHeight1 = Int32.Parse(keyboardVisibleHeight); + if (keyboardVisibleHeight0 != keyboardVisibleHeight1) + { + mKeyboardVisibleHeight = keyboardVisibleHeight1; + SetMargins(mMarginLeft, mMarginTop, mMarginRight, mMarginBottom, mMarginRelative); + EvaluateJS("setTimeout(function(){if(document&&document.activeElement){document.activeElement.scrollIntoView();}}, 200);"); + } + } + + /// Called from Java native plugin to request permissions for the file chooser. + public void RequestFileChooserPermissions() + { + var permissions = new List(); + using (var version = new AndroidJavaClass("android.os.Build$VERSION")) + { + if (version.GetStatic("SDK_INT") >= 33) + { + if (!Permission.HasUserAuthorizedPermission("android.permission.READ_MEDIA_IMAGES")) + { + permissions.Add("android.permission.READ_MEDIA_IMAGES"); + } + if (!Permission.HasUserAuthorizedPermission("android.permission.READ_MEDIA_VIDEO")) + { + permissions.Add("android.permission.READ_MEDIA_VIDEO"); + } + if (!Permission.HasUserAuthorizedPermission("android.permission.READ_MEDIA_AUDIO")) + { + permissions.Add("android.permission.READ_MEDIA_AUDIO"); + } + } + else + { + if (!Permission.HasUserAuthorizedPermission(Permission.ExternalStorageRead)) + { + permissions.Add(Permission.ExternalStorageRead); + } + if (!Permission.HasUserAuthorizedPermission(Permission.ExternalStorageWrite)) + { + permissions.Add(Permission.ExternalStorageWrite); + } + } + } +#if UNITYWEBVIEW_ANDROID_ENABLE_CAMERA + if (!Permission.HasUserAuthorizedPermission(Permission.Camera) && mAllowVideoCapture) + { + permissions.Add(Permission.Camera); + } +#endif +#if UNITYWEBVIEW_ANDROID_ENABLE_MICROPHONE + if (!Permission.HasUserAuthorizedPermission(Permission.Microphone) && mAllowAudioCapture) + { + permissions.Add(Permission.Microphone); + } +#endif + if (permissions.Count > 0) + { +#if UNITY_2020_2_OR_NEWER + var grantedCount = 0; + var deniedCount = 0; + var callbacks = new PermissionCallbacks(); + callbacks.PermissionGranted += (permission) => + { + grantedCount++; + if (grantedCount + deniedCount == permissions.Count) + { + StartCoroutine(CallOnRequestFileChooserPermissionsResult(grantedCount == permissions.Count)); + } + }; + callbacks.PermissionDenied += (permission) => + { + deniedCount++; + if (grantedCount + deniedCount == permissions.Count) + { + StartCoroutine(CallOnRequestFileChooserPermissionsResult(grantedCount == permissions.Count)); + } + }; + callbacks.PermissionDeniedAndDontAskAgain += (permission) => + { + deniedCount++; + if (grantedCount + deniedCount == permissions.Count) + { + StartCoroutine(CallOnRequestFileChooserPermissionsResult(grantedCount == permissions.Count)); + } + }; + Permission.RequestUserPermissions(permissions.ToArray(), callbacks); +#else + StartCoroutine(RequestFileChooserPermissionsCoroutine(permissions.ToArray())); +#endif + } + else + { + StartCoroutine(CallOnRequestFileChooserPermissionsResult(true)); + } + } + +#if UNITY_2020_2_OR_NEWER +#else + int mRequestPermissionPhase; + + IEnumerator RequestFileChooserPermissionsCoroutine(string[] permissions) + { + foreach (var permission in permissions) + { + mRequestPermissionPhase = 0; + Permission.RequestUserPermission(permission); + // waiting permission dialog that may not be opened. + for (var i = 0; i < 8 && mRequestPermissionPhase == 0; i++) + { + yield return new WaitForSeconds(0.25f); + } + if (mRequestPermissionPhase == 0) + { + // permission dialog was not opened. + continue; + } + while (mRequestPermissionPhase == 1) + { + yield return new WaitForSeconds(0.3f); + } + } + yield return new WaitForSeconds(0.3f); + var granted = 0; + foreach (var permission in permissions) + { + if (Permission.HasUserAuthorizedPermission(permission)) + { + granted++; + } + } + StartCoroutine(CallOnRequestFileChooserPermissionsResult(granted == permissions.Length)); + } + + void OnApplicationFocus(bool hasFocus) + { + if (hasFocus) + { + if (mRequestPermissionPhase == 1) + { + mRequestPermissionPhase = 2; + } + } + else + { + if (mRequestPermissionPhase == 0) + { + mRequestPermissionPhase = 1; + } + } + } +#endif + + private IEnumerator CallOnRequestFileChooserPermissionsResult(bool granted) + { + for (var i = 0; i < 3; i++) + { + yield return null; + } + webView.Call("OnRequestFileChooserPermissionsResult", granted); + } + + public int AdjustBottomMargin(int bottom) + { + if (BottomAdjustmentDisabled()) + { + return bottom; + } + else if (mKeyboardVisibleHeight <= 0) + { + return bottom; + } + else + { + int keyboardHeight = 0; + using (var unityClass = new AndroidJavaClass("com.unity3d.player.UnityPlayer")) + using (var activity = unityClass.GetStatic("currentActivity")) + using (var player = activity.Get("mUnityPlayer")) + using (var view = player.Call("getView")) + using (var rect = new AndroidJavaObject("android.graphics.Rect")) + { + if (view.Call("getGlobalVisibleRect", rect)) + { + int h0 = rect.Get("bottom"); + view.Call("getWindowVisibleDisplayFrame", rect); + int h1 = rect.Get("bottom"); + keyboardHeight = h0 - h1; + } + } + return (bottom > keyboardHeight) ? bottom : keyboardHeight; + } + } + + private bool BottomAdjustmentDisabled() + { +#if UNITYWEBVIEW_ANDROID_FORCE_MARGIN_ADJUSTMENT_FOR_KEYBOARD + return false; +#else + return + !Screen.fullScreen + || ((Screen.autorotateToLandscapeLeft || Screen.autorotateToLandscapeRight) + && (Screen.autorotateToPortrait || Screen.autorotateToPortraitUpsideDown)); +#endif + } +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + IntPtr webView; +#else + IntPtr webView; +#endif + + void Awake() + { + alertDialogEnabled = true; + scrollBounceEnabled = true; + mMarginLeftComputed = -9999; + mMarginTopComputed = -9999; + mMarginRightComputed = -9999; + mMarginBottomComputed = -9999; + } + + public bool IsKeyboardVisible + { + get + { +#if !UNITY_EDITOR && UNITY_ANDROID + return mKeyboardVisibleHeight > 0; +#elif !UNITY_EDITOR && UNITY_IPHONE + return TouchScreenKeyboard.visible; +#else + return false; +#endif + } + } + +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + [DllImport("WebView")] + private static extern string _CWebViewPlugin_GetAppPath(); + [DllImport("WebView")] + private static extern IntPtr _CWebViewPlugin_InitStatic( + bool inEditor, bool useMetal); + [DllImport("WebView")] + private static extern bool _CWebViewPlugin_IsInitialized( + IntPtr instance); + [DllImport("WebView")] + private static extern IntPtr _CWebViewPlugin_Init( + string gameObject, bool transparent, bool zoom, int width, int height, string ua, bool separated); + [DllImport("WebView")] + private static extern int _CWebViewPlugin_Destroy(IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SetRect( + IntPtr instance, int width, int height); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SetVisibility( + IntPtr instance, bool visibility); + [DllImport("WebView")] + private static extern bool _CWebViewPlugin_SetURLPattern( + IntPtr instance, string allowPattern, string denyPattern, string hookPattern); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_LoadURL( + IntPtr instance, string url); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_LoadHTML( + IntPtr instance, string html, string baseUrl); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_EvaluateJS( + IntPtr instance, string url); + [DllImport("WebView")] + private static extern int _CWebViewPlugin_Progress( + IntPtr instance); + [DllImport("WebView")] + private static extern bool _CWebViewPlugin_CanGoBack( + IntPtr instance); + [DllImport("WebView")] + private static extern bool _CWebViewPlugin_CanGoForward( + IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_GoBack( + IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_GoForward( + IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_Reload( + IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SendMouseEvent(IntPtr instance, int x, int y, float deltaY, int mouseState); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SendKeyEvent(IntPtr instance, int x, int y, string keyChars, ushort keyCode, int keyState); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_Update(IntPtr instance, bool refreshBitmap, int devicePixelRatio); + [DllImport("WebView")] + private static extern int _CWebViewPlugin_BitmapWidth(IntPtr instance); + [DllImport("WebView")] + private static extern int _CWebViewPlugin_BitmapHeight(IntPtr instance); + [DllImport("WebView")] + private static extern bool _CWebViewPlugin_BitmapARGB(IntPtr instance); + [DllImport("WebView")] + private static extern IntPtr _CWebViewPlugin_Render(IntPtr instance, IntPtr textureBuffer); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_AddCustomHeader(IntPtr instance, string headerKey, string headerValue); + [DllImport("WebView")] + private static extern string _CWebViewPlugin_GetCustomHeaderValue(IntPtr instance, string headerKey); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_RemoveCustomHeader(IntPtr instance, string headerKey); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_ClearCustomHeader(IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_ClearCookie(string url, string name); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_ClearCookies(); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SaveCookies(); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_GetCookies(IntPtr instance, string url); + [DllImport("WebView")] + private static extern string _CWebViewPlugin_GetMessage(IntPtr instance); +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + [DllImport("WebView")] + private static extern string _CWebViewPlugin_GetAppPath(); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_InitStatic(bool inEditor, bool useMetal); + [DllImport("WebView")] + private static extern bool _CWebViewPlugin_IsInitialized(IntPtr instance); + [DllImport("WebView")] + private static extern IntPtr _CWebViewPlugin_Init(string gameObject, bool transparent, bool zoom, int width, int height, string ua, bool separated); + [DllImport("WebView")] + private static extern int _CWebViewPlugin_Destroy(IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SetRect(IntPtr instance, int width, int height); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SetVisibility(IntPtr instance, bool visibility); + [DllImport("WebView")] + private static extern bool _CWebViewPlugin_SetURLPattern(IntPtr instance, string allowPattern, string denyPattern, string hookPattern); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_LoadURL(IntPtr instance, string url); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_LoadHTML(IntPtr instance, string html, string baseUrl); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_EvaluateJS(IntPtr instance, string url); + [DllImport("WebView")] + private static extern int _CWebViewPlugin_Progress(IntPtr instance); + [DllImport("WebView")] + private static extern bool _CWebViewPlugin_CanGoBack(IntPtr instance); + [DllImport("WebView")] + private static extern bool _CWebViewPlugin_CanGoForward(IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_GoBack(IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_GoForward(IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_Reload(IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SendMouseEvent(IntPtr instance, int x, int y, float deltaY, int mouseState); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SendKeyEvent(IntPtr instance, int x, int y, string keyChars, ushort keyCode, int keyState); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_Update(IntPtr instance, bool refreshBitmap, int devicePixelRatio); + [DllImport("WebView")] + private static extern int _CWebViewPlugin_BitmapWidth(IntPtr instance); + [DllImport("WebView")] + private static extern int _CWebViewPlugin_BitmapHeight(IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_Render(IntPtr instance, IntPtr textureBuffer); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_AddCustomHeader(IntPtr instance, string headerKey, string headerValue); + [DllImport("WebView")] + private static extern string _CWebViewPlugin_GetCustomHeaderValue(IntPtr instance, string headerKey); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_RemoveCustomHeader(IntPtr instance, string headerKey); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_ClearCustomHeader(IntPtr instance); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_ClearCookie(string url, string name); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_ClearCookies(); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_SaveCookies(); + [DllImport("WebView")] + private static extern void _CWebViewPlugin_GetCookies(IntPtr instance, string url); + [DllImport("WebView")] + private static extern string _CWebViewPlugin_GetMessage(IntPtr instance); +#elif UNITY_IPHONE + [DllImport("__Internal")] + private static extern bool _CWebViewPlugin_IsInitialized( + IntPtr instance); + [DllImport("__Internal")] + private static extern IntPtr _CWebViewPlugin_Init(string gameObject, bool transparent, bool zoom, string ua, bool enableWKWebView, int wkContentMode, bool wkAllowsLinkPreview, bool wkAllowsBackForwardNavigationGestures, int radius); + [DllImport("__Internal")] + private static extern int _CWebViewPlugin_Destroy(IntPtr instance); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SetMargins( + IntPtr instance, float left, float top, float right, float bottom, bool relative); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SetVisibility( + IntPtr instance, bool visibility); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SetScrollbarsVisibility( + IntPtr instance, bool visibility); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SetAlertDialogEnabled( + IntPtr instance, bool enabled); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SetScrollBounceEnabled( + IntPtr instance, bool enabled); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SetInteractionEnabled( + IntPtr instance, bool enabled); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SetGoogleAppRedirectionEnabled( + IntPtr instance, bool enabled); + [DllImport("__Internal")] + private static extern bool _CWebViewPlugin_SetURLPattern( + IntPtr instance, string allowPattern, string denyPattern, string hookPattern); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_LoadURL( + IntPtr instance, string url); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_LoadHTML( + IntPtr instance, string html, string baseUrl); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_EvaluateJS( + IntPtr instance, string url); + [DllImport("__Internal")] + private static extern int _CWebViewPlugin_Progress( + IntPtr instance); + [DllImport("__Internal")] + private static extern bool _CWebViewPlugin_CanGoBack( + IntPtr instance); + [DllImport("__Internal")] + private static extern bool _CWebViewPlugin_CanGoForward( + IntPtr instance); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_GoBack( + IntPtr instance); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_GoForward( + IntPtr instance); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_Reload( + IntPtr instance); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_AddCustomHeader(IntPtr instance, string headerKey, string headerValue); + [DllImport("__Internal")] + private static extern string _CWebViewPlugin_GetCustomHeaderValue(IntPtr instance, string headerKey); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_RemoveCustomHeader(IntPtr instance, string headerKey); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_ClearCustomHeader(IntPtr instance); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_ClearCookie(string url, string name); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_ClearCookies(); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SaveCookies(); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_GetCookies(IntPtr instance, string url); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SetBasicAuthInfo(IntPtr instance, string userName, string password); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_ClearCache(IntPtr instance, bool includeDiskFiles); + [DllImport("__Internal")] + private static extern void _CWebViewPlugin_SetSuspended(IntPtr instance, bool suspended); +#elif UNITY_WEBGL + [DllImport("__Internal")] + private static extern void _gree_unity_webview_init(string name); + [DllImport("__Internal")] + private static extern void _gree_unity_webview_setMargins(string name, int left, int top, int right, int bottom); + [DllImport("__Internal")] + private static extern void _gree_unity_webview_setVisibility(string name, bool visible); + [DllImport("__Internal")] + private static extern void _gree_unity_webview_loadURL(string name, string url); + [DllImport("__Internal")] + private static extern void _gree_unity_webview_evaluateJS(string name, string js); + [DllImport("__Internal")] + private static extern void _gree_unity_webview_destroy(string name); +#endif + + public static bool IsWebViewAvailable() + { +#if !UNITY_EDITOR && UNITY_ANDROID + using (var plugin = new AndroidJavaObject("net.gree.unitywebview.CWebViewPlugin")) + { + return plugin.CallStatic("IsWebViewAvailable"); + } +#else + return true; +#endif + } + + public bool IsInitialized() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED + return true; +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED + return true; +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return false; + return _CWebViewPlugin_IsInitialized(webView); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return false; + return _CWebViewPlugin_IsInitialized(webView); +#elif UNITY_ANDROID + if (webView == null) + return false; + return webView.Call("IsInitialized"); +#endif + } + + public void Init( + Callback cb = null, + Callback err = null, + Callback httpErr = null, + Callback ld = null, + Callback started = null, + Callback hooked = null, + Callback cookies = null, + bool transparent = false, + bool zoom = true, + string ua = "", + int radius = 0, + // android + int androidForceDarkMode = 0, // 0: follow system setting, 1: force dark off, 2: force dark on + // ios + bool enableWKWebView = true, + int wkContentMode = 0, // 0: recommended, 1: mobile, 2: desktop + bool wkAllowsLinkPreview = true, + bool wkAllowsBackForwardNavigationGestures = true, + // editor + bool separated = false) + { +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + _CWebViewPlugin_InitStatic( + Application.platform == RuntimePlatform.OSXEditor, + SystemInfo.graphicsDeviceType == GraphicsDeviceType.Metal); +#endif + onJS = cb; + onError = err; + onHttpError = httpErr; + onStarted = started; + onLoaded = ld; + onHooked = hooked; + onCookies = cookies; +#if UNITY_WEBGL +#if !UNITY_EDITOR + _gree_unity_webview_init(name); +#endif +#elif UNITY_WEBPLAYER + Application.ExternalCall("unityWebView.init", name); +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED + Debug.LogError("Webview is not supported on this platform."); +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + _CWebViewPlugin_InitStatic( + Application.platform == RuntimePlatform.WindowsEditor, + SystemInfo.graphicsDeviceType == GraphicsDeviceType.Direct3D11); + webView = _CWebViewPlugin_Init( + name, + transparent, + zoom, + Screen.width, + Screen.height, + ua +#if UNITY_EDITOR + , separated +#else + , false +#endif + ); + rect = new Rect(0, 0, Screen.width, Screen.height); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + { + var uri = new Uri(_CWebViewPlugin_GetAppPath()); + var info = File.ReadAllText(uri.LocalPath + "Contents/Info.plist"); + if (Regex.IsMatch(info, @"CFBundleGetInfoString\s*Unity version [5-9]\.[3-9]") + && !Regex.IsMatch(info, @"NSAppTransportSecurity\s*\s*NSAllowsArbitraryLoads\s*\s*")) { + Debug.LogWarning("WebViewObject: NSAppTransportSecurity isn't configured to allow HTTP. If you need to allow any HTTP access, please shutdown Unity and invoke:\n/usr/libexec/PlistBuddy -c \"Add NSAppTransportSecurity:NSAllowsArbitraryLoads bool true\" /Applications/Unity/Unity.app/Contents/Info.plist"); + } + } +#if UNITY_EDITOR_OSX + // if (string.IsNullOrEmpty(ua)) { + // ua = @"Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53"; + // } +#endif + webView = _CWebViewPlugin_Init( + name, + transparent, + zoom, + Screen.width, + Screen.height, + ua +#if UNITY_EDITOR + , separated +#else + , false +#endif + ); + rect = new Rect(0, 0, Screen.width, Screen.height); +#elif UNITY_IPHONE + webView = _CWebViewPlugin_Init(name, transparent, zoom, ua, enableWKWebView, wkContentMode, wkAllowsLinkPreview, wkAllowsBackForwardNavigationGestures, radius); +#elif UNITY_ANDROID + webView = new AndroidJavaObject("net.gree.unitywebview.CWebViewPlugin"); +#if UNITY_2021_1_OR_NEWER + webView.SetStatic("forceBringToFront", true); +#endif + webView.Call("Init", name, transparent, zoom, androidForceDarkMode, ua, radius); +#else + Debug.LogError("Webview is not supported on this platform."); +#endif + } + + protected virtual void OnDestroy() + { +#if UNITY_WEBGL +#if !UNITY_EDITOR + _gree_unity_webview_destroy(name); +#endif +#elif UNITY_WEBPLAYER + Application.ExternalCall("unityWebView.destroy", name); +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (bg != null) + { + Destroy(bg.gameObject); + } + if (webView == IntPtr.Zero) + return; + var ptr = webView; + webView = IntPtr.Zero; + _CWebViewPlugin_Destroy(ptr); + Destroy(texture); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + if (bg != null) { + Destroy(bg.gameObject); + } + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_Destroy(webView); + webView = IntPtr.Zero; + Destroy(texture); +#elif UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_Destroy(webView); + webView = IntPtr.Zero; +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("Destroy"); + webView.Dispose(); + webView = null; +#endif + } + + public void Pause() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN || UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + //TODO: UNSUPPORTED +#elif UNITY_IPHONE + // NOTE: this suspends media playback only. + if (webView == null) + return; + _CWebViewPlugin_SetSuspended(webView, true); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("Pause"); +#endif + } + + public void Resume() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN || UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + //TODO: UNSUPPORTED +#elif UNITY_IPHONE + // NOTE: this resumes media playback only. + _CWebViewPlugin_SetSuspended(webView, false); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("Resume"); +#endif + } + + // Use this function instead of SetMargins to easily set up a centered window + // NOTE: for historical reasons, `center` means the lower left corner and positive y values extend up. + public void SetCenterPositionWithScale(Vector2 center, Vector2 scale) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + float left = (Screen.width - scale.x) / 2.0f + center.x; + float right = Screen.width - (left + scale.x); + float bottom = (Screen.height - scale.y) / 2.0f + center.y; + float top = Screen.height - (bottom + scale.y); + SetMargins((int)left, (int)top, (int)right, (int)bottom); +#else + float left = (Screen.width - scale.x) / 2.0f + center.x; + float right = Screen.width - (left + scale.x); + float bottom = (Screen.height - scale.y) / 2.0f + center.y; + float top = Screen.height - (bottom + scale.y); + SetMargins((int)left, (int)top, (int)right, (int)bottom); +#endif + } + + public void SetMargins(int left, int top, int right, int bottom, bool relative = false) + { +#if UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED + return; +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; +#elif UNITY_WEBPLAYER || UNITY_WEBGL +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + if (webView == IntPtr.Zero) + return; +#elif UNITY_IPHONE + if (webView == IntPtr.Zero) + return; +#elif UNITY_ANDROID + if (webView == null) + return; +#endif + + mMarginLeft = left; + mMarginTop = top; + mMarginRight = right; + mMarginBottom = bottom; + mMarginRelative = relative; + float ml, mt, mr, mb; +#if UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + ml = left; + mt = top; + mr = right; + mb = bottom; +#elif UNITY_WEBPLAYER || UNITY_WEBGL + ml = left; + mt = top; + mr = right; + mb = bottom; +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + ml = left; + mt = top; + mr = right; + mb = bottom; +#elif UNITY_IPHONE + if (relative) + { + float w = (float)Screen.width; + float h = (float)Screen.height; + ml = left / w; + mt = top / h; + mr = right / w; + mb = bottom / h; + } + else + { + ml = left; + mt = top; + mr = right; + mb = bottom; + } +#elif UNITY_ANDROID + if (relative) + { + float w = (float)Screen.width; + float h = (float)Screen.height; + int iw = Display.main.systemWidth; + int ih = Display.main.systemHeight; + if (!Screen.fullScreen) + { + using (var unityClass = new AndroidJavaClass("com.unity3d.player.UnityPlayer")) + using (var activity = unityClass.GetStatic("currentActivity")) + using (var player = activity.Get("mUnityPlayer")) + using (var view = player.Call("getView")) + using (var rect = new AndroidJavaObject("android.graphics.Rect")) + { + view.Call("getDrawingRect", rect); + iw = rect.Call("width"); + ih = rect.Call("height"); + } + } + ml = left / w * iw; + mt = top / h * ih; + mr = right / w * iw; + mb = AdjustBottomMargin((int)(bottom / h * ih)); + } + else + { + ml = left; + mt = top; + mr = right; + mb = AdjustBottomMargin(bottom); + } +#endif + bool r = relative; + + if (ml == mMarginLeftComputed + && mt == mMarginTopComputed + && mr == mMarginRightComputed + && mb == mMarginBottomComputed + && r == mMarginRelativeComputed) + { + return; + } + mMarginLeftComputed = ml; + mMarginTopComputed = mt; + mMarginRightComputed = mr; + mMarginBottomComputed = mb; + mMarginRelativeComputed = r; + +#if UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + int width = (int)(Screen.width - (ml + mr)); + int height = (int)(Screen.height - (mb + mt)); + _CWebViewPlugin_SetRect(webView, width, height); + rect = new Rect(left, bottom, width, height); + UpdateBGTransform(); +#elif UNITY_WEBPLAYER + Application.ExternalCall("unityWebView.setMargins", name, (int)ml, (int)mt, (int)mr, (int)mb); +#elif UNITY_WEBGL && !UNITY_EDITOR + _gree_unity_webview_setMargins(name, (int)ml, (int)mt, (int)mr, (int)mb); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + int width = (int)(Screen.width - (ml + mr)); + int height = (int)(Screen.height - (mb + mt)); + _CWebViewPlugin_SetRect(webView, width, height); + rect = new Rect(left, bottom, width, height); + UpdateBGTransform(); +#elif UNITY_IPHONE + _CWebViewPlugin_SetMargins(webView, ml, mt, mr, mb, r); +#elif UNITY_ANDROID + webView.Call("SetMargins", (int)ml, (int)mt, (int)mr, (int)mb); +#endif + } + + public void SetVisibility(bool v) + { +#if UNITY_EDITOR || UNITY_STANDALONE + if (bg != null) + { + bg.gameObject.SetActive(v); + } +#endif + if (GetVisibility() && !v) + { + EvaluateJS("if (document && document.activeElement) document.activeElement.blur();"); + } +#if UNITY_WEBGL +#if !UNITY_EDITOR + _gree_unity_webview_setVisibility(name, v); +#endif +#elif UNITY_WEBPLAYER + Application.ExternalCall("unityWebView.setVisibility", name, v); +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SetVisibility(webView, v); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SetVisibility(webView, v); +#elif UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SetVisibility(webView, v); +#elif UNITY_ANDROID + if (webView == null) + return; + mVisibility = v; + webView.Call("SetVisibility", v); +#endif + visibility = v; + } + + public bool GetVisibility() + { + return visibility; + } + + public void SetScrollbarsVisibility(bool v) + { +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + // TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + // TODO: WebView2 not implemented in native plugin +#elif UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SetScrollbarsVisibility(webView, v); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("SetScrollbarsVisibility", v); +#else + // TODO: UNSUPPORTED +#endif + } + + public void SetInteractionEnabled(bool enabled) + { +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + // TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + // TODO: WebView2 not implemented in native plugin +#elif UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SetInteractionEnabled(webView, enabled); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("SetInteractionEnabled", enabled); +#else + // TODO: UNSUPPORTED +#endif + } + + public void SetGoogleAppRedirectionEnabled(bool enabled) + { +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + // TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + // TODO: WebView2 not implemented in native plugin +#elif UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SetGoogleAppRedirectionEnabled(webView, enabled); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("SetGoogleAppRedirectionEnabled", enabled); +#else + // TODO: UNSUPPORTED +#endif + } + + public void SetAlertDialogEnabled(bool e) + { +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + // TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + // TODO: WebView2 not implemented in native plugin +#elif UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SetAlertDialogEnabled(webView, e); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("SetAlertDialogEnabled", e); +#else + // TODO: UNSUPPORTED +#endif + alertDialogEnabled = e; + } + + public bool GetAlertDialogEnabled() + { + return alertDialogEnabled; + } + + public void SetScrollBounceEnabled(bool e) + { +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + // TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + // TODO: WebView2 not implemented in native plugin +#elif UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SetScrollBounceEnabled(webView, e); +#elif UNITY_ANDROID + // TODO: UNSUPPORTED +#else + // TODO: UNSUPPORTED +#endif + scrollBounceEnabled = e; + } + + public bool GetScrollBounceEnabled() + { + return scrollBounceEnabled; + } + + public void SetCameraAccess(bool allowed) + { +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + // TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + // TODO: WebView2 not implemented in native plugin +#elif UNITY_IPHONE + // TODO: UNSUPPORTED +#elif UNITY_ANDROID +#if UNITYWEBVIEW_ANDROID_ENABLE_CAMERA + if (webView == null) + return; + webView.Call("SetCameraAccess", allowed); + mAllowVideoCapture = allowed; +#endif +#else + // TODO: UNSUPPORTED +#endif + } + + public void SetMicrophoneAccess(bool allowed) + { +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + // TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + // TODO: WebView2 not implemented in native plugin +#elif UNITY_IPHONE + // TODO: UNSUPPORTED +#elif UNITY_ANDROID +#if UNITYWEBVIEW_ANDROID_ENABLE_MICROPHONE + if (webView == null) + return; + webView.Call("SetMicrophoneAccess", allowed); + mAllowAudioCapture = allowed; +#endif +#else + // TODO: UNSUPPORTED +#endif + } + + public bool SetURLPattern(string allowPattern, string denyPattern, string hookPattern) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED + return false; +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED + return false; +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return false; + return _CWebViewPlugin_SetURLPattern(webView, allowPattern, denyPattern, hookPattern); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return false; + return _CWebViewPlugin_SetURLPattern(webView, allowPattern, denyPattern, hookPattern); +#elif UNITY_ANDROID + if (webView == null) + return false; + return webView.Call("SetURLPattern", allowPattern, denyPattern, hookPattern); +#endif + } + + public void LoadURL(string url) + { + if (string.IsNullOrEmpty(url)) + return; +#if UNITY_WEBGL +#if !UNITY_EDITOR + _gree_unity_webview_loadURL(name, url); +#endif +#elif UNITY_WEBPLAYER + Application.ExternalCall("unityWebView.loadURL", name, url); +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_LoadURL(webView, url); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_LoadURL(webView, url); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("LoadURL", url); +#endif + } + + public void LoadHTML(string html, string baseUrl) + { + if (string.IsNullOrEmpty(html)) + return; + if (string.IsNullOrEmpty(baseUrl)) + baseUrl = ""; +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_LoadHTML(webView, html, baseUrl); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_LoadHTML(webView, html, baseUrl); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("LoadHTML", html, baseUrl); +#endif + } + + public void EvaluateJS(string js) + { +#if UNITY_WEBGL +#if !UNITY_EDITOR + _gree_unity_webview_evaluateJS(name, js); +#endif +#elif UNITY_WEBPLAYER + Application.ExternalCall("unityWebView.evaluateJS", name, js); +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_EvaluateJS(webView, js); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_EvaluateJS(webView, js); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("EvaluateJS", js); +#endif + } + + public int Progress() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED + return 0; +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED + return 0; +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return 0; + return _CWebViewPlugin_Progress(webView); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return 0; + return _CWebViewPlugin_Progress(webView); +#elif UNITY_ANDROID + if (webView == null) + return 0; + return webView.Get("progress"); +#endif + } + + public bool CanGoBack() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED + return false; +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED + return false; +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return false; + return _CWebViewPlugin_CanGoBack(webView); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return false; + return _CWebViewPlugin_CanGoBack(webView); +#elif UNITY_ANDROID + if (webView == null) + return false; + return webView.Get("canGoBack"); +#endif + } + + public bool CanGoForward() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED + return false; +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED + return false; +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return false; + return _CWebViewPlugin_CanGoForward(webView); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return false; + return _CWebViewPlugin_CanGoForward(webView); +#elif UNITY_ANDROID + if (webView == null) + return false; + return webView.Get("canGoForward"); +#endif + } + + public void GoBack() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_GoBack(webView); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_GoBack(webView); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("GoBack"); +#endif + } + + public void GoForward() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_GoForward(webView); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_GoForward(webView); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("GoForward"); +#endif + } + + public void Reload() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_Reload(webView); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_Reload(webView); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("Reload"); +#endif + } + + public void CallOnError(string error) + { + if (onError != null) + { + onError(error); + } + } + + public void CallOnHttpError(string error) + { + if (onHttpError != null) + { + onHttpError(error); + } + } + + public void CallOnStarted(string url) + { + if (onStarted != null) + { + onStarted(url); + } + } + + public void CallOnLoaded(string url) + { + if (onLoaded != null) + { + onLoaded(url); + } + } + + public void CallFromJS(string message) + { + if (onJS != null) + { +#if !UNITY_ANDROID +#if UNITY_2018_4_OR_NEWER + message = UnityWebRequest.UnEscapeURL(message); +#else // UNITY_2018_4_OR_NEWER + message = WWW.UnEscapeURL(message); +#endif // UNITY_2018_4_OR_NEWER +#endif // !UNITY_ANDROID + onJS(message); + } + } + + public void CallOnHooked(string message) + { + if (onHooked != null) + { +#if !UNITY_ANDROID +#if UNITY_2018_4_OR_NEWER + message = UnityWebRequest.UnEscapeURL(message); +#else // UNITY_2018_4_OR_NEWER + message = WWW.UnEscapeURL(message); +#endif // UNITY_2018_4_OR_NEWER +#endif // !UNITY_ANDROID + onHooked(message); + } + } + + public void CallOnCookies(string cookies) + { + if (onCookies != null) + { + onCookies(cookies); + } + } + + public void AddCustomHeader(string headerKey, string headerValue) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_AddCustomHeader(webView, headerKey, headerValue); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_AddCustomHeader(webView, headerKey, headerValue); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("AddCustomHeader", headerKey, headerValue); +#endif + } + + public string GetCustomHeaderValue(string headerKey) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED + return null; +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED + return null; +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return null; + return _CWebViewPlugin_GetCustomHeaderValue(webView, headerKey); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return null; + return _CWebViewPlugin_GetCustomHeaderValue(webView, headerKey); +#elif UNITY_ANDROID + if (webView == null) + return null; + return webView.Call("GetCustomHeaderValue", headerKey); +#endif + } + + public void RemoveCustomHeader(string headerKey) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL +#elif UNITY_EDITOR_LINUX || UNITY_SERVER +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_RemoveCustomHeader(webView, headerKey); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_RemoveCustomHeader(webView, headerKey); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("RemoveCustomHeader", headerKey); +#endif + } + + public void ClearCustomHeader() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_ClearCustomHeader(webView); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_ClearCustomHeader(webView); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("ClearCustomHeader"); +#endif + } + + public void ClearCookie(string url, string name) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + _CWebViewPlugin_ClearCookie(url, name); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_ClearCookie(url, name); +#elif UNITY_ANDROID && !UNITY_EDITOR + if (webView == null) + return; + webView.Call("ClearCookie", url, name); +#endif + } + + public void ClearCookies() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + _CWebViewPlugin_ClearCookies(); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_ClearCookies(); +#elif UNITY_ANDROID && !UNITY_EDITOR + if (webView == null) + return; + webView.Call("ClearCookies"); +#endif + } + + + public void SaveCookies() + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + _CWebViewPlugin_SaveCookies(); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SaveCookies(); +#elif UNITY_ANDROID && !UNITY_EDITOR + if (webView == null) + return; + webView.Call("SaveCookies"); +#endif + } + + + public void GetCookies(string url) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_GetCookies(webView, url); +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_GetCookies(webView, url); +#elif UNITY_ANDROID && !UNITY_EDITOR + if (webView == null) + return; + webView.Call("GetCookies", url); +#else + //TODO: UNSUPPORTED +#endif + } + + public void SetBasicAuthInfo(string userName, string password) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + //TODO: WebView2 basic auth not implemented in native plugin +#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + //TODO: UNSUPPORTED +#elif UNITY_IPHONE + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_SetBasicAuthInfo(webView, userName, password); +#elif UNITY_ANDROID + if (webView == null) + return; + webView.Call("SetBasicAuthInfo", userName, password); +#endif + } + + public void ClearCache(bool includeDiskFiles) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + //TODO: WebView2 cache clear not implemented in native plugin +#elif UNITY_IPHONE && !UNITY_EDITOR + if (webView == IntPtr.Zero) + return; + _CWebViewPlugin_ClearCache(webView, includeDiskFiles); +#elif UNITY_ANDROID && !UNITY_EDITOR + if (webView == null) + return; + webView.Call("ClearCache", includeDiskFiles); +#endif + } + + + public void SetTextZoom(int textZoom) + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + //TODO: WebView2 text zoom not implemented in native plugin +#elif UNITY_IPHONE && !UNITY_EDITOR + //TODO: UNSUPPORTED +#elif UNITY_ANDROID && !UNITY_EDITOR + if (webView == null) + return; + webView.Call("SetTextZoom", textZoom); +#endif + } + + public void SetMixedContentMode(int mode) // 0: MIXED_CONTENT_ALWAYS_ALLOW, 1: MIXED_CONTENT_NEVER_ALLOW, 2: MIXED_CONTENT_COMPATIBILITY_MODE + { +#if UNITY_WEBPLAYER || UNITY_WEBGL + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_LINUX || UNITY_SERVER + //TODO: UNSUPPORTED +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + //TODO: WebView2 mixed content mode not implemented in native plugin +#elif UNITY_IPHONE && !UNITY_EDITOR + //TODO: UNSUPPORTED +#elif UNITY_ANDROID && !UNITY_EDITOR + if (webView == null) + return; + webView.Call("SetMixedContentMode", mode); +#endif + } + +#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX + void OnApplicationFocus(bool focus) + { + if (!focus) + { + hasFocus = false; + } + } + + void Start() + { + if (canvas != null) + { + var g = new GameObject(gameObject.name + "BG"); + g.transform.parent = canvas.transform; + bg = g.AddComponent(); + UpdateBGTransform(); + } + } + + void Update() + { + if (bg != null) { + bg.transform.SetAsLastSibling(); + } + if (hasFocus) { + inputString += Input.inputString; + } + for (;;) { + if (webView == IntPtr.Zero) + break; + string s = _CWebViewPlugin_GetMessage(webView); + if (s == null) + break; + var i = s.IndexOf(':', 0); + if (i == -1) + continue; + switch (s.Substring(0, i)) { + case "CallFromJS": + CallFromJS(s.Substring(i + 1)); + break; + case "CallOnError": + CallOnError(s.Substring(i + 1)); + break; + case "CallOnHttpError": + CallOnHttpError(s.Substring(i + 1)); + break; + case "CallOnLoaded": + CallOnLoaded(s.Substring(i + 1)); + break; + case "CallOnStarted": + CallOnStarted(s.Substring(i + 1)); + break; + case "CallOnHooked": + CallOnHooked(s.Substring(i + 1)); + break; + case "CallOnCookies": + CallOnCookies(s.Substring(i + 1)); + break; + } + } + if (webView == IntPtr.Zero || !visibility) + return; + bool refreshBitmap = (Time.frameCount % bitmapRefreshCycle == 0); + _CWebViewPlugin_Update(webView, refreshBitmap, devicePixelRatio); + if (refreshBitmap) { + var w = _CWebViewPlugin_BitmapWidth(webView); + var h = _CWebViewPlugin_BitmapHeight(webView); + var f = (_CWebViewPlugin_BitmapARGB(webView)) ? TextureFormat.ARGB32 : TextureFormat.RGBA32; + if (w > 0 && h > 0) { + if (texture == null || texture.width != w || texture.height != h) { + bool isLinearSpace = QualitySettings.activeColorSpace == ColorSpace.Linear; + texture = new Texture2D(w, h, f, false, !isLinearSpace); + texture.filterMode = FilterMode.Bilinear; + texture.wrapMode = TextureWrapMode.Clamp; +#if UNITY_2018_2_OR_NEWER +#else + textureDataBuffer = new byte[w * h * 4]; +#endif + } + if (texture != null) { +#if UNITY_2018_2_OR_NEWER + var ptr = _CWebViewPlugin_Render(webView, IntPtr.Zero); + if (ptr != IntPtr.Zero) { + texture.LoadRawTextureData(ptr, w * h * 4); + texture.Apply(); + } +#else + var gch = GCHandle.Alloc(textureDataBuffer, GCHandleType.Pinned); + _CWebViewPlugin_Render(webView, gch.AddrOfPinnedObject()); + gch.Free(); + texture.LoadRawTextureData(textureDataBuffer); + texture.Apply(); +#endif + } + } + } + } + + void UpdateBGTransform() + { + if (bg != null) { + bg.rectTransform.anchorMin = Vector2.zero; + bg.rectTransform.anchorMax = Vector2.zero; + bg.rectTransform.pivot = Vector2.zero; + bg.rectTransform.position = rect.min; + bg.rectTransform.SetSizeWithCurrentAnchors(RectTransform.Axis.Horizontal, rect.size.x); + bg.rectTransform.SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, rect.size.y); + } + } + + public int bitmapRefreshCycle = 1; + public int devicePixelRatio = 1; + + void OnGUI() + { + if (webView == IntPtr.Zero || !visibility) + return; + switch (Event.current.type) { + case EventType.MouseDown: + case EventType.MouseUp: + hasFocus = rect.Contains(Input.mousePosition); + break; + } + switch (Event.current.type) { + case EventType.MouseMove: + case EventType.MouseDown: + case EventType.MouseDrag: + case EventType.MouseUp: + case EventType.ScrollWheel: + if (hasFocus) { + Vector3 p; + p.x = Input.mousePosition.x - rect.x; + p.y = Input.mousePosition.y - rect.y; + { + int mouseState = 0; + if (Input.GetButtonDown("Fire1")) { + mouseState = 1; + } else if (Input.GetButton("Fire1")) { + mouseState = 2; + } else if (Input.GetButtonUp("Fire1")) { + mouseState = 3; + } + //_CWebViewPlugin_SendMouseEvent(webView, (int)p.x, (int)p.y, Input.GetAxis("Mouse ScrollWheel"), mouseState); + _CWebViewPlugin_SendMouseEvent(webView, (int)p.x, (int)p.y, Input.mouseScrollDelta.y, mouseState); + } + } + break; + case EventType.Repaint: + while (!string.IsNullOrEmpty(inputString)) { + var keyChars = inputString.Substring(0, 1); + var keyCode = (ushort)inputString[0]; + inputString = inputString.Substring(1); + if (!string.IsNullOrEmpty(keyChars) || keyCode != 0) { + Vector3 p; + p.x = Input.mousePosition.x - rect.x; + p.y = Input.mousePosition.y - rect.y; + _CWebViewPlugin_SendKeyEvent(webView, (int)p.x, (int)p.y, keyChars, keyCode, 1); + } + } + if (texture != null) { + Matrix4x4 m = GUI.matrix; + GUI.matrix + = Matrix4x4.TRS( + new Vector3(0, Screen.height, 0), + Quaternion.identity, + new Vector3(1, -1, 1)); + Graphics.DrawTexture(rect, texture); + GUI.matrix = m; + } + break; + } + } +#elif UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + void OnApplicationFocus(bool focus) + { + if (!focus) + { + hasFocus = false; + } + } + + void Start() + { + if (canvas != null) + { + var g = new GameObject(gameObject.name + "BG"); + g.transform.parent = canvas.transform; + bg = g.AddComponent(); + UpdateBGTransform(); + } + } + + void Update() + { + if (bg != null) + { + bg.transform.SetAsLastSibling(); + } + if (hasFocus) + { + inputString += Input.inputString; + } + for (;;) + { + if (webView == IntPtr.Zero) + break; + string s = _CWebViewPlugin_GetMessage(webView); + if (s == null) + break; + var i = s.IndexOf(':', 0); + if (i == -1) + continue; + switch (s.Substring(0, i)) + { + case "CallFromJS": + CallFromJS(s.Substring(i + 1)); + break; + case "CallOnError": + CallOnError(s.Substring(i + 1)); + break; + case "CallOnHttpError": + CallOnHttpError(s.Substring(i + 1)); + break; + case "CallOnLoaded": + CallOnLoaded(s.Substring(i + 1)); + break; + case "CallOnStarted": + CallOnStarted(s.Substring(i + 1)); + break; + case "CallOnHooked": + CallOnHooked(s.Substring(i + 1)); + break; + case "CallOnCookies": + CallOnCookies(s.Substring(i + 1)); + break; + } + } + if (webView == IntPtr.Zero || !visibility) + return; + bool refreshBitmap = (Time.frameCount % bitmapRefreshCycle == 0); + _CWebViewPlugin_Update(webView, refreshBitmap, devicePixelRatio); + if (refreshBitmap) + { + var w = _CWebViewPlugin_BitmapWidth(webView); + var h = _CWebViewPlugin_BitmapHeight(webView); + if (w > 0 && h > 0) + { + if (texture == null || texture.width != w || texture.height != h) + { + bool isLinearSpace = QualitySettings.activeColorSpace == ColorSpace.Linear; + texture = new Texture2D(w, h, TextureFormat.RGBA32, false, !isLinearSpace); + texture.filterMode = FilterMode.Bilinear; + texture.wrapMode = TextureWrapMode.Clamp; + textureDataBuffer = new byte[w * h * 4]; + } + if (textureDataBuffer != null && textureDataBuffer.Length > 0) + { + var gch = GCHandle.Alloc(textureDataBuffer, GCHandleType.Pinned); + _CWebViewPlugin_Render(webView, gch.AddrOfPinnedObject()); + gch.Free(); + texture.LoadRawTextureData(textureDataBuffer); + texture.Apply(); + } + } + } + } + + void UpdateBGTransform() + { + if (bg != null) + { + bg.rectTransform.anchorMin = Vector2.zero; + bg.rectTransform.anchorMax = Vector2.zero; + bg.rectTransform.pivot = Vector2.zero; + bg.rectTransform.position = rect.min; + bg.rectTransform.SetSizeWithCurrentAnchors(RectTransform.Axis.Horizontal, rect.size.x); + bg.rectTransform.SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, rect.size.y); + } + } + + // On Windows, CapturePreview is heavy; default 10 = refresh every 10th frame for better FPS. + public int bitmapRefreshCycle = 10; + public int devicePixelRatio = 1; + + void OnGUI() + { + if (webView == IntPtr.Zero || !visibility) + return; + switch (Event.current.type) + { + case EventType.MouseDown: + case EventType.MouseUp: + hasFocus = rect.Contains(Input.mousePosition); + break; + } + switch (Event.current.type) + { + case EventType.MouseMove: + case EventType.MouseDown: + case EventType.MouseDrag: + case EventType.MouseUp: + case EventType.ScrollWheel: + if (hasFocus) + { + Vector3 p; + p.x = Input.mousePosition.x - rect.x; + p.y = Input.mousePosition.y - rect.y; + int mouseState = 0; + if (Input.GetButtonDown("Fire1")) + mouseState = 1; + else if (Input.GetButton("Fire1")) + mouseState = 2; + else if (Input.GetButtonUp("Fire1")) + mouseState = 3; + _CWebViewPlugin_SendMouseEvent(webView, (int)p.x, (int)p.y, Input.mouseScrollDelta.y, mouseState); + } + break; + case EventType.Repaint: + while (!string.IsNullOrEmpty(inputString)) + { + var keyChars = inputString.Substring(0, 1); + var keyCode = (ushort)inputString[0]; + inputString = inputString.Substring(1); + if (!string.IsNullOrEmpty(keyChars) || keyCode != 0) + { + Vector3 p; + p.x = Input.mousePosition.x - rect.x; + p.y = Input.mousePosition.y - rect.y; + _CWebViewPlugin_SendKeyEvent(webView, (int)p.x, (int)p.y, keyChars, keyCode, 1); + } + } + if (texture != null) + { + Matrix4x4 m = GUI.matrix; + GUI.matrix = Matrix4x4.TRS(new Vector3(0, Screen.height, 0), Quaternion.identity, new Vector3(1, -1, 1)); + Graphics.DrawTexture(rect, texture); + GUI.matrix = m; + } + break; + } + } +#endif + } +} diff --git a/Assets/NCWWA6A0SDK/ThirdParty/WebView/WebViewObject1.cs.meta b/Assets/NCWWA6A0SDK/ThirdParty/WebView/WebViewObject1.cs.meta new file mode 100644 index 0000000..67c19ff --- /dev/null +++ b/Assets/NCWWA6A0SDK/ThirdParty/WebView/WebViewObject1.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4b8c4b151163b44e39d38a9347890cb2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/OPS/Obfuscator/Log/iOS.txt b/Assets/OPS/Obfuscator/Log/iOS.txt index 71e4a7b..012b14f 100644 --- a/Assets/OPS/Obfuscator/Log/iOS.txt +++ b/Assets/OPS/Obfuscator/Log/iOS.txt @@ -38,8 +38,8 @@ [Info][OPS.OBF][OnProcess_Assets] Process component Analyse Unity Animation Methods [Debug][OPS.OBF][OnAnalyse_Component_Scenes] Iterate components in loaded build scene 'Assets/Scenes/MainScene.unity'. -[Debug][OPS.OBF][OnAnalyse_Component_Scenes] Found 16 Root GameObjects in Scene Assets/Scenes/MainScene.unity -[Debug][OPS.OBF][OnAnalyse_Component_Scenes] Found 190 Components in Scene Assets/Scenes/MainScene.unity +[Debug][OPS.OBF][OnAnalyse_Component_Scenes] Found 17 Root GameObjects in Scene Assets/Scenes/MainScene.unity +[Debug][OPS.OBF][OnAnalyse_Component_Scenes] Found 192 Components in Scene Assets/Scenes/MainScene.unity [Info][OPS.OBF][OnAnalyse_Component_Scenes] Process component Analyse Unity Event Component [Debug][OPS.OBF][OnAnalyse_Component_Scenes] Find unity event methods in component 'GameCamera' of type 'UnityEngine.Transform'. [Debug][OPS.OBF][OnAnalyse_Component_Scenes] Find unity event methods in component 'GameCamera' of type 'UnityEngine.Camera'. @@ -251,6 +251,8 @@ at OPS.Obfuscator.Editor.Project.PreBuild.Pipeline.PreBuildPipeline.Process_Component_Analyse_And_Manipulate (System.Collections.Generic.List`1[T] _ComponentList) [0x00086] in :0 [Debug][OPS.OBF][OnAnalyse_Component_Scenes] Find unity event methods in component 'GameObject' of type 'UnityEngine.Transform'. [Debug][OPS.OBF][OnAnalyse_Component_Scenes] Find unity event methods in component 'GameObject' of type 'InputHelper'. +[Debug][OPS.OBF][OnAnalyse_Component_Scenes] Find unity event methods in component 'FreeWebViewManager' of type 'UnityEngine.Transform'. +[Debug][OPS.OBF][OnAnalyse_Component_Scenes] Find unity event methods in component 'FreeWebViewManager' of type 'FreeWebViewManager'. [Debug][OPS.OBF][OnAnalyse_Component_Scenes] Find unity event methods in component 'LevelManager' of type 'UnityEngine.Transform'. [Debug][OPS.OBF][OnAnalyse_Component_Scenes] Find unity event methods in component 'LevelManager' of type 'LevelManager'. [Debug][OPS.OBF][OnAnalyse_Component_Scenes] Find unity event methods in component 'WebviewManager' of type 'UnityEngine.Transform'. @@ -1364,9 +1366,9 @@ - /Users/edy/Documents/ArrowBeatTap-IOS/Temp/StagingArea/Data/Managed/Unity.Notifications.Unified.dll - /Users/edy/Documents/ArrowBeatTap-IOS/Temp/StagingArea/Data/Managed/SDKConfig.dll - /Users/edy/Documents/ArrowBeatTap-IOS/Temp/StagingArea/Data/Managed/DOTweenPro.Scripts.dll + - /Users/edy/Documents/ArrowBeatTap-IOS/Temp/StagingArea/Data/Managed/WebView.dll - /Users/edy/Documents/ArrowBeatTap-IOS/Temp/StagingArea/Data/Managed/DOTween.Modules.dll - /Users/edy/Documents/ArrowBeatTap-IOS/Temp/StagingArea/Data/Managed/VosacoSDK.dll - - /Users/edy/Documents/ArrowBeatTap-IOS/Temp/StagingArea/Data/Managed/WebView.dll - /Users/edy/Documents/ArrowBeatTap-IOS/Temp/StagingArea/Data/Managed/endel.nativewebsocket.dll - /Users/edy/Documents/ArrowBeatTap-IOS/Temp/StagingArea/Data/Managed/NCWWA6A0SDK.dll @@ -1488,12 +1490,12 @@ [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] [WebView] Skip StateMachineBehaviour Types... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Animation Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Skip StateMachineBehaviour Types... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] 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] [WebView] Skip StateMachineBehaviour Types... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Animation Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Skip StateMachineBehaviour Types... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Skip Animation Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [NCWWA6A0SDK] Skip StateMachineBehaviour Types... @@ -1519,9 +1521,9 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Notifications.Unified] 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] [WebView] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Skip Gui Methods... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [NCWWA6A0SDK] Skip Gui Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[NCWWA6A0SDK] System.Void NCWWA6A0SDK.NCWWA6A0SDKAdHelper::ShowSplash(System.Action)] Because the method might be a gui method. @@ -1697,6 +1699,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Arrow_game.com_bottom] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Arrow_game.com_finger] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Arrow_game.com_flicker] Because the type might be a type called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Arrow_game.com_gift] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Arrow_game.com_tips] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Arrow_game.HeartsPanel] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Arrow_game.LineTile] Because the type might be a type called through reflection. @@ -1810,6 +1813,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Common_01.com_broadcast_new] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Common_01.com_broadcast_text1] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Common_01.com_money] Because the type might be a type called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Common_01.com_open_tips] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Common_01.com_tips] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Common_01.item_wheel] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Common_01.wheel] Because the type might be a type called through reflection. @@ -1819,6 +1823,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] FGUI.Coins_101.com_coinFly] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] IgnoreOPS.ApplePay] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] IgnoreOPS.SplashAD] Because the type might be a type called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] IgnoreOPS.ArrowGameConfig] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] IgnoreOPS.Durationtasks] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] IgnoreOPS.exBrPool] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] IgnoreOPS.GameUrls] Because the type might be a type called through reflection. @@ -1832,6 +1837,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] IgnoreOPS.Paidgift] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] IgnoreOPS.SignDailyReward] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] IgnoreOPS.SmallrewardNum] Because the type might be a type called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void IgnoreOPS.WebviewManager::TouchClickPoint(System.String)] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::Unload(System.Boolean)] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] ChillConnect.GetTaskRewardCtrl] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[Assembly-CSharp] ChillConnect.GetTaskRewardModel] Because the type might be a type called through reflection. @@ -2059,6 +2065,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [Unity.Advertisement.IosSupport] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] [KwaiAds] Find Strings in Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [KwaiAds] Skip Member names based on found Strings... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void IKwaiAdListener::OnClick()] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void KwaiInterAd::Show()] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void KwaiVideoAd::Show()] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void KwaiAds.Scripts.Common.IKwaiAdController`3::Show()] Because the method might be a method called through reflection. @@ -2084,6 +2091,9 @@ [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] [WebView] Find Strings in Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Member names based on found Strings... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[WebView] Gree.UnityWebView.WebViewObject1] Because the type might be a type called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find Strings in Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find Strings in Methods... @@ -2093,8 +2103,6 @@ [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] [WebView] Find Strings in Methods... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find Strings in Methods... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type and Namespace [[endel.nativewebsocket] MainThreadUtil] Because the type might be a type called through reflection. @@ -2103,6 +2111,10 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [NCWWA6A0SDK] Skip Member names based on found Strings... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[NCWWA6A0SDK] System.Void NCWWA6A0SDK.AppsFlyerAdapter::onAppOpenAttributionFailure(System.String)] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[NCWWA6A0SDK] System.Void NCWWA6A0SDK.AppsFlyerAdapter::onAppOpenAttribution(System.String)] Because the method might be a method called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[NCWWA6A0SDK] System.Void NCWWA6A0SDK.lS84s8WI::OnClick()] Because the method might be a method called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[NCWWA6A0SDK] System.Void NCWWA6A0SDK.k6SB4Ii9::OnClick()] Because the method might be a method called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[NCWWA6A0SDK] System.Void NCWWA6A0SDK.eyf6Pt6x::OnClick()] Because the method might be a method called through reflection. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[NCWWA6A0SDK] System.Void NCWWA6A0SDK.CTEFbNnX::OnClick()] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[NCWWA6A0SDK] System.Void NCWWA6A0SDK.NCWWA6A0SDKAdHelper::ShowSplash(System.Action)] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[NCWWA6A0SDK] System.Void NCWWA6A0SDK.NCWWA6A0SDK_Manager::ShowSplash(System.Action)] Because the method might be a method called through reflection. [Info][OPS.OBF][OnAnalyse_Assemblies] Process component Namespace - Settings @@ -2148,6 +2160,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] AppMsg] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] MainThreadMsg] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ErrorLogger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FreeWebViewManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] InputHelper] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] LevelManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] MaxPayManager/<>c] Analyse Type References in Custom Attribute References... @@ -3114,6 +3127,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_bottom] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_finger] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_flicker] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_gift] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_tips] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.HeartsPanel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.LineTile] Analyse Type References in Custom Attribute References... @@ -3263,6 +3277,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_broadcast_new] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_broadcast_text1] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_money] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_open_tips] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_tips] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.item_wheel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.wheel] Analyse Type References in Custom Attribute References... @@ -3278,6 +3293,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.ApplePayModel2] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.AppOpenAdModel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.SplashAD] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.ArrowGameConfigModel] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.ArrowGameConfig] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.BoardModel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.Board] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.StackedModel] Analyse Type References in Custom Attribute References... @@ -3391,8 +3408,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ChillConnectFileKit/<>c__DisplayClass8_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ChillConnectFileKit] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass110_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass125_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass111_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass126_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass12_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass37_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass7_0] Analyse Type References in Custom Attribute References... @@ -3408,6 +3425,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.FXManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.Fx_Type] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.HallManager] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SDKOpenConfig] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.NetworkManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ChillConnectConstant] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.onLoaded] Analyse Type References in Custom Attribute References... @@ -3535,13 +3553,14 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.AddViewoffUICtrl] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameCtrl] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameModel] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass107_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass120_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass123_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass123_1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass90_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__115] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__110] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass108_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass121_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass124_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass124_1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass91_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__116] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__111] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.JsonHelper] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.LevelConfig] Analyse Type References in Custom Attribute References... @@ -3647,6 +3666,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass30_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass31_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass32_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUICtrl] Analyse Type References in Custom Attribute References... @@ -3666,7 +3686,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameCtrl] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameModel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c__DisplayClass10_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameUI] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameUICtrl] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.PackrewardCtrl] Analyse Type References in Custom Attribute References... @@ -3759,6 +3778,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass25_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass27_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass28_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass30_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass32_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass33_0] Analyse Type References in Custom Attribute References... @@ -3880,7 +3900,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ParticleUnscaledTime] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.PlayerPrefsKit] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MaxADKit/<>c] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MaxADKit/<>c__DisplayClass18_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MaxADKit/<>c__DisplayClass9_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MaxADKit] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [Assembly-CSharp] Find Member to skip... @@ -3891,6 +3910,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[Assembly-CSharp] IgnoreOPS.ApplePayModel2] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[Assembly-CSharp] IgnoreOPS.AppOpenAdModel] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[Assembly-CSharp] IgnoreOPS.SplashAD] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[Assembly-CSharp] IgnoreOPS.ArrowGameConfigModel] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[Assembly-CSharp] IgnoreOPS.ArrowGameConfig] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[Assembly-CSharp] IgnoreOPS.BoardModel] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[Assembly-CSharp] IgnoreOPS.Board] Because of the type skipping settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[Assembly-CSharp] IgnoreOPS.StackedModel] Because of the type skipping settings. @@ -4220,8 +4241,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ChillConnectFileKit/<>c__DisplayClass7_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ChillConnectFileKit/<>c__DisplayClass8_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.GameHelper/<>c] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass110_0] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass125_0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass111_0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass126_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass12_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass37_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass7_0] Is a nested class and has no namespace. @@ -4271,13 +4292,14 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.AddviewnewUI/<>c__DisplayClass10_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.AddviewnewUI/<>c__DisplayClass10_1] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.AddViewoffUI/<>c__DisplayClass8_0] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass107_0] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass120_0] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass123_0] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass123_1] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass90_0] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__115] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__110] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass108_0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass121_0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass124_0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass124_1] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass91_0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__116] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__111] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowGameUI] Because of compatibility component: Unity - Compatibility : The class or base class contains some serializeable fields and the 'Obfuscate Serializeable Fields' settings is deactivated. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.ArrowTipsUI/<>c__DisplayClass13_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.BuyPropUI/<>c] Is a nested class and has no namespace. @@ -4309,10 +4331,10 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass30_0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass31_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass32_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.MenuUI/<>c__DisplayClass19_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c__DisplayClass10_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass16_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass16_1] Is a nested class and has no namespace. @@ -4342,6 +4364,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass25_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass27_0] Is a nested class and has no namespace. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass28_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass30_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass32_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass33_0] Is a nested class and has no namespace. @@ -4386,7 +4409,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.Timer/<>c] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.Timer] Because of compatibility component: Unity - Compatibility : The class or base class contains some serializeable fields and the 'Obfuscate Serializeable Fields' settings is deactivated. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.MaxADKit/<>c] Is a nested class and has no namespace. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.MaxADKit/<>c__DisplayClass18_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[Assembly-CSharp] ChillConnect.MaxADKit/<>c__DisplayClass9_0] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] [spine-unity] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [spine-unity] Find MemberReferences... @@ -5361,6 +5383,17 @@ [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] [WebView] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Type References in Module... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] WebViewObject] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] Gree.UnityWebView.WebViewObject1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Full Type [[WebView] Gree.UnityWebView.WebViewObject1] Because of the type skipping settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Analyse Type References in Module... @@ -5557,15 +5590,6 @@ [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] [WebView] Analyse Member... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Type References in Module... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] WebViewObject] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Is a nested class and has no namespace. [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Analyse Type References in Module... @@ -6413,6 +6437,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] AppMsg] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] MainThreadMsg] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ErrorLogger] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FreeWebViewManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] InputHelper] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] LevelManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] MaxPayManager/<>c] Analyse Type References in Custom Attribute References... @@ -7379,6 +7404,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_bottom] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_finger] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_flicker] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_gift] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.com_tips] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.HeartsPanel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Arrow_game.LineTile] Analyse Type References in Custom Attribute References... @@ -7528,6 +7554,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_broadcast_new] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_broadcast_text1] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_money] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_open_tips] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.com_tips] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.item_wheel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] FGUI.Common_01.wheel] Analyse Type References in Custom Attribute References... @@ -7543,6 +7570,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.ApplePayModel2] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.AppOpenAdModel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.SplashAD] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.ArrowGameConfigModel] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.ArrowGameConfig] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.BoardModel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.Board] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] IgnoreOPS.StackedModel] Analyse Type References in Custom Attribute References... @@ -7656,8 +7685,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ChillConnectFileKit/<>c__DisplayClass8_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ChillConnectFileKit] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass110_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass125_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass111_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass126_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass12_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass37_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass7_0] Analyse Type References in Custom Attribute References... @@ -7673,6 +7702,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.FXManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.Fx_Type] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.HallManager] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SDKOpenConfig] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.NetworkManager] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ChillConnectConstant] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.onLoaded] Analyse Type References in Custom Attribute References... @@ -7800,13 +7830,14 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.AddViewoffUICtrl] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameCtrl] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameModel] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass107_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass120_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass123_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass123_1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass90_0] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__115] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__110] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass108_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass121_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass124_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass124_1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass91_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__116] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__111] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ArrowGameUI] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.JsonHelper] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.LevelConfig] Analyse Type References in Custom Attribute References... @@ -7912,6 +7943,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass30_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass31_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass32_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUI] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MakeupConfirmUICtrl] Analyse Type References in Custom Attribute References... @@ -7931,7 +7963,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameCtrl] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameModel] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c__DisplayClass10_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameUI] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.OpenGameUICtrl] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.PackrewardCtrl] Analyse Type References in Custom Attribute References... @@ -8024,6 +8055,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass25_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass27_0] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass28_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass30_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass32_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass33_0] Analyse Type References in Custom Attribute References... @@ -8145,7 +8177,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.ParticleUnscaledTime] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.PlayerPrefsKit] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MaxADKit/<>c] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MaxADKit/<>c__DisplayClass18_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MaxADKit/<>c__DisplayClass9_0] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [[Assembly-CSharp] ChillConnect.MaxADKit] Analyse Type References in Custom Attribute References... [Info][OPS.OBF][OnAnalyse_Assemblies] [Assembly-CSharp] Find Member to skip... @@ -9430,6 +9461,17 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [DG.Tweening.DOTweenTMPAnimator/CharVertices] Because of the deactivation of the 'Obfuscate struct classes' settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [DG.Tweening.DOTweenTMPAnimator/CharTransform] Because of the deactivation of the 'Obfuscate struct classes' settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [DG.Tweening.DOTweenTMPAnimator/CharTransform] Because of the deactivation of the 'Obfuscate struct classes' 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... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] WebViewObject] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] Gree.UnityWebView.WebViewObject1] Analyse Type References in Custom Attribute References... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Because of the deactivation of the 'Obfuscate struct classes' settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Because of the deactivation of the 'Obfuscate struct classes' settings. [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Analyse Type References in Module... @@ -9554,16 +9596,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] [VosacoSDK] Find Member to skip... [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Because of the deactivation of the 'Obfuscate struct classes' settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Because of the deactivation of the 'Obfuscate struct classes' 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... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] WebViewObject] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] Analyse Type References in Custom Attribute References... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Because of the deactivation of the 'Obfuscate struct classes' settings. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Types Namespace [UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData] Because of the deactivation of the 'Obfuscate struct classes' settings. [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Analyse Type References in Module... @@ -9986,6 +10018,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Assembly-CSharp] NCWWA6A0SDKDemo] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Assembly-CSharp] ChillConnectRoot] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Assembly-CSharp] ErrorLogger] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Assembly-CSharp] FreeWebViewManager] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Assembly-CSharp] InputHelper] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Assembly-CSharp] LevelManager] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Assembly-CSharp] GMTool] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. @@ -10121,6 +10154,7 @@ [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 [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimation] 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] Skip Type [[WebView] Gree.UnityWebView.WebViewObject1] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[endel.nativewebsocket] MainThreadUtil] Obfuscation of MonoBehaviours in Unity Assemblies got deactivated by settings. [Info][OPS.OBF][OnAnalyse_Assemblies] Process component ScriptableObject - Class - Obfuscation [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Type [[Assembly-CSharp] AnimationCurveData] Obfuscation of ScriptableObjects got deactivated by settings. @@ -10301,6 +10335,10 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ErrorLogger::OnEnable()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ErrorLogger::OnDisable()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ErrorLogger::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FreeWebViewManager::Awake()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FreeWebViewManager::Start()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FreeWebViewManager::OnDestroy()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FreeWebViewManager::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void InputHelper::Awake()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void InputHelper::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void LevelManager::Awake()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. @@ -11559,6 +11597,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_bottom::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_finger::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_flicker::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_gift::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_tips::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Arrow_game.HeartsPanel::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Arrow_game.LineTile::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -11708,6 +11747,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_new::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_text1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Common_01.com_money::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Common_01.com_open_tips::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Common_01.com_tips::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Common_01.item_wheel::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void FGUI.Common_01.wheel::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -11723,6 +11763,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void IgnoreOPS.ApplePayModel2::.ctor(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void IgnoreOPS.AppOpenAdModel::.ctor(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void IgnoreOPS.SplashAD::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void IgnoreOPS.ArrowGameConfigModel::.ctor(System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void IgnoreOPS.ArrowGameConfig::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void IgnoreOPS.BoardModel::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void IgnoreOPS.Board::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void IgnoreOPS.StackedModel::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -11839,8 +11881,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass110_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass125_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass111_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass126_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass12_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass37_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass7_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -11856,6 +11898,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.HallManager::Update()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.HallManager::OnApplicationQuit()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.HallManager::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.SDKOpenConfig::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.NetworkManager::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.NetworkManager::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ChillConnectConstant::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -11997,15 +12040,17 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameCtrl::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameModel::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass107_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass120_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass123_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass123_1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass90_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__115::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI/d__115::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__110::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI/d__110::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass108_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass121_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass124_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass124_1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass91_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__116::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI/d__116::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__111::.ctor(System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI/d__111::MoveNext()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::.ctor(ChillConnect.ArrowGameUICtrl)] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.LevelConfig::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ArrowConfig::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -12119,6 +12164,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass30_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass31_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass32_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::.ctor(ChillConnect.MakeupConfirmUICtrl)] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -12139,7 +12185,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.OpenGameModel::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI/<>c::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI/<>c::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI/<>c__DisplayClass10_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::.ctor(ChillConnect.OpenGameUICtrl)] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -12240,6 +12285,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass25_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass27_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass28_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass30_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass32_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass33_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -12385,7 +12431,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.ParticleUnscaledTime::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c__DisplayClass18_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c__DisplayClass9_0::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::.cctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. @@ -13213,7 +13258,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void IKwaiAdListener::OnLoadFailed(System.String,System.Int32,System.String)] Some other Method in the Method group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void IKwaiAdListener::OnShow()] Some other Method in the Method group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void IKwaiAdListener::OnShowFailed(System.Int32,System.String)] Some other Method in the Method group getting skipped. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void IKwaiAdListener::OnClick()] Some other Method in the Method group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void IKwaiAdListener::OnClosed()] Some other Method in the Method group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void IKwaiAdListener::OnReward()] Some other Method in the Method group getting skipped. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[KwaiAds] System.Void KwaiAdsMgr/InitResultCallbackImpl::OnFail(System.Int32,System.String)] Some other Method in the Method group getting skipped. @@ -13608,6 +13652,79 @@ [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] [WebView] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Method References in Modules... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Field References in Instructions... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Methods... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::Awake()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean WebViewObject::_CWebViewPlugin_IsInitialized(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.IntPtr WebViewObject::_CWebViewPlugin_Init(System.String,System.Boolean,System.Boolean,System.String,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Int32 WebViewObject::_CWebViewPlugin_Destroy(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetMargins(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetVisibility(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetScrollbarsVisibility(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetAlertDialogEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetScrollBounceEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetInteractionEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean WebViewObject::_CWebViewPlugin_SetURLPattern(System.IntPtr,System.String,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_LoadURL(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_LoadHTML(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_EvaluateJS(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Int32 WebViewObject::_CWebViewPlugin_Progress(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean WebViewObject::_CWebViewPlugin_CanGoBack(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean WebViewObject::_CWebViewPlugin_CanGoForward(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_GoBack(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_GoForward(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_Reload(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_AddCustomHeader(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.String WebViewObject::_CWebViewPlugin_GetCustomHeaderValue(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_RemoveCustomHeader(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_ClearCustomHeader(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_ClearCookies()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SaveCookies()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_GetCookies(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetBasicAuthInfo(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_ClearCache(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetSuspended(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::OnDestroy()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void UnitySourceGeneratedAssemblyMonoScriptTypes_v1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::Awake()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_IsInitialized(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.IntPtr Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_Init(System.String,System.Boolean,System.Boolean,System.String,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Int32 Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_Destroy(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetMargins(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetVisibility(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetScrollbarsVisibility(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetAlertDialogEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetScrollBounceEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetInteractionEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetGoogleAppRedirectionEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetURLPattern(System.IntPtr,System.String,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_LoadURL(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_LoadHTML(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_EvaluateJS(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Int32 Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_Progress(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_CanGoBack(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_CanGoForward(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_GoBack(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_GoForward(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_Reload(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_AddCustomHeader(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.String Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_GetCustomHeaderValue(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_RemoveCustomHeader(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_ClearCustomHeader(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_ClearCookie(System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_ClearCookies()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SaveCookies()] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_GetCookies(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetBasicAuthInfo(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_ClearCache(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::_CWebViewPlugin_SetSuspended(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::OnDestroy()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void Gree.UnityWebView.WebViewObject1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find Method References in Modules... @@ -13730,45 +13847,6 @@ [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] [WebView] Analyse Member... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Method References in Modules... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Field References in Instructions... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Methods... -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::Awake()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean WebViewObject::_CWebViewPlugin_IsInitialized(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.IntPtr WebViewObject::_CWebViewPlugin_Init(System.String,System.Boolean,System.Boolean,System.String,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Int32)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Int32 WebViewObject::_CWebViewPlugin_Destroy(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetMargins(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetVisibility(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetScrollbarsVisibility(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetAlertDialogEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetScrollBounceEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetInteractionEnabled(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean WebViewObject::_CWebViewPlugin_SetURLPattern(System.IntPtr,System.String,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_LoadURL(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_LoadHTML(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_EvaluateJS(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Int32 WebViewObject::_CWebViewPlugin_Progress(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean WebViewObject::_CWebViewPlugin_CanGoBack(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Boolean WebViewObject::_CWebViewPlugin_CanGoForward(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_GoBack(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_GoForward(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_Reload(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_AddCustomHeader(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.String WebViewObject::_CWebViewPlugin_GetCustomHeaderValue(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_RemoveCustomHeader(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_ClearCustomHeader(System.IntPtr)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_ClearCookies()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SaveCookies()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_GetCookies(System.IntPtr,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetBasicAuthInfo(System.IntPtr,System.String,System.String)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_ClearCache(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::_CWebViewPlugin_SetSuspended(System.IntPtr,System.Boolean)] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::OnDestroy()] Because of compatibility component: Unity - Compatibility : Is MonoBehaviour Method. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void WebViewObject::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Method [[WebView] System.Void UnitySourceGeneratedAssemblyMonoScriptTypes_v1::.ctor()] Because of compatibility component: .Net Framework - Compatibility : Is Special. [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find Method References in Modules... @@ -14350,6 +14428,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Func`1 ChillConnectRoot/<>c::<>9__3_19] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Func`1 ChillConnectRoot/<>c::<>9__3_20] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action`1 ChillConnectRoot/<>c::<>9__3_21] Because of the deactivated 'Obfuscate serializable classes' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FreeWebViewManager FreeWebViewManager::Instance] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] InputHelper InputHelper::Instance] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] MaxPayManager/<>c MaxPayManager/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Func`2,System.String> MaxPayManager/<>c::<>9__11_0] Because of the deactivated 'Obfuscate serializable classes' setting. @@ -15596,8 +15675,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.ChillConnectFileKit/<>c ChillConnect.ChillConnectFileKit/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 ChillConnect.ChillConnectFileKit/<>c::<>9__9_0] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.GameHelper/<>c ChillConnect.GameHelper/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> ChillConnect.GameHelper/<>c::<>9__108_0] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> ChillConnect.GameHelper/<>c::<>9__118_0] Because of the deactivated 'Obfuscate serializable classes' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> ChillConnect.GameHelper/<>c::<>9__109_0] Because of the deactivated 'Obfuscate serializable classes' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> ChillConnect.GameHelper/<>c::<>9__119_0] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Collections.Generic.List`1 ChillConnect.FXManager::gameObjects] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Int32 ChillConnect.Fx_Type::value__] Because of compatibility component: .Net Framework - Compatibility : Is the enums value__. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Int32 ChillConnect.Fx_Type::value__] Because of the deactivated 'Obfuscate enum values' setting. @@ -15633,8 +15712,10 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.Fx_Type ChillConnect.Fx_Type::fx_addeffect_1] Because of the deactivated 'Obfuscate enum values' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.Fx_Type ChillConnect.Fx_Type::fx_free_idle] Because of the deactivated 'Obfuscate enum values' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.Fx_Type ChillConnect.Fx_Type::fx_ui_jinbi_click] Because of the deactivated 'Obfuscate enum values' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Int32 ChillConnect.HallManager::enterHallTimes] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Int32 ChillConnect.HallManager::openTipsTimes] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Boolean ChillConnect.HallManager::isShowRankView] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Boolean ChillConnect.SDKOpenConfig::normal] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute Attribute. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.String ChillConnect.SDKOpenConfig::url] Because of compatibility component: JSON - Compatibility : Has a JsonPropertyAttribute Attribute. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.String ChillConnect.NetworkManager::DomainRelease] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.String ChillConnect.NetworkManager::DomainDebugUrl] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.String ChillConnect.NetworkManager::DomainReleaseUrl] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. @@ -15698,6 +15779,8 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.AddviewnewUI/<>c::<>9__18_1] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.AddviewnewUI/<>c::<>9__18_2] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.AddviewnewUI/<>c::<>9__18_3] Because of the deactivated 'Obfuscate serializable classes' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c ChillConnect.ArrowGameUI/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.ArrowGameUI/<>c::<>9__63_1] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::_moveSpeed] Because of compatibility component: Unity - Compatibility : The field has a 'SerializeField' attribute and therefore is serializeable. The disabled setting 'Obfuscate SerializeAble Fields' deactivates obfuscation this field. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Int32 ChillConnect.LevelConfig::levelId] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.String ChillConnect.LevelConfig::levelName] Because of the deactivated 'Obfuscate serializable classes' setting. @@ -15740,7 +15823,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] DG.Tweening.TweenCallback ChillConnect.FirstRewardUI/<>c::<>9__18_1] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action`1 ChillConnect.FirstRewardUI/<>c::<>9__18_0] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.GameResultUI/<>c ChillConnect.GameResultUI/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action`1 ChillConnect.GameResultUI/<>c::<>9__15_6] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.GameResultUI/<>c::<>9__15_7] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.GameResultUI/<>c::<>9__15_8] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.GameResultUI/<>c::<>9__15_9] Because of the deactivated 'Obfuscate serializable classes' setting. @@ -15765,15 +15847,15 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.GoldRewardUI/<>c ChillConnect.GoldRewardUI/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.GoldRewardUI/<>c::<>9__15_2] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.H5UI/<>c ChillConnect.H5UI/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.H5UI/<>c::<>9__8_0] Because of the deactivated 'Obfuscate serializable classes' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.H5UI/<>c::<>9__9_1] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c ChillConnect.MakeupConfirmUI/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 ChillConnect.MakeupConfirmUI/<>c::<>9__24_2] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.MakeupConfirmUI/<>c::<>9__26_1] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Comparison`1 ChillConnect.MakeupConfirmUI/<>c::<>9__29_0] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Comparison`1 ChillConnect.MakeupConfirmUI/<>c::<>9__29_1] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c ChillConnect.OpenGameUI/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] Spine.AnimationState/TrackEntryDelegate ChillConnect.OpenGameUI/<>c::<>9__16_3] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] DG.Tweening.TweenCallback ChillConnect.OpenGameUI/<>c::<>9__16_2] Because of the deactivated 'Obfuscate serializable classes' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] DG.Tweening.TweenCallback ChillConnect.OpenGameUI/<>c::<>9__16_1] Because of the deactivated 'Obfuscate serializable classes' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] FairyGUI.PlayCompleteCallback ChillConnect.OpenGameUI/<>c::<>9__16_0] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c ChillConnect.PackrewardUI/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.PackrewardUI/<>c::<>9__21_4] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.PackrewardUI/<>c::<>9__21_6] Because of the deactivated 'Obfuscate serializable classes' setting. @@ -15862,7 +15944,7 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.ConfigSystem/<>c ChillConnect.ConfigSystem/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 ChillConnect.ConfigSystem/<>c::<>9__7_1] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.LoginSystem/<>c ChillConnect.LoginSystem/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 ChillConnect.LoginSystem/<>c::<>9__8_0] Because of the deactivated 'Obfuscate serializable classes' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.LoginSystem/<>c::<>9__8_2] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.PlayDataSystem/<>c ChillConnect.PlayDataSystem/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 ChillConnect.PlayDataSystem/<>c::<>9__4_0] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.EngineEventSystem::eventObj] Because of compatibility component: Unity - Compatibility : The class is a Unity class (MonoBehaviour/...) and the setting 'Obfuscate Public unity fields' is deactivated. @@ -15882,9 +15964,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.String ChillConnect.Timer::timerName] Because of compatibility component: Unity - Compatibility : The field has a 'SerializeField' attribute and therefore is serializeable. The disabled setting 'Obfuscate SerializeAble Fields' deactivates obfuscation this field. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] ChillConnect.MaxADKit/<>c ChillConnect.MaxADKit/<>c::<>9] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action`1 ChillConnect.MaxADKit/<>c::<>9__6_0] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action`1 ChillConnect.MaxADKit/<>c::<>9__18_0] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] DG.Tweening.TweenCallback ChillConnect.MaxADKit/<>c::<>9__18_3] Because of the deactivated 'Obfuscate serializable classes' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[Assembly-CSharp] System.Action ChillConnect.MaxADKit/<>c::<>9__18_1] Because of the deactivated 'Obfuscate serializable classes' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] [spine-unity] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [spine-unity] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [spine-unity] Find Field References in Modules... @@ -17212,6 +17291,17 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[DOTweenPro.Scripts] System.Int32 DG.Tweening.DOTweenTMPAnimator/CharTransform::_matIndex] Because of the deactivated 'Obfuscate struct fields' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[DOTweenPro.Scripts] System.Int32 DG.Tweening.DOTweenTMPAnimator/CharTransform::_firstVertexIndex] Because of the deactivated 'Obfuscate struct fields' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[DOTweenPro.Scripts] TMPro.TMP_MeshInfo DG.Tweening.DOTweenTMPAnimator/CharTransform::_meshInfo] Because of the deactivated 'Obfuscate struct fields' 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... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Field References in Instructions... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Fields... +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::FilePathsData] Because of the deactivated 'Obfuscate struct fields' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TypesData] Because of the deactivated 'Obfuscate struct fields' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalTypes] Because of the deactivated 'Obfuscate struct fields' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalFiles] Because of the deactivated 'Obfuscate struct fields' setting. +[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Boolean UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::IsEditorOnly] Because of the deactivated 'Obfuscate struct fields' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find Field References in Modules... @@ -17260,17 +17350,6 @@ [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[VosacoSDK] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalTypes] Because of the deactivated 'Obfuscate struct fields' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[VosacoSDK] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalFiles] Because of the deactivated 'Obfuscate struct fields' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[VosacoSDK] System.Boolean UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::IsEditorOnly] Because of the deactivated 'Obfuscate struct fields' 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... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Field References in Instructions... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Fields... -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::FilePathsData] Because of the deactivated 'Obfuscate struct fields' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Byte[] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TypesData] Because of the deactivated 'Obfuscate struct fields' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalTypes] Because of the deactivated 'Obfuscate struct fields' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Int32 UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::TotalFiles] Because of the deactivated 'Obfuscate struct fields' setting. -[Info][OPS.OBF][OnAnalyse_Assemblies] Skip Field [[WebView] System.Boolean UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData::IsEditorOnly] Because of the deactivated 'Obfuscate struct fields' setting. [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find Field References in Modules... @@ -17911,6 +17990,10 @@ [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] [WebView] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Properties... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find Member to skip... @@ -17931,10 +18014,6 @@ [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] [WebView] Analyse Member... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Properties... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find Member to skip... @@ -18067,6 +18146,10 @@ [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] [WebView] Analyse Member... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... +[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Events... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [DOTween.Modules] Find Member to skip... @@ -18075,10 +18158,6 @@ [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] [WebView] Analyse Member... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find MemberReferences... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Find Member to skip... -[Info][OPS.OBF][OnAnalyse_Assemblies] [WebView] Skip Events... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Analyse Member... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find MemberReferences... [Info][OPS.OBF][OnAnalyse_Assemblies] [endel.nativewebsocket] Find Member to skip... @@ -18117,9 +18196,9 @@ [Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [SDKConfig] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Methods... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [WebView] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTween.Modules] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [VosacoSDK] Skip Methods... -[Info][OPS.OBF][OnPostAnalyse_Assemblies] [WebView] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [endel.nativewebsocket] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [NCWWA6A0SDK] Skip Methods... [Info][OPS.OBF][OnPostAnalyse_Assemblies] Process component Parameter - Obfuscation @@ -18137,9 +18216,9 @@ [Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [SDKConfig] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Properties... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [WebView] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTween.Modules] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [VosacoSDK] Skip Properties... -[Info][OPS.OBF][OnPostAnalyse_Assemblies] [WebView] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [endel.nativewebsocket] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [NCWWA6A0SDK] Skip Properties... [Info][OPS.OBF][OnPostAnalyse_Assemblies] Process component Event - Obfuscation @@ -18155,9 +18234,9 @@ [Info][OPS.OBF][OnPostAnalyse_Assemblies] [Unity.Notifications.Unified] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [SDKConfig] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTweenPro.Scripts] Skip Events... +[Info][OPS.OBF][OnPostAnalyse_Assemblies] [WebView] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [DOTween.Modules] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [VosacoSDK] Skip Events... -[Info][OPS.OBF][OnPostAnalyse_Assemblies] [WebView] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [endel.nativewebsocket] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] [NCWWA6A0SDK] Skip Events... [Info][OPS.OBF][OnPostAnalyse_Assemblies] Process component Attribute - Settings @@ -18733,6 +18812,7 @@ [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Assembly-CSharp] ChillConnect.GameHelper] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Assembly-CSharp] ChillConnect.ILoadAsset] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Assembly-CSharp] ChillConnect.LoadKit] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Assembly-CSharp] ChillConnect.SDKOpenConfig] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Assembly-CSharp] ChillConnect.ChillConnectConstant] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Assembly-CSharp] ChillConnect.ChillConnectInfo] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[Assembly-CSharp] ChillConnect.ChillConnectKit] : @@ -19017,6 +19097,7 @@ [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator] : +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics] : @@ -19027,7 +19108,6 @@ [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[DOTween.Modules] DG.Tweening.DOTweenModuleUtils] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[endel.nativewebsocket] WaitForUpdate] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[endel.nativewebsocket] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Namespace [[endel.nativewebsocket] NativeWebSocket.IWebSocket] : @@ -19790,8 +19870,8 @@ [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectFileKit/<>c__DisplayClass8_0] : bds [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectFileKit] : bdt [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameHelper/<>c] : bdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass110_0] : bdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass125_0] : bdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass111_0] : bdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass126_0] : bdw [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass12_0] : bdx [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass37_0] : bdy [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameHelper/<>c__DisplayClass7_0] : bdz @@ -19804,22598 +19884,22624 @@ [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LoadKit] : beg [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXManager/<>c__DisplayClass12_0`1] : beh`1 [Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXManager/<>c__DisplayClass13_0] : bei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectConstant] : bej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectInfo/<>c__DisplayClass23_0] : bek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectInfo/<>c__DisplayClass28_0] : bel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectInfo] : bem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass11_0`1] : ben`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass14_0] : beo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass14_1] : bep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass15_0] : beq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass16_0] : ber -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass17_0] : bes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass33_0] : bet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass36_0`1] : beu`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__15] : bev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__8] : bew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__11`1] : bex`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__9] : bey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__17] : bez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit] : bfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CountDownKit] : bfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.App/<>c] : bfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.App] : bfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AsyncDealData] : bfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CrazyAsyKit] : bff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseScene] : bfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseSystem] : bfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AnimConst] : bfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AppConst] : bfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AppObjConst] : bfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AudioConst] : bfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CameraConst] : bfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LayerMaskConst] : bfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PrefsConst] : bfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PrefsKeyConst] : bfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ScreenConst] : bfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UILayerConst] : bfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.VectorConst] : bfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.YieldConst] : bft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChangeValue`1] : bfu`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseDispatcher`3] : bfv`3 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseMainThreadDispatcher`3/MainThreadMsgClass] : bfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AppDispatcher] : bfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CtrlDispatcher] : bfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.DataDispatcher] : bfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDispatcher] : bga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ModelDispatcher] : bgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NetworkDispatcher] : bgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PreferencesDispatcher`1] : bgd`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UICtrlDispatcher] : bge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.StringExtend] : bgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameObjectExtend] : bgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GetTaskRewardUI/<>c] : bgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MainScene/<>c] : bgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MainScene/<>c__DisplayClass6_0] : bgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MainScene] : bgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseInterfaceManager`1] : bgl`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.InterfaceManager] : bgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CameraManager] : bgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.DateTimeManager] : bgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameIManager] : bgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ModuleManager] : bgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SceneManager] : bgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ManagerOfManager] : bgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AudioManager/<>c] : bgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AudioManager/<>c__DisplayClass26_0] : bgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SceneSwitchManager/d__4] : bgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SceneSwitchManager/d__5] : bgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UISequenceInfo] : bgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIParentInfo] : bgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIMgrConst] : bgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c] : bha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass20_0] : bhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass21_0] : bhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass26_0] : bhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass30_0] : bhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass32_0] : bhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass42_0] : bhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass43_0] : bhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass61_0] : bhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CtrlConst] : bhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ModelConst] : bhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ModuleManagerRegister] : bhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIConst] : bhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UICtrlConst] : bhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddViewUI/<>c__DisplayClass11_0] : bho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddviewnewUI/<>c] : bhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddviewnewUI/<>c__DisplayClass10_0] : bhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddviewnewUI/<>c__DisplayClass10_1] : bhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddViewoffUI/<>c__DisplayClass8_0] : bhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass107_0] : bht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass120_0] : bhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass123_0] : bhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass123_1] : bhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass90_0] : bhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__115] : bhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__110] : bhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.JsonHelper] : bia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LevelConfig] : bib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowConfig] : bic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AllLevelRoot] : bid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SuccessData] : bie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowTipsUI/<>c__DisplayClass13_0] : bif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BuyPropUI/<>c] : big -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChoosePropUI/<>c] : bih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChoosePropUI/<>c__DisplayClass16_0] : bii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FirstRewardUI/<>c] : bij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FirstRewardUI/<>c__DisplayClass17_0] : bik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXWndUI/<>c__DisplayClass6_0] : bil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXWndUI/<>c__DisplayClass6_1] : bim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXWndUI/<>c__DisplayClass6_2] : bin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXWndUI/<>c__DisplayClass7_0] : bio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FxPlayData] : bip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameAgainUI/<>c__DisplayClass10_0] : biq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameResultUI/<>c] : bir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameResultUI/<>c__DisplayClass26_0] : bis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GoldRewardUI/<>c] : bit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GoldRewardUI/<>c__DisplayClass15_0] : biu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.H5UI/<>c] : biv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.JoastData] : biw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.JoastUI/<>c__DisplayClass8_0] : bix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LevelRewardUI/<>c__DisplayClass12_0] : biy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LevelRewardUI/<>c__DisplayClass13_0] : biz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LoadingUI/d__12] : bja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c] : bjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass18_0] : bjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_0] : bjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_1] : bje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_2] : bjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass23_0] : bjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass25_0] : bjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0] : bji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0] : bjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass30_0] : bjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass32_0] : bjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MenuUI/<>c__DisplayClass19_0] : bjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c] : bjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c__DisplayClass10_0] : bjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c] : bjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass16_0] : bjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass16_1] : bjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass21_0] : bjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass21_1] : bjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackRewardData] : bju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PassunlockUI/<>c__DisplayClass9_0] : bjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PassViewUI/<>c] : bjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PassViewUI/<>c__DisplayClass28_0] : bjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PassViewUI/<>c__DisplayClass31_0] : bjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PersonViewUI/<>c] : bjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PersonViewUI/<>c__DisplayClass19_0] : bka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PettyAwardUI/<>c__DisplayClass18_0] : bkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PettyAwardUI/<>c__DisplayClass22_0] : bkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RecordViewUI/d__20] : bkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GObjectMoveFunc/<>c__DisplayClass0_0] : bke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GObjectMoveFunc] : bkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ResurgenceUI/<>c] : bkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ResurgenceUI/<>c__DisplayClass18_0] : bkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ResurgenceUI/<>c__DisplayClass18_1] : bki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardUI/<>c] : bkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardUI/<>c__DisplayClass13_0] : bkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardUI/<>c__DisplayClass34_0] : bkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardUI/<>c__DisplayClass34_1] : bkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardAniData] : bkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardAniUI/<>c__DisplayClass20_0] : bko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardAniUI/<>c__DisplayClass20_1] : bkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardboxUI/<>c] : bkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardMulNewUI/<>c] : bkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c] : bks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass25_0] : bkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass27_0] : bku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass30_0] : bkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass32_0] : bkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass33_0] : bkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass36_0] : bky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass36_1] : bkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BuygoldUI/<>c] : bla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BuygoldUI/<>c__DisplayClass18_0] : blb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BuygoldUI/<>c__DisplayClass29_0] : blc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SignInViewUI/<>c__DisplayClass18_0] : bld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SignInViewUI/<>c__DisplayClass18_1] : ble -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SignInViewUI/<>c__DisplayClass21_0] : blf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c] : blg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0] : blh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_1] : bli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_2] : blj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass9_0] : blk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TipsViewUI/<>c__DisplayClass12_0] : bll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.WheelViewUI/<>c__DisplayClass31_0] : blm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.WheelViewUI/<>c__DisplayClass32_0] : bln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseCtrl] : blo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseUICtrl] : blp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseModel] : blq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseUI] : blr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SubUI] : bls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIInfoConst] : blt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIInfo] : blu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c] : blv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass31_0] : blw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass32_0] : blx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass33_0] : bly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass34_0] : blz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass35_0] : bma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ScrollItemData] : bmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GObjectPool] : bmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GObjectsPool] : bmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ListPool`1] : bme`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AppManagerRegister] : bmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ManagerRegister] : bmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SceneManagerRegister] : bmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManagerRegister] : bmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveData] : bmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.Saveobject] : bmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveLocalData] : bml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveLoacalobject] : bmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ISingleton] : bmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.Singleton`1] : bmo`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SuperApplication/<>c] : bmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SuperApplication/d__18] : bmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConsumeSystem] : bmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConsumeVal] : bms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem/<>c__DisplayClass10_0] : bmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem/<>c__DisplayClass10_1] : bmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem/<>c__DisplayClass9_0] : bmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem/<>c__DisplayClass9_1] : bmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem] : bmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConfigSystem/<>c] : bmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConfigSystem/<>c__DisplayClass7_0] : bmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConfigSystem] : bna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LoginSystem/<>c] : bnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LoginSystem] : bnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PlayDataSystem/<>c] : bnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PlayDataSystem] : bne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.EventKit] : bnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GeneralKit] : bng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TaskSequence/<>c__DisplayClass7_0] : bnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TaskSequence] : bni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TaskProcedure] : bnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NormalTimer/TimerTask] : bnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NormalTimer/<>c] : bnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TimerTask] : bnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.Timer/<>c] : bnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UnitConvertUtil] : bno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.DOTweenHelper] : bnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FGUIHelper] : bnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PlayerPrefsKit] : bnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MaxADKit/<>c] : bns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MaxADKit/<>c__DisplayClass18_0] : bnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MaxADKit/<>c__DisplayClass9_0] : bnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MaxADKit] : bnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] SharpJson.Lexer] : bnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] SharpJson.JsonDecoder] : bny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Timeline] : bnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IBoneTimeline] : boa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ISlotTimeline] : bob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.CurveTimeline] : boc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.RotateTimeline] : bod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TranslateTimeline] : boe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ScaleTimeline] : bof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ShearTimeline] : bog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ColorTimeline] : boh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TwoColorTimeline] : boi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AttachmentTimeline] : boj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.DeformTimeline] : bok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventTimeline] : bol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.DrawOrderTimeline] : bom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IkConstraintTimeline] : bon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TransformConstraintTimeline] : boo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraintPositionTimeline] : bop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraintSpacingTimeline] : boq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraintMixTimeline] : bor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AnimationState] : bos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TrackEntry] : bot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventQueue] : bou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Pool`1/IPoolable] : bov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Pool`1] : bow`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AnimationStateData/AnimationPairComparer] : box -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AnimationStateData] : boy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Atlas] : boz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AtlasPage] : bpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AtlasRegion] : bpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TextureLoader] : bpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AtlasAttachmentLoader] : bpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Attachment] : bpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IHasRendererObject] : bpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AttachmentLoader] : bpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.BoundingBoxAttachment] : bph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ClippingAttachment] : bpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.MeshAttachment] : bpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathAttachment] : bpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PointAttachment] : bpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.RegionAttachment] : bpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.VertexAttachment] : bpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Bone] : bpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.BoneData] : bpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ConstraintData] : bpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Event] : bpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventData] : bps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ExposedList`1] : bpt`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IkConstraint] : bpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IkConstraintData] : bpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IUpdatable] : bpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Json] : bpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.MathUtils] : bpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IInterpolation] : bpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Pow] : bqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PowOut] : bqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraint] : bqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraintData] : bqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Skeleton] : bqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary/Vertices] : bqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary/SkeletonInput] : bqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary] : bqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBounds] : bqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Polygon] : bqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonClipping] : bqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonData] : bql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonJson/LinkedMesh] : bqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonJson] : bqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Skin/SkinEntryComparer] : bqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Skin] : bqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Slot] : bqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SlotData] : bqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TransformConstraint] : bqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TransformConstraintData] : bqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Triangulator] : bqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SpineSkeletonExtensions] : bqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.BlendModeMaterials/ReplacementMaterial] : bqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.RegionlessAttachmentLoader] : bqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonDataCompatibility/VersionInfo] : bqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonDataCompatibility/CompatibilityProblemInfo] : bqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonDataCompatibility] : bra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.MaterialsTextureLoader] : brb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineSpriteAtlasAsset/SavedRegionInfo] : brc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/ClipInfos] : brd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/AnimationClipEqualityComparer] : bre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/IntEqualityComparer] : brf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator] : brg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonRenderer/SpriteMaskInteractionMaterials] : brh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonRenderer/<>c__DisplayClass75_0] : bri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.ISkeletonAnimation] : brj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.IHasSkeletonDataAsset] : brk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.ISkeletonComponent] : brl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.IAnimationStateComponent] : brm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.IHasSkeletonRenderer] : brn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.IHasSkeletonComponent] : bro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.DoubleBuffered`1] : brp`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.MeshGenerator] : brq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.MeshRendererBuffers/SmartMesh] : brr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.MeshRendererBuffers] : brs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonRendererInstruction] : brt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineMesh] : bru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache] : brv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineAttributeBase] : brw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineBone] : brx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineSlot] : bry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineAnimation] : brz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineEvent] : bsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineIkConstraint] : bsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineTransformConstraint] : bsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpinePathConstraint] : bsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineSkin] : bse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineAttachment] : bsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineAtlasRegion] : bsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonExtensions] : bsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineAnimation] : bsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineAnimationComplete] : bsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineAnimationEnd] : bsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineEvent] : bsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineTrackEntryEnd] : bsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AnimationTools.TimelineExtensions] : bsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AttachmentTools.AttachmentCloneExtensions] : bso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AttachmentTools.AttachmentRegionExtensions] : bsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AttachmentTools.SkinUtilities] : bsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.Deprecated.SlotBlendModes/MaterialWithRefcount] : bsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2/KeyCollection] : bss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2/ValueCollection] : bst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2/d__34] : bsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2] : bsv`2 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionaryDebugView`2] : bsw`2 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.CollectionExtensions] : bsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxCmpService] : bsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxCmpError] : bsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxEvents/AppLovin] : bta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxEvents] : btb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdk] : btc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/AdViewConfiguration] : btd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration] : bte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/AdInfo] : btf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo/<>c] : btg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo] : bth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/NetworkResponseInfo/<>c] : bti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/NetworkResponseInfo] : btj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/MediatedNetworkInfo] : btk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/ErrorInfo] : btl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/SafeAreaInsets] : btm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase] : btn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AdPositionExtenstion] : bto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/Interstitial] : btp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/AppOpen] : btq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/Rewarded] : btr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/Banner] : bts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/MRec] : btt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass15_0`1] : btu`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass16_0`2] : btv`2 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass17_0`3] : btw`3 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks] : btx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkiOS] : bty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkLogger] : btz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkUtils/<>c__DisplayClass34_0] : bua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkUtils] : bub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder] : buc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] AdHelper/Task] : bue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] AdHelper/DestryAdTask] : buf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] AdHelper] : bug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : buh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding] : buj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.SkAdNetworkBinding] : buk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] IKwaiAdListener] : bul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiAdsMgr/InitResultCallbackImpl] : bum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiAdsMgr] : bun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiLog] : buo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd/InterstitialAdListener] : bup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd/InterstitialAdLoadListener] : buq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd] : bur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd/RewardAdListener] : bus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd/RewardAdLoadListener] : but -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd] : buu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : buv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : buw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.ConsoleAttribute] : bux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.ConsoleCustomTypeParserAttribute] : buz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.ConsoleMethodAttribute] : bva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.CircularBuffer`1] : bvb`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DynamicCircularBuffer`1] : bvc`1 -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.ConsoleMethodInfo] : bvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogConsole/<>c] : bve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogEntry] : bvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogEntryContentEqualityComparer] : bvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogPopup/d__25] : bvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] Microsoft.CodeAnalysis.EmbeddedAttribute] : bvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] System.Runtime.CompilerServices.NullableAttribute] : bvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] System.Runtime.CompilerServices.NullableContextAttribute] : bvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFInAppEvents] : bvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] InAppPurchaseValidationResult] : bvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] ProductPurchase] : bvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] ValidationFailureData] : bvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscriptionValidationResult] : bvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscriptionPurchase] : bvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] CanceledStateContext] : bvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] ExternalAccountIdentifiers] : bvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscriptionPurchaseLineItem] : bvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] PausedStateContext] : bvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscribeWithGoogleInfo] : bvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] TestPurchase] : bvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] DeveloperInitiatedCancellation] : bvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] ReplacementCancellation] : bvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SystemInitiatedCancellation] : bvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] UserInitiatedCancellation] : bwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AutoRenewingPlan] : bwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] DeferredItemReplacement] : bwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] OfferDetails] : bwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] PrepaidPlan] : bwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] CancelSurveyResult] : bwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscriptionItemPriceChangeDetails] : bwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] Money] : bwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Parser] : bwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Serializer] : bwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json] : bwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationRequest] : bwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification] : bwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAction] : bwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSTextInputNotificationAction] : bwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategory] : bwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/<>c] : bws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter] : bwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTrigger] : bwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenter] : bww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationSchedule] : bwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionRequest] : bwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimationExtensions] : bxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0] : bxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass2_0] : bxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts] : bxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0] : bxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0] : bxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0] : bxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0] : bxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0] : bxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0] : bxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0] : bxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0] : bxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0] : bxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0] : bxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText] : bxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0] : bxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0] : bxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0] : bxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0] : bxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0] : bxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0] : bxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0] : bxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0] : bxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0] : bxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0] : bxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0] : bya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator] : byb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : byc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0] : byd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0] : bye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0] : byf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio] : byg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0] : byh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0] : byi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0] : byj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0] : byk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0] : byl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0] : bym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0] : byn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0] : byo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0] : byp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0] : byq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0] : byr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics] : bys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0] : byt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0] : byu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0] : byv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0] : byw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0] : byx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0] : byy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0] : byz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D] : bza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0] : bzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0] : bzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0] : bzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite] : bze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/Utils] : bzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0] : bzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0] : bzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0] : bzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0] : bzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0] : bzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0] : bzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0] : bzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0] : bzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0] : bzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0] : bzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0] : bzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0] : bzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0] : bzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0] : bzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0] : bzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0] : bzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0] : bzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0] : bzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0] : bzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0] : bzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0] : caa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0] : cab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0] : cac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0] : cad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0] : cae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0] : caf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0] : cag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0] : cah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0] : cai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0] : caj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0] : cak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0] : cal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0] : cam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0] : cao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0] : cap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0] : caq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0] : car -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0] : cas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0] : cat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0] : cau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI] : cav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0] : caw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0] : cax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion] : cay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForCompletion] : caz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForRewind] : cba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForKill] : cbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForElapsedLoops] : cbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForPosition] : cbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForStart] : cbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction] : cbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUtils/Physics] : cbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUtils] : cbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : cbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : cbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] MainThreadUtil/<>c__DisplayClass9_0] : cbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] WaitForUpdate/MainThreadAwaiter] : cbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] WaitForUpdate/d__4] : cbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] WaitForUpdate] : cbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : cbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.IWebSocket] : cbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketHelpers] : cbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketException] : cbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketUnexpectedException] : cbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketInvalidArgumentException] : cbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketInvalidStateException] : cbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WaitForBackgroundThread/<>c] : cbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WaitForBackgroundThread] : cbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocket] : cbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketFactory] : cby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] jz79f_Cl] : cbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] Loom/yARGiXY6] : cca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] Loom] : ccb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] ekir75Dy] : ccc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] bIm5AGvY] : ccd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] 0nmBbgpv] : cce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] UnityTimer.Timer/TimerManager/<>c] : ccf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] UnityTimer.Timer] : ccg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] UnityTimer.TimerExtensions] : cch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SDKOpenConfig] : bej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectConstant] : bek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectInfo/<>c__DisplayClass23_0] : bel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectInfo/<>c__DisplayClass28_0] : bem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectInfo] : ben +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass11_0`1] : beo`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass14_0] : bep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass14_1] : beq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass15_0] : ber +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass16_0] : bes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass17_0] : bet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass33_0] : beu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/<>c__DisplayClass36_0`1] : bev`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__15] : bew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__8] : bex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__11`1] : bey`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__9] : bez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit/d__17] : bfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChillConnectKit] : bfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CountDownKit] : bfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.App/<>c] : bfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.App] : bfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AsyncDealData] : bff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CrazyAsyKit] : bfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseScene] : bfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseSystem] : bfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AnimConst] : bfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AppConst] : bfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AppObjConst] : bfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AudioConst] : bfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CameraConst] : bfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LayerMaskConst] : bfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PrefsConst] : bfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PrefsKeyConst] : bfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ScreenConst] : bfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UILayerConst] : bfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.VectorConst] : bft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.YieldConst] : bfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChangeValue`1] : bfv`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseDispatcher`3] : bfw`3 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseMainThreadDispatcher`3/MainThreadMsgClass] : bfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AppDispatcher] : bfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CtrlDispatcher] : bfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.DataDispatcher] : bga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDispatcher] : bgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ModelDispatcher] : bgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NetworkDispatcher] : bgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PreferencesDispatcher`1] : bge`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UICtrlDispatcher] : bgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.StringExtend] : bgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameObjectExtend] : bgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GetTaskRewardUI/<>c] : bgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MainScene/<>c] : bgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MainScene/<>c__DisplayClass6_0] : bgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MainScene] : bgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseInterfaceManager`1] : bgm`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.InterfaceManager] : bgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CameraManager] : bgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.DateTimeManager] : bgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameIManager] : bgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ModuleManager] : bgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SceneManager] : bgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ManagerOfManager] : bgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AudioManager/<>c] : bgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AudioManager/<>c__DisplayClass26_0] : bgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SceneSwitchManager/d__4] : bgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SceneSwitchManager/d__5] : bgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UISequenceInfo] : bgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIParentInfo] : bgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIMgrConst] : bha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c] : bhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass20_0] : bhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass21_0] : bhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass26_0] : bhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass30_0] : bhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass32_0] : bhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass42_0] : bhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass43_0] : bhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManager/<>c__DisplayClass61_0] : bhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.CtrlConst] : bhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ModelConst] : bhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ModuleManagerRegister] : bhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIConst] : bhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UICtrlConst] : bho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddViewUI/<>c__DisplayClass11_0] : bhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddviewnewUI/<>c] : bhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddviewnewUI/<>c__DisplayClass10_0] : bhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddviewnewUI/<>c__DisplayClass10_1] : bhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AddViewoffUI/<>c__DisplayClass8_0] : bht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c] : bhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass108_0] : bhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass121_0] : bhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass124_0] : bhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass124_1] : bhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/<>c__DisplayClass91_0] : bhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__116] : bia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowGameUI/d__111] : bib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.JsonHelper] : bic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LevelConfig] : bid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowConfig] : bie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AllLevelRoot] : bif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SuccessData] : big +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ArrowTipsUI/<>c__DisplayClass13_0] : bih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BuyPropUI/<>c] : bii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChoosePropUI/<>c] : bij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ChoosePropUI/<>c__DisplayClass16_0] : bik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FirstRewardUI/<>c] : bil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FirstRewardUI/<>c__DisplayClass17_0] : bim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXWndUI/<>c__DisplayClass6_0] : bin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXWndUI/<>c__DisplayClass6_1] : bio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXWndUI/<>c__DisplayClass6_2] : bip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FXWndUI/<>c__DisplayClass7_0] : biq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FxPlayData] : bir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameAgainUI/<>c__DisplayClass10_0] : bis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameResultUI/<>c] : bit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameResultUI/<>c__DisplayClass26_0] : biu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GoldRewardUI/<>c] : biv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GoldRewardUI/<>c__DisplayClass15_0] : biw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.H5UI/<>c] : bix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.JoastData] : biy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.JoastUI/<>c__DisplayClass8_0] : biz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LevelRewardUI/<>c__DisplayClass12_0] : bja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LevelRewardUI/<>c__DisplayClass13_0] : bjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LoadingUI/d__12] : bjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c] : bjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass18_0] : bje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_0] : bjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_1] : bjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_2] : bjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass23_0] : bji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass25_0] : bjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0] : bjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0] : bjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass30_0] : bjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass31_0] : bjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MakeupConfirmUI/<>c__DisplayClass32_0] : bjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MenuUI/<>c__DisplayClass19_0] : bjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.OpenGameUI/<>c] : bjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c] : bjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass16_0] : bjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass16_1] : bjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass21_0] : bju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackrewardUI/<>c__DisplayClass21_1] : bjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PackRewardData] : bjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PassunlockUI/<>c__DisplayClass9_0] : bjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PassViewUI/<>c] : bjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PassViewUI/<>c__DisplayClass28_0] : bjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PassViewUI/<>c__DisplayClass31_0] : bka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PersonViewUI/<>c] : bkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PersonViewUI/<>c__DisplayClass19_0] : bkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PettyAwardUI/<>c__DisplayClass18_0] : bkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PettyAwardUI/<>c__DisplayClass22_0] : bke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RecordViewUI/d__20] : bkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GObjectMoveFunc/<>c__DisplayClass0_0] : bkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GObjectMoveFunc] : bkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ResurgenceUI/<>c] : bki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ResurgenceUI/<>c__DisplayClass18_0] : bkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ResurgenceUI/<>c__DisplayClass18_1] : bkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardUI/<>c] : bkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardUI/<>c__DisplayClass13_0] : bkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardUI/<>c__DisplayClass34_0] : bkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardUI/<>c__DisplayClass34_1] : bko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardAniData] : bkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardAniUI/<>c__DisplayClass20_0] : bkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardAniUI/<>c__DisplayClass20_1] : bkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardboxUI/<>c] : bks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.RewardMulNewUI/<>c] : bkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c] : bku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass25_0] : bkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass27_0] : bkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass28_0] : bkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass30_0] : bky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass32_0] : bkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass33_0] : bla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass36_0] : blb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveingPotUI/<>c__DisplayClass36_1] : blc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BuygoldUI/<>c] : bld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BuygoldUI/<>c__DisplayClass18_0] : ble +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BuygoldUI/<>c__DisplayClass29_0] : blf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SignInViewUI/<>c__DisplayClass18_0] : blg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SignInViewUI/<>c__DisplayClass18_1] : blh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SignInViewUI/<>c__DisplayClass21_0] : bli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c] : blj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0] : blk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_1] : bll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_2] : blm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass9_0] : bln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TipsViewUI/<>c__DisplayClass12_0] : blo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.WheelViewUI/<>c__DisplayClass31_0] : blp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.WheelViewUI/<>c__DisplayClass32_0] : blq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseCtrl] : blr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseUICtrl] : bls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseModel] : blt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.BaseUI] : blu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SubUI] : blv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIInfoConst] : blw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIInfo] : blx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c] : bly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass31_0] : blz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass32_0] : bma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass33_0] : bmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass34_0] : bmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NewTaskUI/<>c__DisplayClass35_0] : bmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ScrollItemData] : bme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GObjectPool] : bmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GObjectsPool] : bmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ListPool`1] : bmh`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.AppManagerRegister] : bmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ManagerRegister] : bmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SceneManagerRegister] : bmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UIManagerRegister] : bml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveData] : bmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.Saveobject] : bmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveLocalData] : bmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SaveLoacalobject] : bmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ISingleton] : bmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.Singleton`1] : bmr`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SuperApplication/<>c] : bms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.SuperApplication/d__18] : bmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConsumeSystem] : bmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConsumeVal] : bmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem/<>c__DisplayClass10_0] : bmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem/<>c__DisplayClass10_1] : bmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem/<>c__DisplayClass9_0] : bmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem/<>c__DisplayClass9_1] : bmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GameDataSystem] : bna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConfigSystem/<>c] : bnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConfigSystem/<>c__DisplayClass7_0] : bnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.ConfigSystem] : bnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LoginSystem/<>c] : bne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.LoginSystem] : bnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PlayDataSystem/<>c] : bng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PlayDataSystem] : bnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.EventKit] : bni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.GeneralKit] : bnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TaskSequence/<>c__DisplayClass7_0] : bnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TaskSequence] : bnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TaskProcedure] : bnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NormalTimer/TimerTask] : bnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.NormalTimer/<>c] : bno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.TimerTask] : bnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.Timer/<>c] : bnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.UnitConvertUtil] : bnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.DOTweenHelper] : bns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.FGUIHelper] : bnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.PlayerPrefsKit] : bnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MaxADKit/<>c] : bnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MaxADKit/<>c__DisplayClass9_0] : bnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Assembly-CSharp] ChillConnect.MaxADKit] : bnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] SharpJson.Lexer] : bnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] SharpJson.JsonDecoder] : boa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Timeline] : bob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IBoneTimeline] : boc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ISlotTimeline] : bod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.CurveTimeline] : boe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.RotateTimeline] : bof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TranslateTimeline] : bog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ScaleTimeline] : boh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ShearTimeline] : boi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ColorTimeline] : boj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TwoColorTimeline] : bok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AttachmentTimeline] : bol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.DeformTimeline] : bom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventTimeline] : bon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.DrawOrderTimeline] : boo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IkConstraintTimeline] : bop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TransformConstraintTimeline] : boq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraintPositionTimeline] : bor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraintSpacingTimeline] : bos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraintMixTimeline] : bot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AnimationState] : bou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TrackEntry] : bov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventQueue] : bow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Pool`1/IPoolable] : box +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Pool`1] : boy`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AnimationStateData/AnimationPairComparer] : boz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AnimationStateData] : bpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Atlas] : bpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AtlasPage] : bpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AtlasRegion] : bpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TextureLoader] : bpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AtlasAttachmentLoader] : bpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Attachment] : bpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IHasRendererObject] : bph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.AttachmentLoader] : bpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.BoundingBoxAttachment] : bpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ClippingAttachment] : bpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.MeshAttachment] : bpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathAttachment] : bpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PointAttachment] : bpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.RegionAttachment] : bpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.VertexAttachment] : bpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Bone] : bpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.BoneData] : bpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ConstraintData] : bps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Event] : bpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.EventData] : bpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.ExposedList`1] : bpv`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IkConstraint] : bpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IkConstraintData] : bpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IUpdatable] : bpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Json] : bpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.MathUtils] : bqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.IInterpolation] : bqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Pow] : bqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PowOut] : bqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraint] : bqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.PathConstraintData] : bqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Skeleton] : bqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary/Vertices] : bqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary/SkeletonInput] : bqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBinary] : bqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonBounds] : bqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Polygon] : bql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonClipping] : bqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonData] : bqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonJson/LinkedMesh] : bqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SkeletonJson] : bqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Skin/SkinEntryComparer] : bqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Skin] : bqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Slot] : bqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SlotData] : bqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TransformConstraint] : bqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.TransformConstraintData] : bqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Triangulator] : bqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.SpineSkeletonExtensions] : bqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.BlendModeMaterials/ReplacementMaterial] : bqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.RegionlessAttachmentLoader] : bqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonDataCompatibility/VersionInfo] : bra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonDataCompatibility/CompatibilityProblemInfo] : brb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonDataCompatibility] : brc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.MaterialsTextureLoader] : brd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineSpriteAtlasAsset/SavedRegionInfo] : bre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/ClipInfos] : brf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/AnimationClipEqualityComparer] : brg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator/IntEqualityComparer] : brh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator] : bri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonRenderer/SpriteMaskInteractionMaterials] : brj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonRenderer/<>c__DisplayClass75_0] : brk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.ISkeletonAnimation] : brl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.IHasSkeletonDataAsset] : brm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.ISkeletonComponent] : brn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.IAnimationStateComponent] : bro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.IHasSkeletonRenderer] : brp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.IHasSkeletonComponent] : brq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.DoubleBuffered`1] : brr`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.MeshGenerator] : brs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.MeshRendererBuffers/SmartMesh] : brt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.MeshRendererBuffers] : bru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonRendererInstruction] : brv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineMesh] : brw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache] : brx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineAttributeBase] : bry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineBone] : brz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineSlot] : bsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineAnimation] : bsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineEvent] : bsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineIkConstraint] : bsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineTransformConstraint] : bse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpinePathConstraint] : bsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineSkin] : bsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineAttachment] : bsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SpineAtlasRegion] : bsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.SkeletonExtensions] : bsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineAnimation] : bsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineAnimationComplete] : bsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineAnimationEnd] : bsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineEvent] : bsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.WaitForSpineTrackEntryEnd] : bso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AnimationTools.TimelineExtensions] : bsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AttachmentTools.AttachmentCloneExtensions] : bsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AttachmentTools.AttachmentRegionExtensions] : bsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.AttachmentTools.SkinUtilities] : bss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Unity.Deprecated.SlotBlendModes/MaterialWithRefcount] : bst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2/KeyCollection] : bsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2/ValueCollection] : bsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2/d__34] : bsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionary`2] : bsx`2 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.OrderedDictionaryDebugView`2] : bsy`2 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[spine-unity] Spine.Collections.CollectionExtensions] : bsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxCmpService] : bta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxCmpError] : btb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxEvents/AppLovin] : btc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxEvents] : btd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdk] : bte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/AdViewConfiguration] : btf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration] : btg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/AdInfo] : bth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo/<>c] : bti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo] : btj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/NetworkResponseInfo/<>c] : btk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/NetworkResponseInfo] : btl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/MediatedNetworkInfo] : btm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/ErrorInfo] : btn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase/SafeAreaInsets] : bto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkBase] : btp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] AdPositionExtenstion] : btq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/Interstitial] : btr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/AppOpen] : bts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/Rewarded] : btt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/Banner] : btu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/MRec] : btv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass15_0`1] : btw`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass16_0`2] : btx`2 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks/<>c__DisplayClass17_0`3] : bty`3 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkCallbacks] : btz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkiOS] : bua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkLogger] : bub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkUtils/<>c__DisplayClass34_0] : buc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSdkUtils] : bud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder] : bue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : buf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] AdHelper/Task] : bug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] AdHelper/DestryAdTask] : buh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] AdHelper] : bui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : buj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : buk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding] : bul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.SkAdNetworkBinding] : bum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] IKwaiAdListener] : bun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiAdsMgr/InitResultCallbackImpl] : buo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiAdsMgr] : bup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiLog] : buq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd/InterstitialAdListener] : bur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd/InterstitialAdLoadListener] : bus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiInterAd] : but +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd/RewardAdListener] : buu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd/RewardAdLoadListener] : buv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] KwaiVideoAd] : buw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : buz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.ConsoleAttribute] : bva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.ConsoleCustomTypeParserAttribute] : bvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.ConsoleMethodAttribute] : bvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.CircularBuffer`1] : bvd`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DynamicCircularBuffer`1] : bve`1 +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.ConsoleMethodInfo] : bvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogConsole/<>c] : bvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogEntry] : bvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogEntryContentEqualityComparer] : bvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogPopup/d__25] : bvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] Microsoft.CodeAnalysis.EmbeddedAttribute] : bvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] System.Runtime.CompilerServices.NullableAttribute] : bvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] System.Runtime.CompilerServices.NullableContextAttribute] : bvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFInAppEvents] : bvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] InAppPurchaseValidationResult] : bvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] ProductPurchase] : bvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] ValidationFailureData] : bvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscriptionValidationResult] : bvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscriptionPurchase] : bvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] CanceledStateContext] : bvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] ExternalAccountIdentifiers] : bvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscriptionPurchaseLineItem] : bvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] PausedStateContext] : bvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscribeWithGoogleInfo] : bvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] TestPurchase] : bvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] DeveloperInitiatedCancellation] : bvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] ReplacementCancellation] : bwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SystemInitiatedCancellation] : bwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] UserInitiatedCancellation] : bwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AutoRenewingPlan] : bwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] DeferredItemReplacement] : bwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] OfferDetails] : bwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] PrepaidPlan] : bwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] CancelSurveyResult] : bwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] SubscriptionItemPriceChangeDetails] : bwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] Money] : bwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Parser] : bwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json/Serializer] : bwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[AppsFlyer] AFMiniJSON.Json] : bwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationRequest] : bwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification] : bwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAction] : bwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSTextInputNotificationAction] : bws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategory] : bwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter/<>c] : bwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCenter] : bwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTrigger] : bww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenter] : bwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationSchedule] : bwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionRequest] : bxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimationExtensions] : bxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0] : bxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass2_0] : bxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenProShortcuts] : bxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0] : bxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0] : bxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0] : bxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0] : bxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0] : bxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0] : bxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0] : bxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0] : bxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0] : bxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0] : bxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.ShortcutExtensionsTMPText] : bxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0] : bxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0] : bxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0] : bxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0] : bxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0] : bxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0] : bxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0] : bxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0] : bxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0] : bya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0] : byb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0] : byc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator] : byd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : bye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : byf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0] : byg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0] : byh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0] : byi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleAudio] : byj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0] : byk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0] : byl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0] : bym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0] : byn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0] : byo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0] : byp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0] : byq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0] : byr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0] : bys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0] : byt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0] : byu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics] : byv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0] : byw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0] : byx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0] : byy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0] : byz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0] : bza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0] : bzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0] : bzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModulePhysics2D] : bzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0] : bze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0] : bzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0] : bzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleSprite] : bzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/Utils] : bzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0] : bzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0] : bzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0] : bzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0] : bzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0] : bzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0] : bzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0] : bzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0] : bzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0] : bzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0] : bzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0] : bzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0] : bzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0] : bzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0] : bzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0] : bzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0] : bzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0] : bzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0] : caa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0] : cab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0] : cac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0] : cad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0] : cae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0] : caf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0] : cag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0] : cah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0] : cai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0] : caj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0] : cak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0] : cal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0] : cam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0] : cao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0] : cap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0] : caq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0] : car +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0] : cas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0] : cat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0] : cau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0] : cav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0] : caw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0] : cax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUI] : cay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0] : caz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0] : cba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUnityVersion] : cbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForCompletion] : cbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForRewind] : cbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForKill] : cbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForElapsedLoops] : cbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForPosition] : cbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction/WaitForStart] : cbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenCYInstruction] : cbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUtils/Physics] : cbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[DOTween.Modules] DG.Tweening.DOTweenModuleUtils] : cbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : cbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] MainThreadUtil/<>c__DisplayClass9_0] : cbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] WaitForUpdate/MainThreadAwaiter] : cbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] WaitForUpdate/d__4] : cbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] WaitForUpdate] : cbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] UnitySourceGeneratedAssemblyMonoScriptTypes_v1] : cbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.IWebSocket] : cbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketHelpers] : cbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketException] : cbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketUnexpectedException] : cbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketInvalidArgumentException] : cbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketInvalidStateException] : cbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WaitForBackgroundThread/<>c] : cbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WaitForBackgroundThread] : cby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocket] : cbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[endel.nativewebsocket] NativeWebSocket.WebSocketFactory] : cca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] jz79f_Cl] : ccb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] Loom/yARGiXY6] : ccc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] Loom] : ccd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] ekir75Dy] : cce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] bIm5AGvY] : ccf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] 0nmBbgpv] : ccg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] UnityTimer.Timer/TimerManager/<>c] : cch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] UnityTimer.Timer] : cci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found a new Type Name [[NCWWA6A0SDK] UnityTimer.TimerExtensions] : ccj [Info][OPS.OBF][OnFindMemberNames_Assemblies] Process component Method - Obfuscation -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_uid()] : cci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_device()] : ccj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_os_ver()] : cck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_network()] : ccl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_device_id()] : ccm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_pack_name()] : ccn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_version()] : cco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_channel()] : ccp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_level()] : ccq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_message()] : ccr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_stacktrace()] : ccs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::get_assembly()] : cct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::get_type()] : ccu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass10_0::b__0(UnityEngine.Texture)] : ccv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass3_0::b__0(UnityEngine.Sprite)] : ccw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass8_0::b__0(FairyGUI.NTexture)] : ccx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass8_0::b__1(FairyGUI.NTexture)] : ccy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass8_1::b__2(UnityEngine.Sprite)] : ccz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__9::System.IDisposable.Dispose()] : cda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__9::System.Collections.Generic.IEnumerator.get_Current()] : cdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__9::System.Collections.IEnumerator.Reset()] : cdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__9::System.Collections.IEnumerator.get_Current()] : cdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__4::System.IDisposable.Dispose()] : cde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__4::System.Collections.Generic.IEnumerator.get_Current()] : cdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__4::System.Collections.IEnumerator.Reset()] : cdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__4::System.Collections.IEnumerator.get_Current()] : cdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__6::System.IDisposable.Dispose()] : cdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__6::System.Collections.Generic.IEnumerator.get_Current()] : cdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__6::System.Collections.IEnumerator.Reset()] : cdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__6::System.Collections.IEnumerator.get_Current()] : cdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetNTexture(System.String,System.String,UnityEngine.Events.UnityAction`1)] : cdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TextureHelper::GetLocalTexture(System.String,System.Action`1)] : cdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetCardIcon(System.Boolean,UnityEngine.Events.UnityAction`1)] : cdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TextureHelper::GetTextureFromNet(System.String,System.Int32,System.String,System.Action`1)] : cdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetItemIcon(System.Int32,UnityEngine.Events.UnityAction`1)] : cdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::SetAvatarToLoader(System.Int32,FairyGUI.GLoader,System.Boolean)] : cdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TextureHelper::GetAvatarLocal(System.Int32,System.Action`1)] : cds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetFaceBookAvatar(System.Int32,System.Action`1)] : cdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetSelfFaceBookAvatar(System.Action`1)] : cdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String TextureHelper::GetBankIconUrl(System.String)] : cdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetGalleryLocal(System.Int32,System.Action`1)] : cdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void DataMgr/<>c__DisplayClass3_0`1::b__0(T,T)] : cdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void DataMgr::InitPreferences(System.String)] : cdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::BindDataStorage(System.String,System.String,T)] : cdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::Clear()] : cea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::LogToFilter(System.String,System.String)] : ceb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::LogAsType(System.String,System.String)] : cec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::Watch(System.String,System.String)] : ced -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::Search(System.String)] : cee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] AnimationCurveData AnimationCurveData::get_Instance()] : cef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener CommonExpand::FadeIn(FairyGUI.GObject,System.Single,System.Single)] : ceg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener CommonExpand::FadeOut(FairyGUI.GObject,System.Single,System.Single)] : ceh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void CommonExpand::SetClick(FairyGUI.GObject,System.Action,System.Boolean,System.Boolean)] : cei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void CommonExpand::SafeKill(DG.Tweening.Tween)] : cej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Obj FXPool`1::GetObject(T)] : cek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FXPool`1::AddKey(T)] : cel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Obj FXPool`1::LoadObject(T)] : cem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FXPool`1::RecObject(T,UnityEngine.Object)] : cen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FXPool`1::RemoveKey(T)] : ceo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FXPool`1::RemoveAll()] : cep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::GetFileMD5(System.String)] : ceq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::GetStringMD5(System.String)] : cer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::MD5String1(System.String)] : ces -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__0_0(System.Boolean)] : cet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__0_1()] : ceu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__1_0()] : cev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__2_0()] : cew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__9_0()] : cex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__9_1()] : cey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__10_0()] : cez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__19_0(System.Boolean)] : cfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__20_0(System.Boolean,System.String)] : cfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__23_0(System.Int32)] : cfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::ShowAdmobInter()] : cfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::Track()] : cfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::GetCountryCode()] : cff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::ShowH5()] : cfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::ShowH5WebView()] : cfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::ShowH5(UnityEngine.RectTransform)] : cfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::HideH5()] : cfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::CheckShowH5(UnityEngine.UI.Image)] : cfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::TrackLevel()] : cfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::GetWithDrawConfigs()] : cfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::CreateWithDrawOrder()] : cfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::GetWithDrawOrders()] : cfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::Init()] : cfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String NCWWA6A0SDKDemo::GetSdkVersion()] : cfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::b__17_0(System.Boolean,System.String)] : cfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::g__GameConfig|23_1(System.Boolean,System.String)] : cfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c::b__18_0()] : cft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c::b__18_2()] : cfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass18_0::b__1()] : cfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass18_0::b__3()] : cfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass18_0::b__4()] : cfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass18_0::b__5()] : cfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass5_0::b__0()] : cfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass6_0::b__0(System.Boolean)] : cga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::Redeem(AdRedeemData)] : cgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::ShowVideoAd(System.String,System.Action)] : cgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::SetWatchAd(System.String,FGUI.Common_01.btn_watchAd,System.Action)] : cgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::removeWatchAd()] : cge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::updateWatchCD()] : cgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 AdRedeemManager::GetCeilingNeedAds(System.String)] : cgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean AdRedeemManager::checkIsCanReceive(System.String)] : cgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::checkBtnState(FGUI.Common_01.btn_watchAd,System.String)] : cgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::RunAllAction()] : cgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::startAction()] : cgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::stopAction()] : cgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 AdRedeemManager::GetLookRewardADNum()] : cgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::SetLookRewardADNum(System.Int32)] : cgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::Start()] : cgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::Destroy()] : cgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::SendEventClickByName(System.String,System.String)] : cgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_0()] : cgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_1()] : cgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_2()] : cgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_3(System.String)] : cgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_4()] : cgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_5(System.String)] : cgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_6()] : cgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_7(System.String)] : cgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_8()] : cgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_9(System.String)] : cha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_10()] : chb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_11(System.String)] : chc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_12()] : chd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_13(System.String)] : che -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_14()] : chf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_15(System.String)] : chg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_16()] : chh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_17(System.String)] : chi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_18()] : chj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_19()] : chk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_20()] : chl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_21(System.String)] : chm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot::OnLauncher()] : chn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot::BuildGMTool()] : cho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ErrorLogger::HandleLog(System.String,System.String,UnityEngine.LogType)] : chp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ErrorLogger::SendErrorToServer(System.String,System.String)] : chq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 InputHelper::get_TouchCount()] : chr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Touch InputHelper::GetTouch(System.Int32)] : chs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean InputHelper::GetMouseButtonDown(System.Int32)] : cht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean InputHelper::GetMouseButton(System.Int32)] : chu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean InputHelper::GetMouseButtonUp(System.Int32)] : chv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 InputHelper::get_MousePosition()] : chw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] LevelManager LevelManager::get_Instance()] : chx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LevelManager::set_Instance(LevelManager)] : chy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LevelConfig LevelManager::get_CurrentLevel()] : chz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LevelManager::set_CurrentLevel(ChillConnect.LevelConfig)] : cia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean LevelManager::LoadLevel(System.Int32)] : cib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean LevelManager::LoadLevelByName(System.String)] : cic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MaxPayManager/<>c::b__11_0(System.Collections.Generic.KeyValuePair`2)] : cid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c::b__16_0()] : cie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c__DisplayClass14_0::b__0(SGModule.Net.ResponseData`1)] : cif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c__DisplayClass14_1::b__2()] : cig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c__DisplayClass14_1::b__1()] : cih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c__DisplayClass5_0::b__0(SGModule.Net.ResponseData`1)] : cii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/d__11::System.IDisposable.Dispose()] : cij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/d__11::<>m__Finally1()] : cik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MaxPayManager/d__11::System.Collections.Generic.IEnumerator.get_Current()] : cil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/d__11::System.Collections.IEnumerator.Reset()] : cim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MaxPayManager/d__11::System.Collections.IEnumerator.get_Current()] : cin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::Buy(ApplePayClass)] : cio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::MaxPay(ApplePayClass)] : cip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::SavePayData(System.String,ApplePayClass)] : ciq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ApplePayClass MaxPayManager::GetPayData(System.String)] : cir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean MaxPayManager::GetPayStatus()] : cis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator MaxPayManager::ProcessPayData()] : cit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::StopPayCoroutine()] : ciu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::PaySuccess()] : civ -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::PaySuccess(System.String)] : ciw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::reCreatPur()] : cix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::OnPayFailed(System.String)] : ciy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean MaxPayManager::CheckIsOpen(System.String)] : ciz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::GetPayPrice(ApplePayClass)] : cja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal MaxPayManager::GetGoldRewradNum(System.Int32)] : cjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::GetPayReward(System.Decimal)] : cjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void OpenBrowser::OpenURL(System.String)] : cjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PurchasingManager/<>c__DisplayClass3_0::b__0(SGModule.ApplePay.ApplePayBackType,AppleResponseData)] : cje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String PurchasingManager::GetPaySku(PayType)] : cjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PurchasingManager::Purchase(SGModule.ApplePay.ApplePayData)] : cjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Action`2 PurchasingManager::ApplePaySuccessCallback(SGModule.ApplePay.ApplePayData)] : cjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String PurchasingManager::SetSku(SGModule.ApplePay.ApplePayData)] : cji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PurchasingManager::SendEventClickByName(System.String,System.String)] : cjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single CommonTools::CalculateScale(UnityEngine.Vector2,UnityEngine.Vector2)] : cjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single CommonTools::GetScale()] : cjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotClass::SetStatus(SaveingPotTaskStatus)] : cjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotClass::GetAmountStr()] : cjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::CheckSaveingPot()] : cjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::CreatSaveingPotItem()] : cjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SaveingPotHelper::TestingClearTime()] : cjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::ResetHistory()] : cjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotHelper::getChString(System.Single)] : cjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotHelper::getChNumber(System.Single)] : cjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem/<>c__DisplayClass10_1::b__0(System.Decimal)] : cju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem/<>c__DisplayClass10_1::b__1()] : cjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem/<>c__DisplayClass10_1::b__2()] : cjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::Init()] : cjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::AddListener()] : cjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::OnGetReward(System.Object)] : cjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean RewardSystem::IsRewardFly(ChillConnect.RewardData)] : cka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean RewardSystem::IsRewardValueChange(ChillConnect.RewardData)] : ckb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean RewardSystem::IsRewardNumber(ChillConnect.RewardData)] : ckc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean RewardSystem::IsRewardDialog(ChillConnect.RewardData)] : ckd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::GetReward(ChillConnect.RewardData)] : cke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::PlayReward(ChillConnect.RewardData)] : ckf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::SetRewardValueChangeState(System.Int32,System.Boolean)] : ckg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::OnChangeValue(System.Int32,System.Decimal)] : ckh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SerializeUtil/<>c::<.cctor>b__0_0()] : cki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object)] : ckj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJsonIndented(System.Object)] : ckk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object,System.Type)] : ckl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object)] : ckm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SerializeUtil::ToObject(System.String)] : ckn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SkipUnityLogo::AsyncSkip()] : cko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool/<>c__DisplayClass22_0::b__0()] : ckp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool/<>c__DisplayClass22_0::b__1(System.String)] : ckq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::InitializeStyles()] : ckr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::StartLayout()] : cks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddButton(System.String,System.Action)] : ckt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddLabel(System.String)] : cku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddInputField(System.String,System.String,System.String,System.Action`1)] : ckv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddSeparator(System.String)] : ckw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::DrawLine(UnityEngine.Rect)] : ckx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddItem(GMToolItem)] : cky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::UpdateItems()] : ckz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::b__13_0()] : cla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean Keychain::Save(System.String,System.String)] : clb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Keychain::Get(System.String)] : clc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean Keychain::Delete(System.String)] : cld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean GameConfig::get_isRelease()] : cle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean GameConfig::get_enabledLog()] : clf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GameConfig::set_enabledLog(System.Boolean)] : clg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3AutoSave/<>c::b__13_0(UnityEngine.Component)] : clh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3AutoSaveMgr/<>c::b__13_0(UnityEngine.GameObject)] : cli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3AutoSaveMgr ES3AutoSaveMgr::get_Current()] : clj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3AutoSaveMgr ES3AutoSaveMgr::get_Instance()] : clk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::Save()] : cll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::Load()] : clm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::AddAutoSave(ES3AutoSave)] : cln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::RemoveAutoSave(ES3AutoSave)] : clo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::GetAutoSaves()] : clp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3AutoSaveMgr::GetDepth(UnityEngine.Transform)] : clq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::ManageSlots()] : clr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,System.Object)] : cls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,System.Object,System.String)] : clt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,System.Object,System.String,ES3Settings)] : clu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,System.Object,ES3Settings)] : clv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,T)] : clw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,T,System.String)] : clx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,T,System.String,ES3Settings)] : cly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,T,ES3Settings)] : clz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.Byte[])] : cma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.Byte[],System.String)] : cmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.Byte[],System.String,ES3Settings)] : cmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.Byte[],ES3Settings)] : cme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.String)] : cmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.String,System.String)] : cmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.String,System.String,ES3Settings)] : cmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.String,ES3Settings)] : cmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.Byte[])] : cmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.Byte[],System.String,ES3Settings)] : cmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.Byte[],ES3Settings)] : cml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.String)] : cmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.String,System.String)] : cmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.String,System.String,ES3Settings)] : cmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.String,ES3Settings)] : cmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.String)] : cmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.String,ES3Settings)] : cmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,ES3Settings)] : cms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.Int32,System.String)] : cmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.Int32,System.String,ES3Settings)] : cmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.Int32,ES3Settings)] : cmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::SaveImageToBytes(UnityEngine.Texture2D,System.Int32,ES3/ImageType)] : cmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String)] : cmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.String)] : cmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.String,ES3Settings)] : cmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,ES3Settings)] : cna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.Object)] : cnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.String,System.Object)] : cnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.String,System.Object,ES3Settings)] : cnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.Object,ES3Settings)] : cne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String)] : cnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,System.String)] : cng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,System.String,ES3Settings)] : cnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,ES3Settings)] : cni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,T)] : cnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,System.String,T)] : cnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,System.String,T,ES3Settings)] : cnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,T,ES3Settings)] : cnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.Object)] : cnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.String,System.Object)] : cno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.String,System.Object,ES3Settings)] : cnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.Object,ES3Settings)] : cnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,T)] : cnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.String,T)] : cns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.String,T,ES3Settings)] : cnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,T,ES3Settings)] : cnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadString(System.String,System.String,ES3Settings)] : cnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadString(System.String,System.String,System.String,ES3Settings)] : cnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::LoadRawBytes()] : cnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::LoadRawBytes(System.String)] : cny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::LoadRawBytes(System.String,ES3Settings)] : cnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::LoadRawBytes(ES3Settings)] : coa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadRawString()] : cob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadRawString(System.String)] : coc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadRawString(System.String,ES3Settings)] : cod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadRawString(ES3Settings)] : coe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D ES3::LoadImage(System.String)] : cof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D ES3::LoadImage(System.String,ES3Settings)] : cog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D ES3::LoadImage(ES3Settings)] : coh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D ES3::LoadImage(System.Byte[])] : coi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioClip ES3::LoadAudio(System.String,UnityEngine.AudioType)] : coj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioClip ES3::LoadAudio(System.String,UnityEngine.AudioType,ES3Settings)] : cok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::Serialize(T,ES3Settings)] : com -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::Serialize(System.Object,ES3Types.ES3Type,ES3Settings)] : con -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Deserialize(System.Byte[],ES3Settings)] : coo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Deserialize(ES3Types.ES3Type,System.Byte[],ES3Settings)] : cop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeserializeInto(System.Byte[],T,ES3Settings)] : coq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeserializeInto(ES3Types.ES3Type,System.Byte[],T,ES3Settings)] : cor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::EncryptBytes(System.Byte[],System.String)] : cos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::DecryptBytes(System.Byte[],System.String)] : cot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::EncryptString(System.String,System.String)] : cou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::DecryptString(System.String,System.String)] : cov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::CompressBytes(System.Byte[])] : cow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::DecompressBytes(System.Byte[])] : cox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::CompressString(System.String)] : coy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::DecompressString(System.String)] : coz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteFile()] : cpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteFile(System.String)] : cpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteFile(System.String,ES3Settings)] : cpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteFile(ES3Settings)] : cpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyFile(System.String,System.String)] : cpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyFile(System.String,System.String,ES3Settings,ES3Settings)] : cpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyFile(ES3Settings,ES3Settings)] : cpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameFile(System.String,System.String)] : cph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameFile(System.String,System.String,ES3Settings,ES3Settings)] : cpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameFile(ES3Settings,ES3Settings)] : cpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyDirectory(System.String,System.String)] : cpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyDirectory(System.String,System.String,ES3Settings,ES3Settings)] : cpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyDirectory(ES3Settings,ES3Settings)] : cpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameDirectory(System.String,System.String)] : cpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameDirectory(System.String,System.String,ES3Settings,ES3Settings)] : cpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameDirectory(ES3Settings,ES3Settings)] : cpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteDirectory(System.String)] : cpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteDirectory(System.String,ES3Settings)] : cpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteDirectory(ES3Settings)] : cps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteKey(System.String)] : cpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteKey(System.String,System.String)] : cpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteKey(System.String,System.String,ES3Settings)] : cpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteKey(System.String,ES3Settings)] : cpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::KeyExists(System.String)] : cpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::KeyExists(System.String,System.String)] : cpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::KeyExists(System.String,System.String,ES3Settings)] : cpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::KeyExists(System.String,ES3Settings)] : cqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::FileExists()] : cqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::FileExists(System.String)] : cqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::FileExists(System.String,ES3Settings)] : cqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::FileExists(ES3Settings)] : cqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::DirectoryExists(System.String)] : cqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::DirectoryExists(System.String,ES3Settings)] : cqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::DirectoryExists(ES3Settings)] : cqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetKeys()] : cqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetKeys(System.String)] : cqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetKeys(System.String,ES3Settings)] : cqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetKeys(ES3Settings)] : cql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetFiles()] : cqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetFiles(System.String)] : cqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetFiles(System.String,ES3Settings)] : cqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetFiles(ES3Settings)] : cqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetDirectories()] : cqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetDirectories(System.String)] : cqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetDirectories(System.String,ES3Settings)] : cqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetDirectories(ES3Settings)] : cqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CreateBackup()] : cqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CreateBackup(System.String)] : cqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CreateBackup(System.String,ES3Settings)] : cqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CreateBackup(ES3Settings)] : cqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::RestoreBackup(System.String)] : cqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::RestoreBackup(System.String,ES3Settings)] : cqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::RestoreBackup(ES3Settings)] : cra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3::GetTimestamp()] : crb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3::GetTimestamp(System.String)] : crd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3::GetTimestamp(System.String,ES3Settings)] : cre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3::GetTimestamp(ES3Settings)] : crf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::StoreCachedFile()] : crg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::StoreCachedFile(System.String)] : crh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::StoreCachedFile(System.String,ES3Settings)] : cri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::StoreCachedFile(ES3Settings)] : crj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CacheFile()] : crk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CacheFile(System.String)] : crl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CacheFile(System.String,ES3Settings)] : crm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CacheFile(ES3Settings)] : crn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Init()] : cro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Sync()] : crp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Sync(System.String,ES3Settings)] : crq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Sync(ES3Settings)] : crr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Clear()] : crs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3File::GetKeys()] : crt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Save(System.String,T)] : cru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::SaveRaw(System.Byte[],ES3Settings)] : crv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::AppendRaw(System.Byte[],ES3Settings)] : crw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3File::Load(System.String)] : crx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3File::Load(System.String,System.Object)] : cry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3File::Load(System.String)] : crz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3File::Load(System.String,T)] : csa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::LoadInto(System.String,T)] : csb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3File::LoadRawBytes()] : csc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3File::LoadRawString()] : csd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3File::GetBytes(ES3Settings)] : cse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::DeleteKey(System.String)] : csf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3File::KeyExists(System.String)] : csg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3File::Size()] : csh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3File::GetKeyType(System.String)] : csi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3File ES3File::GetOrCreateCachedFile(ES3Settings)] : csj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::CacheFile(ES3Settings)] : csk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Store(ES3Settings)] : csl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::RemoveCachedFile(ES3Settings)] : csm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::CopyCachedFile(ES3Settings,ES3Settings)] : csn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::DeleteKey(System.String,ES3Settings)] : cso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3File::KeyExists(System.String,ES3Settings)] : csp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3File::FileExists(ES3Settings)] : csq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3File::GetKeys(ES3Settings)] : csr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3File::GetFiles()] : css -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3File::GetTimestamp(ES3Settings)] : cst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::get_ColumnCount()] : csu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::get_RowCount()] : csv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::GetColumnLength(System.Int32)] : csw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::GetRowLength(System.Int32)] : csx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::SetCell(System.Int32,System.Int32,System.Object)] : csy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::SetCellString(System.Int32,System.Int32,System.String)] : csz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Spreadsheet::GetCell(System.Int32,System.Int32)] : cta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Spreadsheet::GetCell(System.Type,System.Int32,System.Int32)] : ctb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Load(System.String)] : ctc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Load(System.String,ES3Settings)] : ctd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Load(ES3Settings)] : cte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::LoadRaw(System.String)] : ctf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::LoadRaw(System.String,ES3Settings)] : ctg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Load(System.IO.Stream,ES3Settings)] : cth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(System.String)] : cti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(System.String,ES3Settings)] : ctj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(ES3Settings)] : ctk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(System.String,System.Boolean)] : ctl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(System.String,ES3Settings,System.Boolean)] : ctm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(ES3Settings,System.Boolean)] : ctn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Spreadsheet::Escape(System.String,System.Boolean)] : cto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Spreadsheet::Unescape(System.String)] : ctp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[0...,0...] ES3Spreadsheet::ToArray()] : ctq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader/ES3ReaderPropertyEnumerator/d__2::System.IDisposable.Dispose()] : ctr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderPropertyEnumerator/d__2::System.Collections.Generic.IEnumerator.get_Current()] : cts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader/ES3ReaderPropertyEnumerator/d__2::System.Collections.IEnumerator.Reset()] : ctt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderPropertyEnumerator/d__2::System.Collections.IEnumerator.get_Current()] : ctu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader/ES3ReaderRawEnumerator/d__2::System.IDisposable.Dispose()] : ctv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderRawEnumerator/d__2::System.Collections.Generic.IEnumerator.get_Current()] : ctw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader/ES3ReaderRawEnumerator/d__2::System.Collections.IEnumerator.Reset()] : ctx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderRawEnumerator/d__2::System.Collections.IEnumerator.get_Current()] : cty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Reader::Read_int()] : ctz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ES3Reader::Read_float()] : cua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::Read_bool()] : cub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Reader::Read_char()] : cuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ES3Reader::Read_decimal()] : cud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ES3Reader::Read_double()] : cue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Reader::Read_long()] : cuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt64 ES3Reader::Read_ulong()] : cug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte ES3Reader::Read_byte()] : cuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.SByte ES3Reader::Read_sbyte()] : cui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int16 ES3Reader::Read_short()] : cuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt16 ES3Reader::Read_ushort()] : cuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 ES3Reader::Read_uint()] : cul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Reader::Read_string()] : cum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Reader::Read_byteArray()] : cun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Reader::Read_ref()] : cuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Reader::ReadPropertyName()] : cup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Reader::ReadKeyPrefix(System.Boolean)] : cuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadKeySuffix()] : cur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Reader::ReadElement(System.Boolean)] : cus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::Goto(System.String)] : cut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadObject()] : cuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::EndReadObject()] : cuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadDictionary()] : cuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::EndReadDictionary()] : cux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadDictionaryKey()] : cuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::EndReadDictionaryKey()] : cuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::StartReadDictionaryValue()] : cva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::EndReadDictionaryValue()] : cvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadCollection()] : cvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::EndReadCollection()] : cvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadCollectionItem()] : cve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::EndReadCollectionItem()] : cvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader/ES3ReaderPropertyEnumerator ES3Reader::get_Properties()] : cvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader/ES3ReaderRawEnumerator ES3Reader::get_RawEnumerator()] : cvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::Skip()] : cvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::Read()] : cvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadInto(System.Object)] : cvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::ReadProperty()] : cvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::ReadProperty(ES3Types.ES3Type)] : cvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Reader::ReadRefProperty()] : cvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Reader::ReadType()] : cvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader::SetPrivateProperty(System.String,System.Object,System.Object)] : cvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader::SetPrivateField(System.String,System.Object,System.Object)] : cvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::Read(System.String)] : cvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::Read(System.String,T)] : cvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadInto(System.String,T)] : cvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadObject(System.Object,ES3Types.ES3Type)] : cvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::ReadObject(ES3Types.ES3Type)] : cvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::Read(ES3Types.ES3Type)] : cvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadInto(System.Object,ES3Types.ES3Type)] : cvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Reader::ReadTypeFromHeader()] : cvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create()] : cvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.String)] : cwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.String,ES3Settings)] : cwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(ES3Settings)] : cwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.Byte[])] : cwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.Byte[],ES3Settings)] : cwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.IO.Stream,ES3Settings)] : cwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.IO.Stream,ES3Settings,System.Boolean)] : cwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3CreateSlot::TryCreateNewSlot()] : cwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3CreateSlot::CreateNewSlot(System.String)] : cwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3CreateSlot::b__4_0()] : cwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::TrySelectSlot()] : cwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::SelectSlot()] : cwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::MarkSlotForDeletion()] : cwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::UnmarkSlotForDeletion()] : cwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::DeleteSlot()] : cwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Slot::GetSlotPath()] : cwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotDialog::b__2_0()] : cwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3SlotManager/<>c::b__13_0(System.ValueTuple`2)] : cwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotManager::InstantiateSlots()] : cws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ES3SlotManager::InstantiateSlot(System.String,System.DateTime)] : cwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotManager::ShowErrorDialog(System.String)] : cwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotManager::Close()] : cwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotManager::DestroySlots()] : cww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3SlotManager::GetSlotPath(System.String)] : cwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Defaults ES3Settings::get_defaultSettingsScriptableObject()] : cwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Settings ES3Settings::get_defaultSettings()] : cwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Settings ES3Settings::get_unencryptedUncompressedSettings()] : cxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3/Location ES3Settings::get_location()] : cxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Settings::set_location(ES3/Location)] : cxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Settings::get_FullPath()] : cxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Settings::IsAbsolute(System.String)] : cxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Settings::CopyInto(ES3Settings)] : cxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__53::System.IDisposable.Dispose()] : cxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__53::<>m__Finally1()] : cxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__53::System.Collections.Generic.IEnumerator.get_Current()] : cxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__53::System.Collections.IEnumerator.Reset()] : cxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__53::System.Collections.IEnumerator.get_Current()] : cxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__44::System.IDisposable.Dispose()] : cxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__44::<>m__Finally1()] : cxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__44::System.Collections.Generic.IEnumerator.get_Current()] : cxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__44::System.Collections.IEnumerator.Reset()] : cxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__44::System.Collections.IEnumerator.get_Current()] : cxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__45::System.IDisposable.Dispose()] : cxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__45::<>m__Finally1()] : cxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__45::System.Collections.Generic.IEnumerator.get_Current()] : cxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__45::System.Collections.IEnumerator.Reset()] : cxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__45::System.Collections.IEnumerator.get_Current()] : cxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__61::System.IDisposable.Dispose()] : cxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__61::<>m__Finally1()] : cxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__61::System.Collections.Generic.IEnumerator.get_Current()] : cxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__61::System.Collections.IEnumerator.Reset()] : cxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__61::System.Collections.IEnumerator.get_Current()] : cxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__70::System.IDisposable.Dispose()] : cya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__70::<>m__Finally1()] : cyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__70::System.Collections.Generic.IEnumerator.get_Current()] : cyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__70::System.Collections.IEnumerator.Reset()] : cyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__70::System.Collections.IEnumerator.get_Current()] : cye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__60::System.IDisposable.Dispose()] : cyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__60::<>m__Finally1()] : cyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__60::System.Collections.Generic.IEnumerator.get_Current()] : cyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__60::System.Collections.IEnumerator.Reset()] : cyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__60::System.Collections.IEnumerator.get_Current()] : cyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__62::System.IDisposable.Dispose()] : cyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__62::<>m__Finally1()] : cyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__62::System.Collections.Generic.IEnumerator.get_Current()] : cym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__62::System.Collections.IEnumerator.Reset()] : cyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__62::System.Collections.IEnumerator.get_Current()] : cyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__20::System.IDisposable.Dispose()] : cyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__20::System.Collections.Generic.IEnumerator.get_Current()] : cyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__20::System.Collections.IEnumerator.Reset()] : cyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__20::System.Collections.IEnumerator.get_Current()] : cys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__33::System.IDisposable.Dispose()] : cyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__33::<>m__Finally1()] : cyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__33::System.Collections.Generic.IEnumerator.get_Current()] : cyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__33::System.Collections.IEnumerator.Reset()] : cyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__33::System.Collections.IEnumerator.get_Current()] : cyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Cloud::get_data()] : cyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Cloud::get_text()] : cyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3Cloud::get_filenames()] : cza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3Cloud::get_timestamp()] : czb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync()] : czc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String)] : czd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,System.String)] : cze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,System.String,System.String)] : czf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,ES3Settings)] : czg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,System.String,ES3Settings)] : czh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,System.String,System.String,ES3Settings)] : czi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(ES3Settings,System.String,System.String)] : czj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile()] : czk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String)] : czl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,System.String)] : czm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,System.String,System.String)] : czn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,ES3Settings)] : czo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,System.String,ES3Settings)] : czp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,System.String,System.String,ES3Settings)] : czq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(ES3File)] : czr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(ES3File,System.String)] : czs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(ES3File,System.String,System.String)] : czt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(ES3Settings,System.String,System.String)] : czu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.Byte[],ES3Settings,System.String,System.String)] : czv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.Byte[],ES3Settings,System.String,System.String,System.Int64)] : czw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile()] : czx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String)] : czy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,System.String)] : czz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,System.String,System.String)] : daa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,ES3Settings)] : dab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,System.String,ES3Settings)] : dac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,System.String,System.String,ES3Settings)] : dad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3File)] : dae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3File,System.String)] : daf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3File,System.String,System.String)] : dag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3File,System.String,System.String,System.Int64)] : dah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3Settings,System.String,System.String,System.Int64)] : dai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile()] : daj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String)] : dak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,System.String)] : dal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,System.String,System.String)] : dam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,ES3Settings)] : dan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,System.String,ES3Settings)] : dao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,System.String,System.String,ES3Settings)] : dap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(ES3Settings,System.String,System.String)] : daq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String)] : dar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,System.String)] : das -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,System.String,System.String)] : dat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,ES3Settings)] : dau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,System.String,ES3Settings)] : dav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,System.String,System.String,ES3Settings)] : daw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(ES3Settings,ES3Settings,System.String,System.String)] : dax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFilenames(System.String,System.String)] : daz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::SearchFilenames(System.String,System.String,System.String)] : dba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp()] : dbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String)] : dbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,System.String)] : dbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,System.String,System.String)] : dbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,ES3Settings)] : dbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,System.String,ES3Settings)] : dbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,System.String,System.String,ES3Settings)] : dbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(ES3Settings,System.String,System.String)] : dbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Cloud::DateTimeToUnixTimestamp(System.DateTime)] : dbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Cloud::GetFileTimestamp(ES3Settings)] : dbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud::Reset()] : dbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteNull()] : dbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteFile()] : dbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteFile()] : dbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteObject(System.String)] : dbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteObject(System.String)] : dbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteProperty(System.String)] : dbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteProperty(System.String)] : dbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteCollection()] : dbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteCollection()] : dbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteCollectionItem(System.Int32)] : dbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteCollectionItem(System.Int32)] : dbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteDictionary()] : dbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteDictionary()] : dby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteDictionaryKey(System.Int32)] : dbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteDictionaryKey(System.Int32)] : dca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteDictionaryValue(System.Int32)] : dcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteDictionaryValue(System.Int32)] : dcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteRawProperty(System.String,System.Byte[])] : dcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Int32)] : dce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Single)] : dcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Boolean)] : dcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Decimal)] : dch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Double)] : dci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Int64)] : dcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.UInt64)] : dck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.UInt32)] : dcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Byte)] : dcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.SByte)] : dcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Int16)] : dco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.UInt16)] : dcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Char)] : dcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.String)] : dcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Byte[])] : dcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.String,System.Type,System.Byte[])] : dct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.String,System.Object)] : dcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.Type,System.String,System.Object)] : dcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.Object,ES3/ReferenceMode)] : dcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.Object,ES3Types.ES3Type,ES3/ReferenceMode)] : dcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteRef(UnityEngine.Object)] : dcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteRef(UnityEngine.Object,System.String)] : dcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteRef(UnityEngine.Object,System.String,ES3Internal.ES3ReferenceMgrBase)] : dda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object)] : ddb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object,ES3/ReferenceMode)] : ddc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object)] : ddb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object,ES3Types.ES3Type)] : ddd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object,ES3Types.ES3Type,ES3/ReferenceMode)] : dde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePropertyByRef(System.String,UnityEngine.Object)] : ddf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateProperty(System.String,System.Object)] : ddg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateField(System.String,System.Object)] : ddh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateProperty(System.String,System.Object,ES3Types.ES3Type)] : ddi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateField(System.String,System.Object,ES3Types.ES3Type)] : ddj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivatePropertyByRef(System.String,System.Object)] : ddk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateFieldByRef(System.String,System.Object)] : ddl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteType(System.Type)] : ddm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Writer ES3Writer::Create(System.String,ES3Settings)] : ddn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Writer ES3Writer::Create(ES3Settings)] : ddo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Writer ES3Writer::Create(ES3Settings,System.Boolean,System.Boolean,System.Boolean)] : ddp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Writer ES3Writer::Create(System.IO.Stream,ES3Settings,System.Boolean,System.Boolean)] : ddq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Writer::SerializationDepthLimitExceeded()] : ddr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::MarkKeyForDeletion(System.String)] : dds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Merge()] : ddt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Merge(ES3Reader)] : ddu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Save()] : ddv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Save(System.Boolean)] : ddw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ResponseData WebSocketTools::DeserializeResponse(System.String)] : ddx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void WebSocketTools::ProcessResponseData(ResponseData)] : ddy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void WebSocketTools::HandleData(Newtonsoft.Json.Linq.JToken)] : ddz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void WebSocketTools::HandleData(Newtonsoft.Json.Linq.JToken)] : dea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void WebSocketTools::ProcessValidData(T)] : deb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChatController::AddToChatOutput(System.String)] : dec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void DropdownSample::OnButtonClick()] : ded -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EnvMapAnimator/d__4::System.IDisposable.Dispose()] : dee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object EnvMapAnimator/d__4::System.Collections.Generic.IEnumerator.get_Current()] : deg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EnvMapAnimator/d__4::System.Collections.IEnumerator.Reset()] : deh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object EnvMapAnimator/d__4::System.Collections.IEnumerator.get_Current()] : dei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : dej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/CharacterSelectionEvent TMPro.TMP_TextEventHandler::get_onCharacterSelection()] : dek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onCharacterSelection(TMPro.TMP_TextEventHandler/CharacterSelectionEvent)] : del -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/SpriteSelectionEvent TMPro.TMP_TextEventHandler::get_onSpriteSelection()] : dem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onSpriteSelection(TMPro.TMP_TextEventHandler/SpriteSelectionEvent)] : den -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/WordSelectionEvent TMPro.TMP_TextEventHandler::get_onWordSelection()] : deo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onWordSelection(TMPro.TMP_TextEventHandler/WordSelectionEvent)] : dep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/LineSelectionEvent TMPro.TMP_TextEventHandler::get_onLineSelection()] : deq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onLineSelection(TMPro.TMP_TextEventHandler/LineSelectionEvent)] : der -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/LinkSelectionEvent TMPro.TMP_TextEventHandler::get_onLinkSelection()] : des -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onLinkSelection(TMPro.TMP_TextEventHandler/LinkSelectionEvent)] : det -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnCharacterSelection(System.Char,System.Int32)] : deu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnSpriteSelection(System.Char,System.Int32)] : dev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnWordSelection(System.String,System.Int32,System.Int32)] : dew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnLineSelection(System.String,System.Int32,System.Int32)] : dex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnLinkSelection(System.String,System.String,System.Int32)] : dey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.Benchmark01/d__10::System.IDisposable.Dispose()] : dez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.Benchmark01/d__10::System.Collections.IEnumerator.Reset()] : dfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01/d__10::System.Collections.IEnumerator.get_Current()] : dfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.Benchmark01_UGUI/d__10::System.IDisposable.Dispose()] : dfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01_UGUI/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.Benchmark01_UGUI/d__10::System.Collections.IEnumerator.Reset()] : dff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01_UGUI/d__10::System.Collections.IEnumerator.get_Current()] : dfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.CameraController::GetPlayerInput()] : dfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.ShaderPropAnimator/d__6::System.IDisposable.Dispose()] : dfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.ShaderPropAnimator/d__6::System.Collections.Generic.IEnumerator.get_Current()] : dfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.ShaderPropAnimator/d__6::System.Collections.IEnumerator.Reset()] : dfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.ShaderPropAnimator/d__6::System.Collections.IEnumerator.get_Current()] : dfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.ShaderPropAnimator::AnimateProperties()] : dfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.SkewTextExample/d__7::System.IDisposable.Dispose()] : dfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.SkewTextExample/d__7::System.Collections.Generic.IEnumerator.get_Current()] : dfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.SkewTextExample/d__7::System.Collections.IEnumerator.Reset()] : dfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.SkewTextExample/d__7::System.Collections.IEnumerator.get_Current()] : dfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AnimationCurve TMPro.Examples.SkewTextExample::CopyAnimationCurve(UnityEngine.AnimationCurve)] : dfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.SkewTextExample::WarpText()] : dfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TeleType/d__4::System.IDisposable.Dispose()] : dft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TeleType/d__4::System.Collections.Generic.IEnumerator.get_Current()] : dfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TeleType/d__4::System.Collections.IEnumerator.Reset()] : dfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TeleType/d__4::System.Collections.IEnumerator.get_Current()] : dfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator/d__7::System.IDisposable.Dispose()] : dfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__7::System.Collections.Generic.IEnumerator.get_Current()] : dfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator/d__7::System.Collections.IEnumerator.Reset()] : dfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__7::System.Collections.IEnumerator.get_Current()] : dga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator/d__8::System.IDisposable.Dispose()] : dgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__8::System.Collections.Generic.IEnumerator.get_Current()] : dgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator/d__8::System.Collections.IEnumerator.Reset()] : dgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__8::System.Collections.IEnumerator.get_Current()] : dge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator::ON_TEXT_CHANGED(UnityEngine.Object)] : dgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.TextConsoleSimulator::RevealCharacters(TMPro.TMP_Text)] : dgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.TextConsoleSimulator::RevealWords(TMPro.TMP_Text)] : dgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextMeshProFloatingText/d__16::System.IDisposable.Dispose()] : dgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__16::System.Collections.Generic.IEnumerator.get_Current()] : dgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextMeshProFloatingText/d__16::System.Collections.IEnumerator.Reset()] : dgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__16::System.Collections.IEnumerator.get_Current()] : dgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextMeshProFloatingText/d__15::System.IDisposable.Dispose()] : dgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__15::System.Collections.Generic.IEnumerator.get_Current()] : dgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextMeshProFloatingText/d__15::System.Collections.IEnumerator.Reset()] : dgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__15::System.Collections.IEnumerator.get_Current()] : dgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.TextMeshProFloatingText::DisplayTextMeshProFloatingText()] : dgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.TextMeshProFloatingText::DisplayTextMeshFloatingText()] : dgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMPro_InstructionOverlay::Set_FrameCounter_Position(TMPro.Examples.TMPro_InstructionOverlay/FpsCounterAnchorPositions)] : dgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_FrameRateCounter::Set_FrameCounter_Position(TMPro.Examples.TMP_FrameRateCounter/FpsCounterAnchorPositions)] : dgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnCharacterSelection(System.Char,System.Int32)] : dgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnSpriteSelection(System.Char,System.Int32)] : dgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnWordSelection(System.String,System.Int32,System.Int32)] : dgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnLineSelection(System.String,System.Int32,System.Int32)] : dgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnLinkSelection(System.String,System.String,System.Int32)] : dgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextSelector_B::ON_TEXT_CHANGED(UnityEngine.Object)] : dgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextSelector_B::RestoreCachedVertexAttributes(System.Int32)] : dha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_UiFrameRateCounter::Set_FrameCounter_Position(TMPro.Examples.TMP_UiFrameRateCounter/FpsCounterAnchorPositions)] : dhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexColorCycler/d__3::System.IDisposable.Dispose()] : dhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexColorCycler/d__3::System.Collections.Generic.IEnumerator.get_Current()] : dhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexColorCycler/d__3::System.Collections.IEnumerator.Reset()] : dhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexColorCycler/d__3::System.Collections.IEnumerator.get_Current()] : dhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexColorCycler::AnimateVertexColors()] : dhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexJitter/d__11::System.IDisposable.Dispose()] : dhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexJitter/d__11::System.Collections.Generic.IEnumerator.get_Current()] : dhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexJitter/d__11::System.Collections.IEnumerator.Reset()] : dhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexJitter/d__11::System.Collections.IEnumerator.get_Current()] : dhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexJitter::ON_TEXT_CHANGED(UnityEngine.Object)] : dhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexJitter::AnimateVertexColors()] : dhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeA/d__11::System.IDisposable.Dispose()] : dhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeA/d__11::System.Collections.Generic.IEnumerator.get_Current()] : dho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeA/d__11::System.Collections.IEnumerator.Reset()] : dhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeA/d__11::System.Collections.IEnumerator.get_Current()] : dhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeA::ON_TEXT_CHANGED(UnityEngine.Object)] : dhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexShakeA::AnimateVertexColors()] : dhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeB/d__10::System.IDisposable.Dispose()] : dht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeB/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeB/d__10::System.Collections.IEnumerator.Reset()] : dhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeB/d__10::System.Collections.IEnumerator.get_Current()] : dhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeB::ON_TEXT_CHANGED(UnityEngine.Object)] : dhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexShakeB::AnimateVertexColors()] : dhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 TMPro.Examples.VertexZoom/<>c__DisplayClass10_0::b__0(System.Int32,System.Int32)] : dhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexZoom/d__10::System.IDisposable.Dispose()] : dia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexZoom/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexZoom/d__10::System.Collections.IEnumerator.Reset()] : dic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexZoom/d__10::System.Collections.IEnumerator.get_Current()] : did -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexZoom::ON_TEXT_CHANGED(UnityEngine.Object)] : die -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexZoom::AnimateVertexColors()] : dif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.WarpTextExample/d__8::System.IDisposable.Dispose()] : dig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.WarpTextExample/d__8::System.Collections.Generic.IEnumerator.get_Current()] : dih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.WarpTextExample/d__8::System.Collections.IEnumerator.Reset()] : dii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.WarpTextExample/d__8::System.Collections.IEnumerator.get_Current()] : dij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AnimationCurve TMPro.Examples.WarpTextExample::CopyAnimationCurve(UnityEngine.AnimationCurve)] : dik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.WarpTextExample::WarpText()] : dil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ES3Prefab::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ES3Prefab::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ES3PrefabInternal::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ES3PrefabInternal::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ES3PrefabInternal::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES32DArrayType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES32DArrayType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES32DArrayType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES32DArrayType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES32DArrayType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES33DArrayType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES33DArrayType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES33DArrayType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES33DArrayType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES33DArrayType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ArrayType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ArrayType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ArrayType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ArrayType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ArrayType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3CollectionType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3CollectionType::ReadICollection(ES3Reader,System.Collections.Generic.ICollection`1,ES3Types.ES3Type)] : diq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::ReadICollectionInto(ES3Reader,System.Collections.Generic.ICollection`1,ES3Types.ES3Type)] : dir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::ReadICollectionInto(ES3Reader,System.Collections.ICollection,ES3Types.ES3Type)] : dis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ConcurrentDictionaryType::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ConcurrentDictionaryType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ConcurrentDictionaryType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ConcurrentDictionaryType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ConcurrentDictionaryType::Read(ES3Reader)] : diu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ConcurrentDictionaryType::ReadInto(ES3Reader,System.Object)] : div -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3DictionaryType::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3DictionaryType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3DictionaryType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3DictionaryType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3DictionaryType::Read(ES3Reader)] : dix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3DictionaryType::ReadInto(ES3Reader,System.Object)] : diy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3HashSetType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3HashSetType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3HashSetType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3HashSetType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3HashSetType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ListType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ListType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ListType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ListType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ListType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3NativeArrayType/<>c::b__6_0(System.Reflection.MethodInfo)] : diz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3NativeArrayType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3NativeArrayType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3NativeArrayType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3NativeArrayType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3NativeArrayType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Array ES3Types.ES3NativeArrayType::ReadAsArray(ES3Reader)] : dja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3QueueType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3QueueType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3QueueType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3QueueType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3QueueType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3StackType/<>c::b__4_0(System.Reflection.MethodInfo)] : djb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3StackType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3StackType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3StackType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3StackType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3StackType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3TupleType::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3TupleType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : djc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3TupleType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ArrayList::WriteObject(System.Object,ES3Writer)] : djd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ArrayList::ReadObject(ES3Reader,System.Object)] : dje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ArrayList::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ComponentType::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ComponentType::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ComponentType::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ComponentType::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ComponentType::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ComponentType::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Component ES3Types.ES3ComponentType::GetOrAddComponent(UnityEngine.GameObject,System.Type)] : djl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Component ES3Types.ES3ComponentType::CreateComponent(System.Type)] : djm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ObjectType::WriteObject(System.Object,ES3Writer)] : djd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ObjectType::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ObjectType::ReadObject(ES3Reader,System.Object)] : dje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ObjectType::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ObjectType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ObjectType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ScriptableObjectType::WriteScriptableObject(System.Object,ES3Writer)] : djn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ScriptableObjectType::ReadScriptableObject(ES3Reader,System.Object)] : djo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ScriptableObjectType::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ScriptableObjectType::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ScriptableObjectType::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ScriptableObjectType::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::WriteUsingDerivedType(System.Object,ES3Writer)] : djp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::ReadUsingDerivedType(ES3Reader,System.Object)] : djq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Types.ES3Type::ReadPropertyName(ES3Reader)] : djr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::WriteProperties(System.Object,ES3Writer)] : djs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type::ReadProperties(ES3Reader,System.Object)] : djt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::GetMembers(System.Boolean)] : dju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::GetMembers(System.Boolean,System.String[])] : djv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3UnityObjectType::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::WriteObject(System.Object,ES3Writer)] : djd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::WriteObject(System.Object,ES3Writer,ES3/ReferenceMode)] : djw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::ReadObject(ES3Reader,System.Object)] : dje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3UnityObjectType::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3UnityObjectType::WriteUsingDerivedType(System.Object,ES3Writer,ES3/ReferenceMode)] : djx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BigInteger::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_BigInteger::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Type::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Type::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_bool::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_bool::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_byte::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_byte::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_byteArray::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_byteArray::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_char::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_char::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_DateTime::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_DateTime::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_decimal::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_decimal::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_double::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_double::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_enum::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_enum::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ES3Ref::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ES3Ref::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_float::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_float::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_int::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_int::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_IntPtr::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_IntPtr::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_long::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_long::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_sbyte::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_sbyte::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_short::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_short::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_string::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_string::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_uint::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_uint::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_UIntPtr::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_UIntPtr::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ulong::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ulong::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ushort::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ushort::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedComponentType::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedComponentType::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedObjectType::WriteObject(System.Object,ES3Writer)] : djd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ReflectedObjectType::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedObjectType::ReadObject(ES3Reader,System.Object)] : dje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedScriptableObjectType::WriteScriptableObject(System.Object,ES3Writer)] : djn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedScriptableObjectType::ReadScriptableObject(ES3Reader,System.Object)] : djo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedType::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ReflectedType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedUnityObjectType::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ReflectedUnityObjectType::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedUnityObjectType::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedValueType::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ReflectedValueType::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedValueType::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoxCollider::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoxCollider::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoxCollider2D::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoxCollider2D::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Camera::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Camera::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_CapsuleCollider::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_CapsuleCollider::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_EventSystem::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_EventSystem::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Image::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Image::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshCollider::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshCollider::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshFilter::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshFilter::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshRenderer::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshRenderer::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ParticleSystem::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ParticleSystem::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PolygonCollider2D::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PolygonCollider2D::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RawImage::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RawImage::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Rigidbody::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Rigidbody::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SphereCollider::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SphereCollider::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Text::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Text::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Transform::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Transform::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_AnimationCurve::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_AnimationCurve::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_AnimationCurve::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_AudioClip::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_AudioClip::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_AudioClip::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoneWeight::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_BoneWeight::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Bounds::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Bounds::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Burst::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Burst::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_CollisionModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_CollisionModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_CollisionModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Color::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Color::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Color32::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Color32::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_Color32::Equals(UnityEngine.Color32,UnityEngine.Color32)] : djy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ColorBySpeedModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ColorBySpeedModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ColorBySpeedModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ColorOverLifetimeModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ColorOverLifetimeModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ColorOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_EmissionModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_EmissionModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_EmissionModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ExternalForcesModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ExternalForcesModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ExternalForcesModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Flare::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Flare::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Flare::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Font::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Font::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Font::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ForceOverLifetimeModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ForceOverLifetimeModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ForceOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_GameObject/<>c::b__5_0(UnityEngine.Component)] : djz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_GameObject/<>c::b__5_1(UnityEngine.Component)] : dka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_GameObject/<>c__DisplayClass8_0::b__0(UnityEngine.Component)] : dkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::WriteObject(System.Object,ES3Writer,ES3/ReferenceMode)] : djw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_GameObject::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::ReadObject(ES3Reader,System.Object)] : dje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::ReadComponents(ES3Reader,UnityEngine.GameObject)] : dkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ES3Types.ES3Type_GameObject::CreateNewGameObject(ES3Internal.ES3ReferenceMgrBase,System.Int64)] : dkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ES3Types.ES3Type_GameObject::GetChildren(UnityEngine.GameObject)] : dke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_GameObject::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Gradient::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Gradient::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Gradient::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GradientAlphaKey::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_GradientAlphaKey::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GradientColorKey::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_GradientColorKey::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Guid::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Guid::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_InheritVelocityModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_InheritVelocityModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_InheritVelocityModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Keyframe::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Keyframe::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LayerMask::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_LayerMask::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Light::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Light::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LightsModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_LightsModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LightsModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LimitVelocityOverLifetimeModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_LimitVelocityOverLifetimeModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LimitVelocityOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MainModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_MainModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MainModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Material::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Material::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Material::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Matrix4x4::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Matrix4x4::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Mesh::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Mesh::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Mesh::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MinMaxCurve::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_MinMaxCurve::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MinMaxCurve::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MinMaxGradient::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_MinMaxGradient::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_NoiseModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_NoiseModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_NoiseModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PhysicMaterial::WriteObject(System.Object,ES3Writer)] : djd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PhysicMaterial::ReadObject(ES3Reader,System.Object)] : dje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_PhysicMaterial::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PhysicsMaterial2D::WriteObject(System.Object,ES3Writer)] : djd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PhysicsMaterial2D::ReadObject(ES3Reader,System.Object)] : dje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_PhysicsMaterial2D::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Quaternion::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Quaternion::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Rect::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Rect::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RectTransform::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RectTransform::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RenderTexture::WriteObject(System.Object,ES3Writer)] : djd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RenderTexture::ReadObject(ES3Reader,System.Object)] : dje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_RenderTexture::ReadObject(ES3Reader)] : djf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RotationBySpeedModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_RotationBySpeedModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RotationBySpeedModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RotationOverLifetimeModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_RotationOverLifetimeModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RotationOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Shader::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Shader::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Shader::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ShapeModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ShapeModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ShapeModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SizeBySpeedModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_SizeBySpeedModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SizeBySpeedModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SizeOverLifetimeModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_SizeOverLifetimeModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SizeOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SkinnedMeshRenderer::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SkinnedMeshRenderer::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Sprite::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Sprite::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Sprite::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SpriteRenderer::WriteComponent(System.Object,ES3Writer)] : djg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SpriteRenderer::ReadComponent(ES3Reader,System.Object)] : djh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SubEmittersModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_SubEmittersModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SubEmittersModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Texture::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Texture::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Texture::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Texture2D::WriteUnityObject(System.Object,ES3Writer)] : dji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Texture2D::ReadUnityObject(ES3Reader,System.Object)] : djj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Texture2D::ReadUnityObject(ES3Reader)] : djk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_Texture2D::IsReadable(UnityEngine.Texture2D)] : dkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TextureSheetAnimationModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_TextureSheetAnimationModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TextureSheetAnimationModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TrailModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_TrailModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TrailModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TriggerModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_TriggerModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TriggerModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector2::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector2::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector2Int::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector2Int::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector3::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector3::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector3Int::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector3Int::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector4::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector4::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_Vector4::Equals(UnityEngine.Vector4,UnityEngine.Vector4)] : dkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_VelocityOverLifetimeModule::Write(System.Object,ES3Writer)] : dim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_VelocityOverLifetimeModule::Read(ES3Reader)] : din -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_VelocityOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : dio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Debug::Log(System.String,UnityEngine.Object,System.Int32)] : dkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Debug::LogWarning(System.String,UnityEngine.Object,System.Int32)] : dki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Debug::LogError(System.String,UnityEngine.Object,System.Int32)] : dkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Debug::Indent(System.Int32)] : dkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Hash::SHA1Hash(System.String)] : dkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.EncryptionAlgorithm::Encrypt(System.Byte[],System.String,System.Int32)] : dkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.EncryptionAlgorithm::Decrypt(System.Byte[],System.String,System.Int32)] : dkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.EncryptionAlgorithm::Encrypt(System.IO.Stream,System.IO.Stream,System.String,System.Int32)] : dko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.EncryptionAlgorithm::Decrypt(System.IO.Stream,System.IO.Stream,System.String,System.Int32)] : dkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.EncryptionAlgorithm::CopyStream(System.IO.Stream,System.IO.Stream,System.Int32)] : dkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.AESEncryptionAlgorithm::Encrypt(System.Byte[],System.String,System.Int32)] : dkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.AESEncryptionAlgorithm::Decrypt(System.Byte[],System.String,System.Int32)] : dkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.AESEncryptionAlgorithm::Encrypt(System.IO.Stream,System.IO.Stream,System.String,System.Int32)] : dko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.AESEncryptionAlgorithm::Decrypt(System.IO.Stream,System.IO.Stream,System.String,System.Int32)] : dkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3Internal.ES3IO::GetTimestamp(System.String)] : dkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::GetExtension(System.String)] : dks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::DeleteFile(System.String)] : dkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IO::FileExists(System.String)] : dku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::MoveFile(System.String,System.String)] : dkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::CopyFile(System.String,System.String)] : dkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::MoveDirectory(System.String,System.String)] : dkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::CreateDirectory(System.String)] : dky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IO::DirectoryExists(System.String)] : dkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::GetDirectoryPath(System.String,System.Char)] : dla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IO::UsesForwardSlash(System.String)] : dlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::CombinePathAndFilename(System.String,System.String)] : dlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3Internal.ES3IO::GetDirectories(System.String,System.Boolean)] : dld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::DeleteDirectory(System.String)] : dle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3Internal.ES3IO::GetFiles(System.String,System.Boolean)] : dlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3IO::ReadAllBytes(System.String)] : dlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::WriteAllBytes(System.String,System.Byte[])] : dlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::CommitBackup(ES3Settings)] : dli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3Prefab::Get(UnityEngine.Object)] : dlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 ES3Internal.ES3Prefab::GetReferences()] : dlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Prefab::ApplyReferences(System.Collections.Generic.Dictionary`2)] : dll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3Prefab::GetNewRefID()] : dlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase/<>c::b__34_0(System.Collections.Generic.KeyValuePair`2)] : dln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase/<>c::b__34_1(System.Collections.Generic.KeyValuePair`2)] : dlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase/<>c::b__35_1(System.Collections.Generic.KeyValuePair`2)] : dlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase/<>c__DisplayClass32_0::b__0(System.Collections.Generic.KeyValuePair`2)] : dlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase/<>c__DisplayClass33_0::b__0(System.Collections.Generic.KeyValuePair`2)] : dlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3ReferenceMgrBase ES3Internal.ES3ReferenceMgrBase::get_Current()] : dls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3ReferenceMgrBase ES3Internal.ES3ReferenceMgrBase::GetManagerFromScene(UnityEngine.SceneManagement.Scene,System.Boolean)] : dlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::get_IsInitialised()] : dlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3RefIdDictionary ES3Internal.ES3ReferenceMgrBase::get_refId()] : dlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::set_refId(ES3Internal.ES3RefIdDictionary)] : dlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3GlobalReferences ES3Internal.ES3ReferenceMgrBase::get_GlobalReferences()] : dlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::Merge(ES3Internal.ES3ReferenceMgrBase)] : dly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase::Get(UnityEngine.Object)] : dlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Object ES3Internal.ES3ReferenceMgrBase::Get(System.Int64,System.Type,System.Boolean)] : dma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Object ES3Internal.ES3ReferenceMgrBase::Get(System.Int64,System.Boolean)] : dmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Prefab ES3Internal.ES3ReferenceMgrBase::GetPrefab(System.Int64,System.Boolean)] : dmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase::GetPrefab(ES3Internal.ES3Prefab,System.Boolean)] : dmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::AddPrefab(ES3Internal.ES3Prefab)] : dme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::Remove(UnityEngine.Object)] : dmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::Remove(System.Int64)] : dmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::RemoveNullValues()] : dmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::RemoveNullOrInvalidValues()] : dmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::Clear()] : dmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::Contains(UnityEngine.Object)] : dmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::Contains(System.Int64)] : dml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::ChangeId(System.Int64,System.Int64)] : dmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase::GetNewRefID()] : dmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::CanBeSaved(UnityEngine.Object)] : dmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::b__35_0(System.Collections.Generic.KeyValuePair`2)] : dmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IdRefDictionary::KeysAreEqual(System.Int64,System.Int64)] : dmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IdRefDictionary::ValuesAreEqual(UnityEngine.Object,UnityEngine.Object)] : dmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3RefIdDictionary::KeysAreEqual(UnityEngine.Object,UnityEngine.Object)] : dmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3RefIdDictionary::ValuesAreEqual(System.Int64,System.Int64)] : dmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/ES3ReflectedMember::get_IsNull()] : dms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection/ES3ReflectedMember::get_Name()] : dmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection/ES3ReflectedMember::get_MemberType()] : dmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/ES3ReflectedMember::get_IsPublic()] : dmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/ES3ReflectedMember::get_IsProtected()] : dmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/ES3ReflectedMember::get_IsStatic()] : dmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Reflection/ES3ReflectedMember::SetValue(System.Object,System.Object)] : dmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3Reflection/ES3ReflectedMember::GetValue(System.Object)] : dmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 ES3Internal.ES3Reflection/<>c::b__27_0(System.Reflection.Assembly)] : dna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] <>f__AnonymousType1`2 ES3Internal.ES3Reflection/<>c::b__27_1(System.Reflection.Assembly,System.Type)] : dnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection/<>c::b__27_3(<>f__AnonymousType1`2)] : dnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/<>c__DisplayClass27_0::b__2(<>f__AnonymousType1`2)] : dnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/<>c__DisplayClass46_0::b__0(System.Reflection.MethodInfo)] : dne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.Assembly[] ES3Internal.ES3Reflection::get_Assemblies()] : dnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type[] ES3Internal.ES3Reflection::GetElementTypes(System.Type)] : dng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ES3Internal.ES3Reflection::GetSerializableFields(System.Type,System.Collections.Generic.List`1,System.Boolean,System.String[],System.Reflection.BindingFlags)] : dnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ES3Internal.ES3Reflection::GetSerializableProperties(System.Type,System.Collections.Generic.List`1,System.Boolean,System.String[],System.Reflection.BindingFlags)] : dni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::TypeIsSerializable(System.Type)] : dnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3Reflection::CreateInstance(System.Type)] : dnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3Reflection::CreateInstance(System.Type,System.Object[])] : dnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Array ES3Internal.ES3Reflection::ArrayCreateInstance(System.Type,System.Int32)] : dnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Array ES3Internal.ES3Reflection::ArrayCreateInstance(System.Type,System.Int32[])] : dnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::MakeGenericType(System.Type,System.Type)] : dno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMember[] ES3Internal.ES3Reflection::GetSerializableMembers(System.Type,System.Boolean,System.String[])] : dnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMember ES3Internal.ES3Reflection::GetES3ReflectedProperty(System.Type,System.String)] : dnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMember ES3Internal.ES3Reflection::GetES3ReflectedMember(System.Type,System.String)] : dnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IList`1 ES3Internal.ES3Reflection::GetInstances()] : dns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IList`1 ES3Internal.ES3Reflection::GetDerivedTypes(System.Type)] : dnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsAssignableFrom(System.Type,System.Type)] : dnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::GetGenericTypeDefinition(System.Type)] : dnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type[] ES3Internal.ES3Reflection::GetGenericArguments(System.Type)] : dnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Internal.ES3Reflection::GetArrayRank(System.Type)] : dnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection::GetAssemblyQualifiedName(System.Type)] : dny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMethod ES3Internal.ES3Reflection::GetMethod(System.Type,System.String,System.Type[],System.Type[])] : dnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::TypeIsArray(System.Type)] : doa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::GetElementType(System.Type)] : dob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsAbstract(System.Type)] : doc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsInterface(System.Type)] : dod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsGenericType(System.Type)] : doe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsValueType(System.Type)] : dof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsEnum(System.Type)] : dog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::HasParameterlessConstructor(System.Type)] : doh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.ConstructorInfo ES3Internal.ES3Reflection::GetParameterlessConstructor(System.Type)] : doi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection::GetShortAssemblyQualifiedName(System.Type)] : doj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.PropertyInfo ES3Internal.ES3Reflection::GetProperty(System.Type,System.String)] : dok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.FieldInfo ES3Internal.ES3Reflection::GetField(System.Type,System.String)] : dol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.MethodInfo[] ES3Internal.ES3Reflection::GetMethods(System.Type,System.String)] : dom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsPrimitive(System.Type)] : don -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::AttributeIsDefined(System.Reflection.MemberInfo,System.Type)] : doo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::AttributeIsDefined(System.Type,System.Type)] : dop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::ImplementsInterface(System.Type,System.Type)] : doq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::BaseType(System.Type)] : dor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::GetType(System.String)] : dos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection::GetTypeString(System.Type)] : dot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3SerializableDictionary`2/<>c::b__6_0(System.Collections.Generic.KeyValuePair`2)] : dou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TKey ES3Internal.ES3SerializableDictionary`2/<>c::b__6_1(System.Collections.Generic.KeyValuePair`2)] : dov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3SerializableDictionary`2::KeysAreEqual(TKey,TKey)] : dmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3SerializableDictionary`2::ValuesAreEqual(TVal,TVal)] : dmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Internal.ES3SerializableDictionary`2::RemoveNullValues()] : dow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3SerializableDictionary`2::ChangeKey(TKey,TKey)] : dox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String ES3Internal.ES3JSONReader::ReadPropertyName()] : cup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3JSONReader::ReadKeyPrefix(System.Boolean)] : cuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::ReadKeySuffix()] : cur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadObject()] : cuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::EndReadObject()] : cuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadDictionary()] : cuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::EndReadDictionary()] : cux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadDictionaryKey()] : cuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::EndReadDictionaryKey()] : cuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::StartReadDictionaryValue()] : cva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::EndReadDictionaryValue()] : cvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadCollection()] : cvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::EndReadCollection()] : cvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadCollectionItem()] : cve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::EndReadCollectionItem()] : cvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::ReadString(System.IO.StreamWriter,System.Boolean)] : doy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3JSONReader::ReadElement(System.Boolean)] : cus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::ReadOrSkipChar(System.IO.StreamWriter,System.Boolean)] : doz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::ReadCharIgnoreWhitespace(System.Boolean)] : dpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::ReadNullOrCharIgnoreWhitespace(System.Char)] : dpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::ReadCharIgnoreWhitespace(System.Char)] : dpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::ReadQuotationMarkOrNullIgnoreWhitespace()] : dpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::PeekCharIgnoreWhitespace(System.Char)] : dpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::PeekCharIgnoreWhitespace()] : dpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::SkipWhiteSpace()] : dpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::SkipOpeningBraceOfFile()] : dph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsWhiteSpace(System.Char)] : dpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsOpeningBrace(System.Char)] : dpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsEndOfValue(System.Char)] : dpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsTerminator(System.Char)] : dpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsQuotationMark(System.Char)] : dpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsEndOfStream(System.Char)] : dpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3JSONReader::GetValueString()] : dpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String ES3Internal.ES3JSONReader::Read_string()] : cum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3JSONReader::Read_ref()] : cuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::Read_char()] : cuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single ES3Internal.ES3JSONReader::Read_float()] : cua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 ES3Internal.ES3JSONReader::Read_int()] : ctz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::Read_bool()] : cub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Decimal ES3Internal.ES3JSONReader::Read_decimal()] : cud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Double ES3Internal.ES3JSONReader::Read_double()] : cue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3JSONReader::Read_long()] : cuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt64 ES3Internal.ES3JSONReader::Read_ulong()] : cug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ES3Internal.ES3JSONReader::Read_uint()] : cul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte ES3Internal.ES3JSONReader::Read_byte()] : cuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.SByte ES3Internal.ES3JSONReader::Read_sbyte()] : cui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int16 ES3Internal.ES3JSONReader::Read_short()] : cuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt16 ES3Internal.ES3JSONReader::Read_ushort()] : cuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3JSONReader::Read_byteArray()] : cun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3GlobalReferences ES3Internal.ES3GlobalReferences::get_Instance()] : dpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Object ES3Internal.ES3GlobalReferences::Get(System.Int64)] : dpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3GlobalReferences::GetOrAdd(UnityEngine.Object)] : dpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3GlobalReferences::RemoveInvalidKeys()] : dps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3FileStream::GetPath(System.String,ES3Internal.ES3FileMode)] : dpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.IO.FileMode ES3Internal.ES3FileStream::GetFileMode(ES3Internal.ES3FileMode)] : dpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.IO.FileAccess ES3Internal.ES3FileStream::GetFileAccess(ES3Internal.ES3FileMode)] : dpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3PlayerPrefsStream::GetData(System.String,System.Boolean)] : dpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ResourcesStream::get_Exists()] : dpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3ResourcesStream::GetData(System.String)] : dpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.IO.Stream ES3Internal.ES3Stream::CreateStream(ES3Settings,ES3Internal.ES3FileMode)] : dpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.IO.Stream ES3Internal.ES3Stream::CreateStream(System.IO.Stream,ES3Settings,ES3Internal.ES3FileMode)] : dqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Stream::CopyTo(System.IO.Stream,System.IO.Stream)] : dqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Types.ES3Type ES3Internal.ES3TypeMgr::GetOrCreateES3Type(System.Type,System.Boolean)] : dqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Types.ES3Type ES3Internal.ES3TypeMgr::GetES3Type(System.Type)] : dqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Types.ES3Type ES3Internal.ES3TypeMgr::CreateES3Type(System.Type,System.Boolean)] : dqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3TypeMgr::Init()] : dqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3WebClass/d__19::System.IDisposable.Dispose()] : dqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3WebClass/d__19::System.Collections.Generic.IEnumerator.get_Current()] : dqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3WebClass/d__19::System.Collections.IEnumerator.Reset()] : dqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3WebClass/d__19::System.Collections.IEnumerator.get_Current()] : dqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ES3Internal.ES3WebClass::get_uploadProgress()] : dqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ES3Internal.ES3WebClass::get_downloadProgress()] : dql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3WebClass::get_isError()] : dqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3WebClass::IsNetworkError(UnityEngine.Networking.UnityWebRequest)] : dqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3WebClass::AddPOSTField(System.String,System.String)] : dqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3WebClass::GetUser(System.String,System.String)] : dqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.WWWForm ES3Internal.ES3WebClass::CreateWWWForm()] : dqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3WebClass::HandleError(UnityEngine.Networking.UnityWebRequest,System.Boolean)] : dqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Internal.ES3WebClass::SendWebRequest(UnityEngine.Networking.UnityWebRequest)] : dqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3WebClass::Reset()] : dbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3SpecialByte ES3Internal.ES3Binary::TypeToByte(System.Type)] : dqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Binary::ByteToType(ES3Internal.ES3SpecialByte)] : dqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Binary::ByteToType(System.Byte)] : dqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Binary::IsPrimitive(ES3Internal.ES3SpecialByte)] : dqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::Write(System.String,System.Object)] : dcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::Write(System.String,System.Type,System.Byte[])] : dct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::Write(System.Type,System.String,System.Object)] : dcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Int32)] : dce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Single)] : dcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Boolean)] : dcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Decimal)] : dch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Double)] : dci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Int64)] : dcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.UInt64)] : dck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.UInt32)] : dcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Byte)] : dcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.SByte)] : dcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Int16)] : dco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.UInt16)] : dcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Char)] : dcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Byte[])] : dcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.String)] : dcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WriteNull()] : dbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3CacheWriter::CharacterRequiresEscaping(System.Char)] : dqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WriteCommaIfRequired()] : dqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WriteRawProperty(System.String,System.Byte[])] : dcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteFile()] : dbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteFile()] : dbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteProperty(System.String)] : dbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteProperty(System.String)] : dbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteObject(System.String)] : dbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteObject(System.String)] : dbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteCollection()] : dbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteCollection()] : dbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteCollectionItem(System.Int32)] : dbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteCollectionItem(System.Int32)] : dbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteDictionary()] : dbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteDictionary()] : dby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteDictionaryKey(System.Int32)] : dbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteDictionaryKey(System.Int32)] : dca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteDictionaryValue(System.Int32)] : dcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteDictionaryValue(System.Int32)] : dcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Int32)] : dce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Single)] : dcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Boolean)] : dcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Decimal)] : dch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Double)] : dci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Int64)] : dcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.UInt64)] : dck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.UInt32)] : dcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Byte)] : dcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.SByte)] : dcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Int16)] : dco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.UInt16)] : dcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Char)] : dcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Byte[])] : dcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.String)] : dcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WriteNull()] : dbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONWriter::CharacterRequiresEscaping(System.Char)] : dqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WriteCommaIfRequired()] : dra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WriteRawProperty(System.String,System.Byte[])] : dcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteFile()] : dbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteFile()] : dbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteProperty(System.String)] : dbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteProperty(System.String)] : dbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteObject(System.String)] : dbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteObject(System.String)] : dbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteCollection()] : dbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteCollection()] : dbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteCollectionItem(System.Int32)] : dbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteCollectionItem(System.Int32)] : dbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteDictionary()] : dbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteDictionary()] : dby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteDictionaryKey(System.Int32)] : dbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteDictionaryKey(System.Int32)] : dca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteDictionaryValue(System.Int32)] : dcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteDictionaryValue(System.Int32)] : dcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WriteNewlineAndTabs()] : drb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.NetKit/<>c::b__4_0(UnityEngine.Events.UnityAction`2)] : drc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit/<>c__DisplayClass3_0::b__1(SGModule.Net.ResponseData`1)] : drd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit/<>c__DisplayClass4_0::b__1(System.Boolean)] : dre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit::Init()] : drf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetKit::Encrypt(System.String,System.String)] : drg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetKit::Decrypt(System.String,System.String)] : drh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.Net.TokenManager/RefreshTokenDelegate SGModule.NetKit.NetKit::RefreshTokenHandler()] : dri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.Net.TokenManager/ReauthenticateDelegate SGModule.NetKit.NetKit::ReauthenticateHandler()] : drj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.Net.NetCoreModel SGModule.NetKit.NetKit::ProvideConfig()] : drk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.NetKit::PostAsync(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Collections.Generic.Dictionary`2)] : drl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit::Post(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary`2)] : drm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit::Post(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary`2)] : drn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.NetKit::b__3_0(UnityEngine.Events.UnityAction`2)] : dro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit/<>c__DisplayClass5_0::b__0(SGModule.Net.ResponseData`1)] : drp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit::Init(System.Boolean)] : drq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit::Send(System.String,System.String,System.String,System.String)] : drr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit::SendDebugToServer(System.String,System.String)] : drs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit::SendLogToServer(System.String,System.String,System.String,System.String,UnityEngine.Events.UnityAction`1)] : drt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.ErrorLogKit::GetNetworkType()] : dru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit/d__7::System.IDisposable.Dispose()] : drv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.HeartbeatKit/d__7::System.Collections.Generic.IEnumerator.get_Current()] : drw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit/d__7::System.Collections.IEnumerator.Reset()] : drx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.HeartbeatKit/d__7::System.Collections.IEnumerator.get_Current()] : dry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.HeartbeatKit::get_HeartbeatInterval()] : drz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::StartHeartbeat()] : dsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.HeartbeatKit::HeartbeatRequestCoroutine()] : dsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::SaveRemainingHeartbeatTime()] : dsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::RestoreNextHeartbeatTime()] : dsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.NetKit.HeartbeatKit::get_NextHeartbeatTime()] : dse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::set_NextHeartbeatTime(System.Int64)] : dsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.HeartbeatKit::get_LastRemainingInterval()] : dsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::set_LastRemainingInterval(System.Int32)] : dsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::RequestHeart()] : dsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.NetKit.HeartbeatKit::Now()] : dsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/<>c__DisplayClass10_0::b__0(System.Boolean,SGModule.NetKit.LoginModel)] : dsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/<>c__DisplayClass9_0::b__0(System.Boolean,SGModule.NetKit.LoginModel)] : dsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__12::System.IDisposable.Dispose()] : dsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__12::System.Collections.Generic.IEnumerator.get_Current()] : dsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__12::System.Collections.IEnumerator.Reset()] : dso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__12::System.Collections.IEnumerator.get_Current()] : dsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__11::System.IDisposable.Dispose()] : dsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__11::System.Collections.Generic.IEnumerator.get_Current()] : dsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__11::System.Collections.IEnumerator.Reset()] : dss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__11::System.Collections.IEnumerator.get_Current()] : dst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__10::System.IDisposable.Dispose()] : dsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__10::System.Collections.IEnumerator.Reset()] : dsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__10::System.Collections.IEnumerator.get_Current()] : dsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.LoginKit::get_Channel()] : dsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit::LoginRequest(System.String,System.Boolean,UnityEngine.Events.UnityAction`2)] : dsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.LoginKit::ReauthenticateOnExpiration(UnityEngine.Events.UnityAction`1)] : dta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.LoginKit::LoginCoroutine(SGModule.NetKit.RequestLoginData,UnityEngine.Events.UnityAction`2)] : dtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.LoginKit::DoLoginRequest(SGModule.NetKit.RequestLoginData)] : dtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit::OnLoginSuccess()] : dtd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.NetKit.LoginModel SGModule.NetKit.LoginKit::get_LoginModel()] : dte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.LoginKit::get_LoginSuccess()] : dtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit::b__12_0(SGModule.Net.ResponseData`1)] : dtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_0()] : dth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_1()] : dti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_2()] : dtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_3()] : dtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_4()] : dtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_5()] : dtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_7()] : dtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::Init()] : dto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::VerifyTokenExpiryImminent()] : dtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::VerifyTokenExpirationBehavior()] : dtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::b__0_6(System.String)] : dtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::b__0_8(System.String)] : dts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.TrackEvent::Register(System.String,System.Boolean)] : dtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackEvent::ContainsExact(System.String)] : dtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackEvent::ContainsDynamic(System.String)] : dtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackEvent::Contains(System.String)] : dtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit/<>c__DisplayClass3_0::b__0(SGModule.Net.ResponseData`1)] : dtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit/d__4::System.IDisposable.Dispose()] : dty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.TrackKit/d__4::System.Collections.Generic.IEnumerator.get_Current()] : dtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit/d__4::System.Collections.IEnumerator.Reset()] : dua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.TrackKit/d__4::System.Collections.IEnumerator.get_Current()] : dub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit::PostTrack(SGModule.NetKit.TrackData,UnityEngine.Events.UnityAction`2)] : duc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.TrackKit::NoSentTrackProcessing()] : dud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit::SendEvent(System.String,System.String,System.Int32)] : due -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit::TrackLoginFunnel(SGModule.NetKit.LoginFunnelEventType,System.String)] : duf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit::PostFunnelLogin(System.String,System.String)] : dug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.TrackProperty::Register(System.String,System.Boolean)] : duh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackProperty::ContainsExact(System.String)] : dui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackProperty::ContainsDynamic(System.String)] : duj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackProperty::Contains(System.String)] : duk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass0_0::b__0(SGModule.Net.ResponseData`1)] : dul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass2_0::b__0(SGModule.Net.ResponseData`1)] : dum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass3_0::b__0(SGModule.Net.ResponseData`1)] : dun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass4_0`1::b__0(SGModule.Net.ResponseData`1)] : duo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass5_0`1::b__0(SGModule.Net.ResponseData`1)] : dup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass6_0`1::b__0(SGModule.Net.ResponseData`1)] : duq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass7_0`1::b__0(SGModule.Net.ResponseData`1)] : dur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass8_0`1::b__0(SGModule.Net.ResponseData`1)] : dus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass9_0::b__0(SGModule.Net.ResponseData`1)] : dut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::RequestPlayerData(UnityEngine.Events.UnityAction`2)] : duu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::UploadPlayerDataUpdate(System.Int64,System.String)] : duv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::UploadPlayerDataUpdate(System.Int64,System.String,UnityEngine.Events.UnityAction`1)] : duw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::DeltaUpdateData(System.Int64,System.String,UnityEngine.Events.UnityAction`1)] : dux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::PixPayIn(System.String,System.String,System.String,System.Int32,UnityEngine.Events.UnityAction`2)] : duy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::PixPayOrderQuery(System.String,UnityEngine.Events.UnityAction`2)] : duz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::PayOutUserInfo(System.String,System.String,System.String,UnityEngine.Events.UnityAction`2)] : dva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::H5RefreshTimes(System.String,System.String,UnityEngine.Events.UnityAction`2)] : dvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::SetClickAdEvent(System.String,System.String,UnityEngine.Events.UnityAction`2)] : dvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::SettleUp(System.Int32,SGModule.NetKit.RequestStageData,UnityEngine.Events.UnityAction`1)] : dvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Ping SGModule.Net.NetChecker/<>c::b__22_0(System.String)] : dve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker/<>c::b__24_0(UnityEngine.Networking.UnityWebRequestAsyncOperation)] : dvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker/<>c::b__24_1(UnityEngine.Networking.UnityWebRequestAsyncOperation)] : dvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker/<>c::b__24_2(UnityEngine.Networking.UnityWebRequestAsyncOperation)] : dvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker/<>c::b__24_3(UnityEngine.Networking.UnityWebRequestAsyncOperation)] : dvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__21::System.IDisposable.Dispose()] : dvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__21::System.Collections.Generic.IEnumerator.get_Current()] : dvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__21::System.Collections.IEnumerator.Reset()] : dvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__21::System.Collections.IEnumerator.get_Current()] : dvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__22::System.IDisposable.Dispose()] : dvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__22::System.Collections.Generic.IEnumerator.get_Current()] : dvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__22::System.Collections.IEnumerator.Reset()] : dvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__22::System.Collections.IEnumerator.get_Current()] : dvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__23::System.IDisposable.Dispose()] : dvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__23::System.Collections.Generic.IEnumerator.get_Current()] : dvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__23::System.Collections.IEnumerator.Reset()] : dvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__23::System.Collections.IEnumerator.get_Current()] : dvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__24::System.IDisposable.Dispose()] : dvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__24::System.Collections.Generic.IEnumerator.get_Current()] : dvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__24::System.Collections.IEnumerator.Reset()] : dvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__24::System.Collections.IEnumerator.get_Current()] : dvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__16::System.IDisposable.Dispose()] : dvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__16::System.Collections.Generic.IEnumerator.get_Current()] : dwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__16::System.Collections.IEnumerator.Reset()] : dwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__16::System.Collections.IEnumerator.get_Current()] : dwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 SGModule.Net.NetChecker::get_IsConnected()] : dwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::set_IsConnected(System.Nullable`1)] : dwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::WaitUntilNetworkConnected(System.Single,System.Single,System.Action`1)] : dwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.Net.ConnectionStatus SGModule.Net.NetChecker::GetConnectionStatus()] : dwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::Init()] : dwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::StartCheckingInternet()] : dwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::StopCheckingInternet()] : dwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::CheckInternetRoutine()] : dwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::CheckWithPing()] : dwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::CheckWithUnityWebRequest()] : dwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::WaitForAnyRequest(System.Collections.Generic.List`1)] : dwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::AddCheckUrl(System.String)] : dwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::RemoveCheckUrl(System.String)] : dwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::AddPingTarget(System.String)] : dwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::RemovePingTarget(System.String)] : dwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::SetUsePingCheck(System.Boolean)] : dws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker::QuickNetDeviceCheck()] : dwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetCore`1/<>c::b__19_0(System.Collections.Generic.KeyValuePair`2)] : dwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/<>c__DisplayClass14_0`1::b__0(SGModule.Net.ResponseData`1)] : dwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetCore`1/<>c__DisplayClass14_0`1::b__1()] : dww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/<>c__DisplayClass16_0`1::b__0(System.String)] : dwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__14`1::System.IDisposable.Dispose()] : dwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__14`1::System.Collections.Generic.IEnumerator.get_Current()] : dwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__14`1::System.Collections.IEnumerator.Reset()] : dxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__14`1::System.Collections.IEnumerator.get_Current()] : dxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__16`1::System.IDisposable.Dispose()] : dxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__16`1::System.Collections.Generic.IEnumerator.get_Current()] : dxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__16`1::System.Collections.IEnumerator.Reset()] : dxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__16`1::System.Collections.IEnumerator.get_Current()] : dxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__17`1::System.IDisposable.Dispose()] : dxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__17`1::System.Collections.Generic.IEnumerator.get_Current()] : dxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__17`1::System.Collections.IEnumerator.Reset()] : dxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__17`1::System.Collections.IEnumerator.get_Current()] : dxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::Encrypt(System.String,System.String)] : drg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::Decrypt(System.String,System.String)] : drh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] SGModule.Net.TokenManager/RefreshTokenDelegate SGModule.Net.NetCore`1::RefreshTokenHandler()] : dri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] SGModule.Net.TokenManager/ReauthenticateDelegate SGModule.Net.NetCore`1::ReauthenticateHandler()] : drj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] SGModule.Net.NetCoreModel SGModule.Net.NetCore`1::ProvideConfig()] : drk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1::InternalInit()] : dxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::GetApiUrl()] : dxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::GetWsUrl()] : dxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetCore`1::PostAsync(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Collections.Generic.Dictionary`2)] : dxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1::Post(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary`2)] : dxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetCore`1::PostInternal(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Collections.Generic.Dictionary`2)] : dxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetCore`1::SendRequest(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Collections.Generic.Dictionary`2)] : dxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest SGModule.Net.NetCore`1::CreatePostRequest(System.String,System.String,System.Collections.Generic.Dictionary`2)] : dxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1::SetRequestHeaders(UnityEngine.Networking.UnityWebRequest,System.Collections.Generic.Dictionary`2)] : dxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetCore`1::GetNextRequestId()] : dxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::UnquoteString(System.String)] : dxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1::SendWebRequest(System.String,System.Object,System.Boolean,System.Collections.Generic.Dictionary`2)] : dxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.ServerClock::Init(System.Int64)] : dxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.Net.ServerClock::GetCurrentServerTime()] : dxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.Net.ServerClock::Now()] : dxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/<>c__DisplayClass23_0::b__0(System.Boolean)] : dxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/<>c__DisplayClass25_0::b__0(System.String,System.Int64)] : dya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/<>c__DisplayClass26_0::b__0(System.String,System.Int64)] : dyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__23::System.IDisposable.Dispose()] : dyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__23::System.Collections.Generic.IEnumerator.get_Current()] : dyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__23::System.Collections.IEnumerator.Reset()] : dye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__23::System.Collections.IEnumerator.get_Current()] : dyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__26::System.IDisposable.Dispose()] : dyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__26::System.Collections.Generic.IEnumerator.get_Current()] : dyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__26::System.Collections.IEnumerator.Reset()] : dyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__26::System.Collections.IEnumerator.get_Current()] : dyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__25::System.IDisposable.Dispose()] : dyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__25::System.Collections.Generic.IEnumerator.get_Current()] : dyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__25::System.Collections.IEnumerator.Reset()] : dym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__25::System.Collections.IEnumerator.get_Current()] : dyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__24::System.IDisposable.Dispose()] : dyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__24::System.Collections.Generic.IEnumerator.get_Current()] : dyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__24::System.Collections.IEnumerator.Reset()] : dyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__24::System.Collections.IEnumerator.get_Current()] : dyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Net.TokenManager::get_CachedToken()] : dys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager::set_CachedToken(System.String)] : dyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.Net.TokenManager::get_CachedExpiresAt()] : dyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager::set_CachedExpiresAt(System.Int64)] : dyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.Net.TokenManager::get_RemainingTokenSeconds()] : dyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager::InitHandlers(SGModule.Net.TokenManager/RefreshTokenDelegate,SGModule.Net.TokenManager/ReauthenticateDelegate)] : dyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.TokenManager::GetToken(UnityEngine.Events.UnityAction`1)] : dyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.TokenManager::WaitForReauthenticationComplete()] : dyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.TokenManager::RefreshTokenRoutine()] : dza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.TokenManager::ReauthenticateRoutine(UnityEngine.Events.UnityAction`1)] : dzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.TokenManager::IsTokenValid()] : dzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.TokenManager::IsTokenExpiringSoon()] : dzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager::UpdateTokenCache(System.String,System.Int64)] : dze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.TokenManager::ShouldStartRefresh()] : dzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.Net.TokenManager::GetTokenRecord()] : dzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.ResponseData`1::get_IsSuccess()] : dzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.ResponseData`1::Deconstruct(System.Boolean&,T&)] : dzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::InitGmTool()] : dzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::Init(System.String)] : dzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::Send(System.Object)] : dzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Threading.Tasks.Task SGModule.Net.WebSocketService::Disconnect()] : dzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::add_OnOpenAction(System.Action)] : dzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::remove_OnOpenAction(System.Action)] : dzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::add_OnMessageAction(System.Action`1)] : dzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::remove_OnMessageAction(System.Action`1)] : dzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::add_OnCloseAction(System.Action`1)] : dzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::remove_OnCloseAction(System.Action`1)] : dzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::add_OnErrorAction(System.Action`1)] : dzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::remove_OnErrorAction(System.Action`1)] : dzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Threading.Tasks.Task SGModule.Net.WebSocketService::Connect()] : dzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::OnOpen()] : dzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::OnClose(NativeWebSocket.WebSocketCloseCode)] : dzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::OnMessage(System.String)] : dzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::OnError(System.String)] : dzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::TryReconnect()] : eaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::BindToken(System.String)] : eab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::SendHeartbeat()] : eac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::b__23_0()] : ead -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::b__23_1(System.Byte[])] : eae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::b__23_2(NativeWebSocket.WebSocketCloseCode)] : eaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::b__23_3(System.String)] : eag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.MarkdownKit.MarkdownData SGModule.MarkdownKit.MarkdownDataMgr::GetData(System.String)] : eah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.MarkdownKit.MarkdownTextState SGModule.MarkdownKit.MarkdownDataMgr::GetState(System.String)] : eai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.MarkdownKit.MarkdownDataMgr::TryAdd(System.String,SGModule.MarkdownKit.MarkdownData)] : eaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.MarkdownKit.MarkdownDataMgr::TryGetValue(System.String,SGModule.MarkdownKit.MarkdownData&)] : eak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__0_0(System.Text.RegularExpressions.Match)] : eal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__0_1(System.Text.RegularExpressions.Match)] : eam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__0_2(System.Text.RegularExpressions.Match)] : ean -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__1_1(System.Text.RegularExpressions.Match)] : eao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__1_2(System.Text.RegularExpressions.Match)] : eap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c__DisplayClass1_0::b__0(System.Text.RegularExpressions.Match)] : eaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert::ToRichText(System.String)] : ear -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert::ToUBB(System.String,System.Int32)] : eas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::b__0(System.Collections.Generic.List`1)] : eat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::b__1(System.Boolean,System.Collections.Generic.List`1)] : eau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit/d__2::System.IDisposable.Dispose()] : eav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.MarkdownKit.MarkdownKit/d__2::System.Collections.Generic.IEnumerator.get_Current()] : eaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit/d__2::System.Collections.IEnumerator.Reset()] : eax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.MarkdownKit.MarkdownKit/d__2::System.Collections.IEnumerator.get_Current()] : eay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::LoadText(System.String,System.String,System.Int32)] : eaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::GetText(System.String,System.Action`2>,System.Int32)] : eba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.MarkdownKit.MarkdownKit::Download(SGModule.MarkdownKit.MarkdownData)] : ebb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.MarkdownKit.MarkdownKit::SplitMarkdownByHeaders(System.String)] : ebc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::SetMarkdownTextSize(SGModule.MarkdownKit.MarkdownData,System.Int32)] : ebd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::UpdateMarkdownTextList(SGModule.MarkdownKit.MarkdownData)] : ebe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::ShowAsRichText(FairyGUI.GComponent,System.String,UnityEngine.Color,System.Action`2,System.Int32)] : ebf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type SGModule.DataStorage.DataKeyInfo::get_Type()] : ebg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.DataStorage.DataKeyInfo::get_CloudSave()] : ebh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.DataStorage.DataKeyDic::Register(System.String,System.Boolean)] : ebi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.DataStorage.DataKeyInfo SGModule.DataStorage.DataKeyDic::Get(System.String)] : ebj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.DataStorage.DataManager/<>c::b__14_0()] : ebk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.DataStorage.DataManager/<>c::b__14_1()] : ebl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager/d__13::System.IDisposable.Dispose()] : ebm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.DataStorage.DataManager/d__13::System.Collections.Generic.IEnumerator.get_Current()] : ebn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager/d__13::System.Collections.IEnumerator.Reset()] : ebo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.DataStorage.DataManager/d__13::System.Collections.IEnumerator.get_Current()] : ebp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.DataStorage.DataManager::AutoSaveRoutine()] : ebq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::Init()] : ebr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::SaveChange(System.Boolean)] : ebs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::FlushAutoSave()] : ebt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::SaveData(System.String,T)] : ebu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.DataStorage.DataManager::LoadData(System.String,T)] : ebv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.DataStorage.DataManager::KeyExists(System.String)] : ebw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::DeleteKey(System.String)] : ebx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::ClearAllData()] : eby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.DataStorage.DataManager::ExportToJson()] : ebz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::ImportFromJson(System.String,System.Int64)] : eca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::RestoreCloudDataToES3()] : ecb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::AddSaveCallback(System.Action`3)] : ecc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::ClearSaveCallback()] : ecd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::RemoveSaveCallback(System.Action`3)] : ece -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::DebugAllKeys()] : ecf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::DebugCache()] : ecg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::b__14_2(System.String)] : ech -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.DataStorage.DataStorage`1::get_Value()] : eci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataStorage`1::set_Value(T)] : ecj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataStorage`1::Save()] : eck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataStorage`1::SaveAndDispatch(T,System.Boolean)] : ecl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass12_0::b__0(SGModule.ConfigLoader.ConfigLoaderState)] : ecm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass17_0::b__0(System.Boolean)] : ecn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass18_0::b__0(System.String)] : eco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass19_0::b__0(System.String)] : ecp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IReadOnlyDictionary`2 SGModule.ConfigLoader.ConfigLoader::get_JsonDictionary()] : ecq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::Init(System.String,System.String,System.Collections.Generic.List`1,UnityEngine.Events.UnityAction`1,UnityEngine.Events.UnityAction`2)] : ecr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::InitConfigList(System.Collections.Generic.List`1,UnityEngine.Events.UnityAction`2)] : ecs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::CheckConfigFile(UnityEngine.Events.UnityAction`1)] : ect -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigLoader::IsFirstLaunch()] : ecu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::SetFirstLaunch()] : ecv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::FirstLaunchCopyConfig(UnityEngine.Events.UnityAction`1)] : ecw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::DownloadConfig(UnityEngine.Events.UnityAction`1)] : ecx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::ReadLocalConfig(UnityEngine.Events.UnityAction`1)] : ecy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigLoader::HasNewConfig()] : ecz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::ReloadConfig(System.String,UnityEngine.Events.UnityAction`1)] : eda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::ValidateConfigFile(System.String,UnityEngine.Events.UnityAction`1)] : edb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigLoader::ParseNewConfig(T,UnityEngine.Events.UnityAction`2)] : edc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.ConfigLoader.ConfigModel SGModule.ConfigLoader.ConfigLoader::Pares(SGModule.ConfigLoader.ConfigModel,UnityEngine.Events.UnityAction`2,System.Boolean)] : edd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigLoader::ParesPersonalizedConfig(SGModule.ConfigLoader.ConfigModel,System.String,UnityEngine.Events.UnityAction`2)] : ede -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigLoader::GetPersonalizedConfig(System.String)] : edf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigLoader::GetConfig()] : edg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::AddConfig(SGModule.ConfigLoader.ConfigModel)] : edh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.FileNetworkManager/<>c::b__8_0(UnityEngine.ResourceManagement.ResourceLocations.IResourceLocation)] : edi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__8::System.IDisposable.Dispose()] : edj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__8::System.Collections.Generic.IEnumerator.get_Current()] : edk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__8::System.Collections.IEnumerator.Reset()] : edl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__8::System.Collections.IEnumerator.get_Current()] : edm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__9::System.IDisposable.Dispose()] : edn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__9::<>m__Finally1()] : edo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__9::System.Collections.Generic.IEnumerator.get_Current()] : edp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__9::System.Collections.IEnumerator.Reset()] : edq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__9::System.Collections.IEnumerator.get_Current()] : edr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__11::System.IDisposable.Dispose()] : eds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__11::<>m__Finally1()] : edt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__11::System.Collections.Generic.IEnumerator.get_Current()] : edu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__11::System.Collections.IEnumerator.Reset()] : edv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__11::System.Collections.IEnumerator.get_Current()] : edw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.FileNetworkManager::GetConfigFOlderPath()] : edx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.FileNetworkManager::ParseFileList(System.String)] : edy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager::CopyStreamingAssetsToPersistentDataPath(System.Action`1)] : edz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager::HandleInitializationError()] : eea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.ConfigLoader.FileNetworkManager::CopyFile(System.Action`1)] : eeb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.ConfigLoader.FileNetworkManager::CopyFile(System.String,System.String,System.Action`1)] : eec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager::ReadData(System.String,System.Action`1)] : eed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.ConfigLoader.FileNetworkManager::ReadDataEnumerator(System.String,System.Action`1)] : eee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager::WriteToPersistentData(System.String,System.String,System.String)] : eef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] SGModule.ConfigLoader.FileNetworkManager::GetFileNamesFromPersistentDataPath(System.String)] : eeg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.ConfigModel`2::get_DataList()] : eeh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigModel`2::set_DataList(System.Collections.Generic.List`1)] : eei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.ConfigModel`2::Parse(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T1 SGModule.ConfigLoader.ConfigModel`2::LoadConfigList(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.ConfigModel`1::Parse(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.ConfigModel/<>c::b__9_0(System.Reflection.FieldInfo)] : eel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigModel/<>c__DisplayClass9_0::b__1(System.String)] : eem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigModel/<>c__DisplayClass9_0::b__2(System.String)] : een -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.ConfigModel::Parse(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigModel::LoadConfig(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eeo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigModel::LoadConfigList(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigModel::ParseConfig(System.Collections.Generic.IReadOnlyDictionary`2,T&,UnityEngine.Events.UnityAction`2)] : eep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigModel::CheckFields(System.String,T,System.String,SGModule.ConfigLoader.ConfigModel/FieldCheckType)] : eeq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.ConfigModel::CheckFieldsInArray(System.Type,System.String,SGModule.ConfigLoader.ConfigModel/FieldCheckType)] : eer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.ConfigModel::CheckFields(System.Type,System.String,SGModule.ConfigLoader.ConfigModel/FieldCheckType)] : ees -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] GameConfig SGModule.Common.ConfigManager::get_GameConfig()] : eet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] NetworkConfig SGModule.Common.ConfigManager::get_NetworkConfig()] : eeu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.Common.Interface.IWeighted::get_Weight()] : eev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Base64Helper::Encode(System.String)] : eew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Base64Helper::Decode(System.String)] : eex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Base64Helper::Base64Encode(System.Text.Encoding,System.String)] : eey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Base64Helper::Base64Decode(System.Text.Encoding,System.String)] : eez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Helper.CommonUtils::DeepEquals(T,T)] : efa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Cryptor::Encrypt(System.String,System.String)] : efb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Cryptor::Decrypt(System.String,System.String)] : efc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.DeviceHelper::GetDeviceID(System.String)] : efd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Helper.Log::get_IsEnabled()] : efe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::Info(System.String,System.String,System.Boolean)] : eff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::Warning(System.String,System.String,System.Boolean)] : efg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::Error(System.String,System.String,System.Boolean)] : efh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::Exception(System.String,System.Exception,System.Boolean)] : efi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::InternalLog(UnityEngine.LogType,System.String,System.String,System.String,System.Boolean)] : efj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Helper.ModuleLogger::get_IsEnabled()] : efk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleLogger::Info(System.String,System.Boolean)] : efl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleLogger::Warning(System.String,System.Boolean)] : efm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleLogger::Error(System.String,System.Boolean)] : efn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleLogger::Exception(System.Exception,System.Boolean)] : efo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.MD5Helper::GetFileMD5(System.String)] : efp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.MD5Helper::GetStringMD5(System.String)] : efq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.MD5Helper::MD5String1(System.String)] : efr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleVersion::Show()] : efs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.Common.Helper.RandomHelper/<>c__1`1::b__1_0(T)] : eft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Helper.RandomHelper::RandomByWeight(System.Collections.Generic.IList`1,T)] : efu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SGModule.Common.Helper.SerializeHelper/<>c::<.cctor>b__2_0()] : efv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.SerializeHelper::ToJson(System.Object)] : efw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.SerializeHelper::ToJsonIndented(System.Object)] : efx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.SerializeHelper::ToJson(System.Object,System.Type)] : efy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.SerializeHelper::ToJson(System.Object)] : efz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Helper.SerializeHelper::ToObject(System.String)] : ega -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.TimeHelper::ConvertToLocalTime(System.Int64)] : egb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.TimeHelper::ConvertToUTCTime(System.Int64)] : egc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.TimeHelper::FormatTime(System.Int32)] : egd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Extensions.ArrayExtensions::Random(T[],T)] : ege -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Extensions.EnumExtensions::GetDescription(System.Enum)] : egf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Extensions.ListExtensions::Random(System.Collections.Generic.IEnumerable`1,T)] : egh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Extensions.ObjectExtensions::IsNumericType(System.Type)] : egi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Extensions.ObjectExtensions::IsNumericType(System.Object)] : egj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Extensions.ObjectExtensions::IsGenericListOrArray(System.Type)] : egk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Array SGModule.Common.Extensions.ObjectExtensions::ToArray(System.Collections.IList,System.Type)] : egl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Extensions.ObjectExtensionsTest/Person::get_Name()] : egm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Extensions.ObjectExtensionsTest/Person::set_Name(System.String)] : egn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.Common.Extensions.ObjectExtensionsTest/Person::get_Age()] : ego -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Extensions.ObjectExtensionsTest/Person::set_Age(System.Int32)] : egp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Extensions.ObjectExtensionsTest::AsTestRun()] : egq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Extensions.ObjectExtensionsTest::TestCase(System.String,T,T)] : egr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Extensions.ObjectExtensionsTest::FormatValue(T)] : egs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Extensions.StringExtensions::IsNullOrWhiteSpace(System.String)] : egt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Base.SingletonMonoBehaviour`1::get_Instance()] : egu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayManager::StartPay()] : egv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.ApplePay.ApplePayManager::GetApplePayName(System.String)] : egw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayManager::Purchase(SGModule.ApplePay.ApplePayData,System.Action`1,System.Action`1)] : egx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayManager::AppleRestore(System.Action`2)] : egy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass0_0`1::b__0(SGModule.Net.ResponseData`1)] : egz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass1_0`1::b__0(SGModule.Net.ResponseData`1)] : eha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass2_0`1::b__0(SGModule.Net.ResponseData`1)] : ehb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass3_0`1::b__0(SGModule.Net.ResponseData`1)] : ehc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass4_0`1::b__0(SGModule.Net.ResponseData`1)] : ehd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::ApplePayCreate(SGModule.ApplePay.ApplePayData,UnityEngine.Events.UnityAction`1>)] : ehe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::ApplePayCancel(SGModule.ApplePay.ApplePayData,UnityEngine.Events.UnityAction`1>)] : ehf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::ApplePaySubscriptionHistory(UnityEngine.Events.UnityAction`1>)] : ehg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::ApplePayCheck(System.String,System.String,System.String,UnityEngine.Events.UnityAction`1>)] : ehh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::AppleSubscribeCheck(System.String,System.String,System.Int32,System.String,UnityEngine.Events.UnityAction`1>)] : ehi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Roy.CloudDataSaver/<>c__DisplayClass0_0::b__0(System.Boolean)] : ehj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Roy.CloudDataSaver::UpdateData(System.String,System.Int64,System.Boolean)] : ehk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::PreferenceDataReady(System.Object)] : ehl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::InspectionNewDay()] : ehm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::SendCtrlMsg(System.Object)] : ehn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem/<>c::b__9_0(ChillConnect.TaskProcedure)] : ehs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem/<>c__DisplayClass9_0::b__1(System.Object)] : eht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::Init()] : cjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::AddListener()] : ehu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::StartGame(System.Object)] : ehv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::End()] : ehw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::BackMain(System.Object)] : ehx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::AddRateUs(ChillConnect.TaskSequence)] : ehy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FutureCore.Base64EncodeUtil::Base64Encode(System.String)] : ehz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FutureCore.Base64EncodeUtil::Base64Decode(System.String)] : eia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FutureCore.Base64EncodeUtil::Base64Encode(System.Text.Encoding,System.String)] : eib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FutureCore.Base64EncodeUtil::Base64Decode(System.Text.Encoding,System.String)] : eic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean MiniJSON.Json/Parser::IsWordBreak(System.Char)] : eid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::Parse(System.String)] : eie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 MiniJSON.Json/Parser::ParseObject()] : eif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 MiniJSON.Json/Parser::ParseArray()] : eig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseValue()] : eih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseByToken(MiniJSON.Json/Parser/TOKEN)] : eii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::ParseString()] : eij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseNumber()] : eik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Parser::EatWhitespace()] : eil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char MiniJSON.Json/Parser::get_PeekChar()] : eim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char MiniJSON.Json/Parser::get_NextChar()] : ein -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::get_NextWord()] : eio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] MiniJSON.Json/Parser/TOKEN MiniJSON.Json/Parser::get_NextToken()] : eip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Serializer::Serialize(System.Object)] : eiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeValue(System.Object)] : eir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : eis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)] : eit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeString(System.String)] : eiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeOther(System.Object)] : eiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json::Deserialize(System.String)] : eiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json::Serialize(System.Object)] : eix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlendModeUtils::Apply(UnityEngine.Material,FairyGUI.BlendMode)] : eiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlendModeUtils::Override(FairyGUI.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode)] : eiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CaptureCamera::CheckMain()] : eja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::get_layer()] : ejb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::get_hiddenLayer()] : ejc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.RenderTexture FairyGUI.CaptureCamera::CreateRenderTexture(System.Int32,System.Int32,System.Boolean)] : ejd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CaptureCamera::Capture(FairyGUI.DisplayObject,UnityEngine.RenderTexture,System.Single,UnityEngine.Vector2)] : eje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.Container/DescendantsEnumerator::System.Collections.IEnumerator.get_Current()] : ejf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::add_onUpdate(System.Action)] : ejg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::remove_onUpdate(System.Action)] : ejh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Init()] : eji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::get_numChildren()] : ejj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::AddChild(FairyGUI.DisplayObject)] : ejk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::AddChildAt(FairyGUI.DisplayObject,System.Int32)] : ejl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::Contains(FairyGUI.DisplayObject)] : ejm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::GetChildAt(System.Int32)] : ejn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::GetChild(System.String)] : ejo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject[] FairyGUI.Container::GetChildren()] : ejp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::GetChildIndex(FairyGUI.DisplayObject)] : ejq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject)] : ejr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject,System.Boolean)] : ejs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32)] : ejt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32,System.Boolean)] : eju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::RemoveChildren()] : ejv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::RemoveChildren(System.Int32,System.Int32,System.Boolean)] : ejw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetChildIndex(FairyGUI.DisplayObject,System.Int32)] : ejx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SwapChildren(FairyGUI.DisplayObject,FairyGUI.DisplayObject)] : ejy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SwapChildrenAt(System.Int32,System.Int32)] : ejz -[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)] : eka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerator`1 FairyGUI.Container::GetDescendants(System.Boolean)] : ekb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Container::get_clipRect()] : ekc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_clipRect(System.Nullable`1)] : ekd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::get_mask()] : eke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_mask(FairyGUI.DisplayObject)] : ekf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::CreateGraphics()] : ekg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Container::GetBounds(FairyGUI.DisplayObject)] : ekh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.Container::GetRenderCamera()] : eki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest(UnityEngine.Vector2,System.Boolean)] : ekj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest()] : ekk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest_Container()] : ekl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::IsAncestorOf(FairyGUI.DisplayObject)] : ekm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::get_fairyBatching()] : ekn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_fairyBatching(System.Boolean)] : eko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::UpdateBatchingFlags()] : ekp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::InvalidateBatchingState(System.Boolean)] : ekq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetChildrenLayer(System.Int32)] : ekr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Update(FairyGUI.UpdateContext)] : eks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetRenderingOrder(FairyGUI.UpdateContext)] : ekt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::DoFairyBatching()] : eku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::CollectChildren(FairyGUI.Container,System.Boolean)] : ekv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Dispose()] : ekw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::get_tabStopChildren()] : ekx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_tabStopChildren(System.Boolean)] : eky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_parent()] : ekz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_parent(FairyGUI.Container)] : ela -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.DisplayObject::get_gameObject()] : elb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_gameObject(UnityEngine.GameObject)] : elc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::get_cachedTransform()] : eld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cachedTransform(UnityEngine.Transform)] : ele -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::get_graphics()] : elf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_graphics(FairyGUI.NGraphics)] : elg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::get_paintingGraphics()] : elh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_paintingGraphics(FairyGUI.NGraphics)] : eli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::add_onPaint(System.Action)] : elj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::remove_onPaint(System.Action)] : elk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onClick()] : ell -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRightClick()] : elm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchBegin()] : eln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchMove()] : elo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchEnd()] : elp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOver()] : elq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOut()] : elr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onMouseWheel()] : els -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onAddedToStage()] : elt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRemovedFromStage()] : elu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onKeyDown()] : elv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onClickLink()] : elw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onFocusIn()] : elx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onFocusOut()] : ely -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::CreateUICacheRoot(UnityEngine.Transform)] : elz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::CreateGameObject(System.String)] : ema -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetGameObject(UnityEngine.GameObject)] : emb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::DestroyGameObject()] : emc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_alpha()] : emd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_alpha(System.Single)] : eme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_grayed()] : emf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_grayed(System.Boolean)] : emg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_visible()] : emh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_visible(System.Boolean)] : emi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_x()] : emj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_x(System.Single)] : emk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_y()] : eml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_y(System.Single)] : emm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_z()] : emn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_z(System.Single)] : emo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_xy()] : emp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_xy(UnityEngine.Vector2)] : emq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::get_position()] : emr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_position(UnityEngine.Vector3)] : ems -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetXY(System.Single,System.Single)] : emt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetPosition(System.Single,System.Single,System.Single)] : emu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_pixelPerfect()] : emv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_pixelPerfect(System.Boolean)] : emw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_width()] : emx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_width(System.Single)] : emy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_height()] : emz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_height(System.Single)] : ena -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_size()] : enb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_size(UnityEngine.Vector2)] : enc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetSize(System.Single,System.Single)] : ene -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnsureSizeCorrect()] : enf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::OnSizeChanged()] : eng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_scaleX()] : enh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scaleX(System.Single)] : eni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_scaleY()] : enj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scaleY(System.Single)] : enk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetScale(System.Single,System.Single)] : enl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::ValidateScale(System.Single)] : enm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_scale()] : enn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scale(UnityEngine.Vector2)] : eno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotation()] : enp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotation(System.Single)] : enq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotationX()] : enr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotationX(System.Single)] : ens -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotationY()] : ent -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotationY(System.Single)] : enu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_skew()] : env -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_skew(UnityEngine.Vector2)] : enw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_perspective()] : enx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_perspective(System.Boolean)] : eny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_focalLength()] : enz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_focalLength(System.Int32)] : eoa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdateTransformMatrix()] : eob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_pivot()] : eoc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_pivot(UnityEngine.Vector2)] : eod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdatePivotOffset()] : eoe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::ApplyPivot()] : eof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::get_location()] : eog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_location(UnityEngine.Vector3)] : eoh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.DisplayObject::get_material()] : eoi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_material(UnityEngine.Material)] : eoj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::get_shader()] : eok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_shader(System.String)] : eol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_renderingOrder()] : eom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32)] : eon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_layer()] : eoo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_layer(System.Int32)] : eop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_focusable()] : eoq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_focusable(System.Boolean)] : eor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_tabStop()] : eos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_tabStop(System.Boolean)] : eot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_focused()] : eou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_AcceptTab()] : eov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::get_cursor()] : eow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cursor(System.String)] : eox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_isDisposed()] : eoy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::InternalSetParent(FairyGUI.Container)] : eoz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_topmost()] : epa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.DisplayObject::get_stage()] : epb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_worldSpaceContainer()] : epc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_touchable()] : epd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean)] : epe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_touchDisabled()] : epf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode()] : epg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1)] : eph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1,System.Single)] : epi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::LeavePaintingMode(System.Int32)] : epj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_paintingMode()] : epk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_cacheAsBitmap()] : epl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cacheAsBitmap(System.Boolean)] : epm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D FairyGUI.DisplayObject::GetScreenShot(System.Nullable`1,System.Single)] : epn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.DisplayObject::get_filter()] : epo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_filter(FairyGUI.IFilter)] : epp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.DisplayObject::get_blendMode()] : epq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_blendMode(FairyGUI.BlendMode)] : epr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject)] : ekh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTest()] : eps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTestMask()] : ept -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::HitTest()] : ekk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::GlobalToLocal(UnityEngine.Vector2)] : epu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::LocalToGlobal(UnityEngine.Vector2)] : epv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Vector3)] : epw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::LocalToWorld(UnityEngine.Vector3)] : epx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::TransformPoint(UnityEngine.Vector2,FairyGUI.DisplayObject)] : epy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::TransformRect(UnityEngine.Rect,FairyGUI.DisplayObject)] : epz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::TransformRectPoint(System.Single,System.Single,FairyGUI.DisplayObject,UnityEngine.Vector4&)] : eqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::RemoveFromParent()] : eqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::InvalidateBatchingState()] : eqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext)] : eks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdatePainting()] : eqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Capture()] : eqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::get_home()] : eqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_home(UnityEngine.Transform)] : eqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdateHierarchy()] : eqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::SetLayer(System.Int32,System.Boolean)] : eqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::_SetLayerDirect(System.Int32)] : eqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Dispose()] : ekw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::DisplayDisposedWarning()] : eqk -[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)] : eql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::add_onUpdate(System.Action`1)] : eqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::remove_onUpdate(System.Action`1)] : eqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GoWrapper::get_wrapTarget()] : eqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::set_wrapTarget(UnityEngine.GameObject)] : eqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::setWrapTarget(UnityEngine.GameObject,System.Boolean)] : eqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::SetWrapTarget(UnityEngine.GameObject,System.Boolean)] : eqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::CacheRenderers()] : eqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::CloneMaterials()] : eqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::RecoverMaterials()] : equ -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GoWrapper::get_renderingOrder()] : eom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::set_renderingOrder(System.Int32)] : eon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GoWrapper::SetLayer(System.Int32,System.Boolean)] : eqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::SetGoLayers(System.Int32)] : eqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::Update(FairyGUI.UpdateContext)] : eks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::ApplyClipping(FairyGUI.UpdateContext)] : eqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::Dispose()] : ekw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.HitTestContext::GetRaycastHitFromCache(UnityEngine.Camera,UnityEngine.RaycastHit&)] : eqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.HitTestContext::CacheRaycastHit(UnityEngine.Camera,UnityEngine.RaycastHit&)] : eqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.HitTestContext::ClearRaycastHitCache()] : era -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.MeshColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PixelHitTestData::Load(FairyGUI.Utils.ByteBuffer)] : erb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PixelHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RectHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ShapeHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Image::get_texture()] : erc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_texture(FairyGUI.NTexture)] : erd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Image::get_textureScale()] : ere -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_textureScale(UnityEngine.Vector2)] : erf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Image::get_color()] : erg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_color(UnityEngine.Color)] : erh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.Image::get_fillMethod()] : eri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillMethod(FairyGUI.FillMethod)] : erj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::get_fillOrigin()] : erk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillOrigin(System.Int32)] : erl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::get_fillClockwise()] : erm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillClockwise(System.Boolean)] : ern -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Image::get_fillAmount()] : ero -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillAmount(System.Single)] : erp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Image::get_scale9Grid()] : erq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_scale9Grid(System.Nullable`1)] : err -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::get_scaleByTile()] : ers -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_scaleByTile(System.Boolean)] : ert -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::get_tileGridIndice()] : eru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_tileGridIndice(System.Int32)] : erv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::SetNativeSize()] : erw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::UpdateTexture(FairyGUI.NTexture)] : erx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::SliceFill(FairyGUI.VertexBuffer)] : erz -[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)] : esa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::add_onCreateNewMaterial(System.Action`1)] : esb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::remove_onCreateNewMaterial(System.Action`1)] : esc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.MaterialManager::GetFlagsByKeywords(System.Collections.Generic.IList`1)] : esd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.MaterialManager::GetMaterial(System.Int32,FairyGUI.BlendMode,System.UInt32)] : ese -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.MaterialManager::CreateMaterial(System.Int32)] : esf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::DestroyMaterials()] : esg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::RefreshMaterials()] : esh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.CompositeMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.CompositeMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.EllipseMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EllipseMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillHorizontal(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)] : esi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillVertical(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)] : esj -[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)] : esk -[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)] : esl -[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)] : esm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.LineMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[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)] : esn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IMeshFactory::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlaneMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::DrawOutline(FairyGUI.VertexBuffer)] : eso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PolygonMesh::IsPointInTriangle(UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&)] : esp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RegularPolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RegularPolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RoundedRectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RoundedRectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : eqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.StraightLineMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin()] : esq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin(FairyGUI.VertexBuffer)] : esr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::End()] : ess -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Clear()] : est -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.VertexBuffer::get_currentVertCount()] : esu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3)] : esv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32)] : esw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32,UnityEngine.Vector2)] : esx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect)] : esy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32)] : esz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32,UnityEngine.Rect)] : eta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::FixUVForArbitraryQuad()] : etb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::RepeatColors(UnityEngine.Color32[],System.Int32,System.Int32)] : etc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangle(System.Int32,System.Int32,System.Int32)] : etd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32[],System.Int32)] : ete -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32)] : etf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.VertexBuffer::GetPosition(System.Int32)] : etg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.VertexBuffer::GetUVAtPosition(UnityEngine.Vector2,System.Boolean)] : eth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Append(FairyGUI.VertexBuffer)] : eti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Insert(FairyGUI.VertexBuffer)] : etj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.MovieClip::get_onPlayEnd()] : etk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MovieClip/Frame[] FairyGUI.MovieClip::get_frames()] : etl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_frames(FairyGUI.MovieClip/Frame[])] : etm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::get_playing()] : etn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_playing(System.Boolean)] : eto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::get_frame()] : etp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_frame(System.Int32)] : etq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::Rewind()] : etr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SyncStatus(FairyGUI.MovieClip)] : ets -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::Advance(System.Single)] : ett -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SetPlaySettings()] : etu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)] : etv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnAddedToStage()] : etw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnRemoveFromStage()] : etx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::CheckTimer()] : ety -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnTimer(System.Object)] : etz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::DrawFrame()] : eua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NAudioClip::Reload(UnityEngine.AudioClip)] : eub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics/StencilEraser::get_enabled()] : euc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics/StencilEraser::set_enabled(System.Boolean)] : eud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.NGraphics::get_gameObject()] : eue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_gameObject(UnityEngine.GameObject)] : euf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MeshFilter FairyGUI.NGraphics::get_meshFilter()] : eug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshFilter(UnityEngine.MeshFilter)] : euh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MeshRenderer FairyGUI.NGraphics::get_meshRenderer()] : eui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshRenderer(UnityEngine.MeshRenderer)] : euj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Mesh FairyGUI.NGraphics::get_mesh()] : euk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_mesh(UnityEngine.Mesh)] : eul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::add_meshModifier(System.Action)] : eum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::remove_meshModifier(System.Action)] : eun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IMeshFactory FairyGUI.NGraphics::get_meshFactory()] : euo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshFactory(FairyGUI.IMeshFactory)] : eup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T FairyGUI.NGraphics::GetMeshFactory()] : euq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NGraphics::get_contentRect()] : eur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_contentRect(UnityEngine.Rect)] : eus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.NGraphics::get_flip()] : eut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_flip(FairyGUI.FlipType)] : euu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NGraphics::get_texture()] : euv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_texture(FairyGUI.NTexture)] : euw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.NGraphics::get_shader()] : eux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_shader(System.String)] : euy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetShaderAndTexture(System.String,FairyGUI.NTexture)] : euz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.NGraphics::get_material()] : eva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_material(UnityEngine.Material)] : evb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetMaterial(UnityEngine.Material)] : evc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.NGraphics::get_materialKeywords()] : evd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_materialKeywords(System.String[])] : eve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::ToggleKeyword(System.String,System.Boolean)] : evf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateManager()] : evg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateMaterialFlags()] : evh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::get_enabled()] : evi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_enabled(System.Boolean)] : evj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::get_sortingOrder()] : evk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_sortingOrder(System.Int32)] : evl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::_SetStencilEraserOrder(System.Int32)] : evm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.NGraphics::get_color()] : evn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_color(UnityEngine.Color)] : evo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Tint()] : evp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::ChangeAlpha(System.Single)] : evq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics/VertexMatrix FairyGUI.NGraphics::get_vertexMatrix()] : evr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_vertexMatrix(FairyGUI.NGraphics/VertexMatrix)] : evs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MaterialPropertyBlock FairyGUI.NGraphics::get_materialPropertyBlock()] : evu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetMeshDirty()] : evv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::UpdateMesh()] : evw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Dispose()] : evx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Update(FairyGUI.UpdateContext,System.Single,System.Boolean)] : evy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::_PreUpdateMask(FairyGUI.UpdateContext,System.UInt32)] : evz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateMeshNow()] : ewa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_CustomDestroyMethod(System.Action`1)] : ewb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_CustomDestroyMethod(System.Action`1)] : ewc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_onSizeChanged(System.Action`1)] : ewd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_onSizeChanged(System.Action`1)] : ewe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_onRelease(System.Action`1)] : ewf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_onRelease(System.Action`1)] : ewg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D FairyGUI.NTexture::CreateEmptyTexture()] : ewh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::get_Empty()] : ewi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DisposeEmpty()] : ewj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NTexture::get_width()] : ewk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NTexture::get_height()] : ewl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::get_offset()] : ewm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::set_offset(UnityEngine.Vector2)] : ewn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::get_originalSize()] : ewo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::set_originalSize(UnityEngine.Vector2)] : ewp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NTexture::GetDrawRect(UnityEngine.Rect)] : ewq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::GetUV(UnityEngine.Vector2[])] : ewr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::get_root()] : ews -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NTexture::get_disposed()] : ewt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::get_nativeTexture()] : ewu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::get_alphaTexture()] : ewv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MaterialManager FairyGUI.NTexture::GetMaterialManager(System.String)] : eww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Reload(UnityEngine.Texture,UnityEngine.Texture)] : ewx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DestroyTexture()] : ewy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::RefreshMaterials()] : ewz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DestroyMaterials()] : exa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::AddRef()] : exb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::ReleaseRef()] : exc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Dispose()] : exd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Shader FairyGUI.ShaderConfig::GetShader(System.String)] : exe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Shape::get_color()] : exf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::set_color(UnityEngine.Color)] : exg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color,UnityEngine.Color)] : exh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color32[])] : exi -[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)] : exj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawEllipse(UnityEngine.Color)] : exk -[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)] : exl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color)] : exm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color32[])] : exn -[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)] : exo -[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[])] : exp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::Clear()] : exq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Shape::get_isEmpty()] : exr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Shape::HitTest()] : ekk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage/<>c::b__112_0(FairyGUI.DisplayObject,FairyGUI.DisplayObject)] : exs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_stageHeight()] : ext -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_stageWidth()] : exu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Stage::get_soundVolume()] : exv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_soundVolume(System.Single)] : exw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::add_beforeUpdate(System.Action)] : exx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::remove_beforeUpdate(System.Action)] : exy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::add_afterUpdate(System.Action)] : exz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::remove_afterUpdate(System.Action)] : eya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.Stage::get_inst()] : eyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::Instantiate()] : eyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_touchScreen()] : eyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_touchScreen(System.Boolean)] : eye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_keyboardInput()] : eyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_keyboardInput(System.Boolean)] : eyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_isTouchOnUI()] : eyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Stage::get_devicePixelRatio()] : eyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_devicePixelRatio(System.Single)] : eyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SceneManager_sceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)] : eyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::Dispose()] : ekw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Stage::get_onStageResized()] : eyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::get_touchTarget()] : eym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::get_focus()] : eyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_focus(FairyGUI.DisplayObject)] : eyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetFocus(FairyGUI.DisplayObject,System.Boolean)] : eyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::_OnFocusRemoving(FairyGUI.Container)] : eyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::DoKeyNavigate(System.Boolean)] : eyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::get_touchPosition()] : eys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::GetTouchPosition(System.Int32)] : eyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::GetTouchTarget(System.Int32)] : eyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_touchCount()] : eyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] FairyGUI.Stage::GetAllTouch(System.Int32[])] : eyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ResetInputState()] : eyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::CancelClick(System.Int32)] : eyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::EnableSound()] : eyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::DisableSound()] : eza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip,System.Single)] : ezb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip)] : ezc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IKeyboard FairyGUI.Stage::get_keyboard()] : ezd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_keyboard(FairyGUI.IKeyboard)] : eze -[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)] : ezf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::CloseKeyboard()] : ezg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::InputString(System.String)] : ezh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean)] : ezi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean,System.Boolean)] : ezj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean)] : ezk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean,System.Boolean)] : ezl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ForceUpdate()] : ezm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::InternalUpdate()] : ezn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::GetHitTarget()] : ezo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleScreenSizeChanged(System.Int32,System.Int32,System.Single)] : ezp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleGUIEvents(UnityEngine.Event)] : ezq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleEvents()] : ezr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::UpdateTouchPosition()] : ezs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleTextInput()] : ezt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleCustomInput()] : ezu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleMouseEvents()] : ezv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleTouchEvents()] : ezw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleRollOver(FairyGUI.TouchInfo)] : ezx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ApplyPanelOrder(FairyGUI.Container)] : ezy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SortWorldSpacePanelsByZOrder(System.Int32)] : ezz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::MonitorTexture(FairyGUI.NTexture)] : faa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RunTextureCollector(System.Object)] : fab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::AddTouchMonitor(System.Int32,FairyGUI.EventDispatcher)] : fac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RemoveTouchMonitor(FairyGUI.EventDispatcher)] : fad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::IsTouchMonitoring(FairyGUI.EventDispatcher)] : fae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::HasTouchMonitor(FairyGUI.EventDispatcher)] : faf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.Stage::CreatePoolManager(System.String)] : fag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RegisterCursor(System.String,UnityEngine.Texture2D,UnityEngine.Vector2)] : fah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Stage::get_activeCursor()] : fai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::_ChangeCursor(System.String)] : faj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Reset()] : fak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::UpdateEvent()] : fal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Begin()] : fam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Move()] : fan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::End()] : fao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.TouchInfo::ClickTest()] : fap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::OnScreenSizeChanged(System.Int32,System.Int32)] : faq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::ApplyModifiedProperties()] : far -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::CheckMainCamera()] : fas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::CheckCaptureCamera()] : fat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.StageCamera::CreateCamera(System.String,System.Int32)] : fau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::UpdateGraphics(FairyGUI.NGraphics)] : fav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single)] : faw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::PrepareCharacters(System.String)] : fax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : fay -[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)] : faz -[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)] : fba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::HasCharacter(System.Char)] : fbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BaseFont::GetLineHeight(System.Int32)] : fbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::Dispose()] : fbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BitmapFont::AddChar(System.Char,FairyGUI.BitmapFont/BMGlyph)] : fbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.BitmapFont::SetFormat(FairyGUI.TextFormat,System.Single)] : faw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : fay -[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)] : faz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::HasCharacter(System.Char)] : fbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont::GetLineHeight(System.Int32)] : fbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::GetRealFont()] : fbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::Dispose()] : fbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::get_nativeFont()] : fbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::set_nativeFont(UnityEngine.Font)] : fbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::SetFormat(FairyGUI.TextFormat,System.Single)] : faw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::PrepareCharacters(System.String)] : fax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : fay -[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)] : faz -[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)] : fba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::HasCharacter(System.Char)] : fbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::GetLineHeight(System.Int32)] : fbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::textureRebuildCallback(UnityEngine.Font)] : fbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.FontManager::GetFontsInfo()] : fbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::RegisterFont(FairyGUI.BaseFont,System.String)] : fbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::UnregisterFont(FairyGUI.BaseFont)] : fbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.FontManager::GetFont(System.String)] : fbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.FontManager::Fallback(System.String)] : fbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::Clear()] : fbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IKeyboard::get_done()] : fbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IKeyboard::get_supportsCaret()] : fbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.IKeyboard::GetInput()] : fbr -[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)] : fbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IKeyboard::Close()] : fbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_maxLength()] : fbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_maxLength(System.Int32)] : fbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_keyboardInput()] : fbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_keyboardInput(System.Boolean)] : fbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_keyboardType()] : fby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_keyboardType(System.Int32)] : fbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_hideInput()] : fca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_hideInput(System.Boolean)] : fcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_disableIME()] : fcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_disableIME(System.Boolean)] : fcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_mouseWheelEnabled()] : fce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_mouseWheelEnabled(System.Boolean)] : fcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::get_onChanged()] : fcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::get_onSubmit()] : fch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_text()] : fci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_text(System.String)] : fcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.InputTextField::get_textFormat()] : fck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_textFormat(FairyGUI.TextFormat)] : fcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_restrict()] : fcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_restrict(System.String)] : fcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_caretPosition()] : fco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_caretPosition(System.Int32)] : fcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_selectionBeginIndex()] : fcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_selectionEndIndex()] : fcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_promptText()] : fcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_promptText(System.String)] : fct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_displayAsPassword()] : fcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_displayAsPassword(System.Boolean)] : fcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_editable()] : fcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_editable(System.Boolean)] : fcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_border()] : fcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_border(System.Int32)] : fcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_corner()] : fda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_corner(System.Int32)] : fdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::get_borderColor()] : fdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_borderColor(UnityEngine.Color)] : fdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::get_backgroundColor()] : fde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_backgroundColor(UnityEngine.Color)] : fdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateShape()] : fdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::SetSelection(System.Int32,System.Int32)] : fdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ReplaceSelection(System.String)] : fdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ReplaceText(System.String)] : fdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::GetPartialText(System.Int32,System.Int32,System.Text.StringBuilder)] : fdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::GetTextlength(System.String)] : fdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::TruncateText(System.String,System.Int32)] : fdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::ValidateInput(System.String)] : fdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateText()] : fdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::EncodePasswordText(System.String)] : fdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ClearSelection()] : fdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::GetSelection()] : fdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Scroll(System.Int32,System.Int32)] : fds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::AdjustCaret(FairyGUI.TextField/CharPosition,System.Boolean)] : fdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateCaret(System.Boolean)] : fdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::MoveContent(UnityEngine.Vector2,System.Boolean)] : fdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateSelection(FairyGUI.TextField/CharPosition)] : fdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(System.Int32)] : fdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(UnityEngine.Vector2)] : fdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.InputTextField::GetCharLocation(FairyGUI.TextField/CharPosition)] : fdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::RefreshObjects()] : fea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::OnChanged()] : feb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::OnSizeChanged()] : eng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Update(FairyGUI.UpdateContext)] : eks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Dispose()] : ekw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::DoCopy(System.String)] : fec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::DoPaste()] : fed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::CreateCaret()] : fee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__touchBegin(FairyGUI.EventContext)] : fef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__touchMove(FairyGUI.EventContext)] : feg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__mouseWheel(FairyGUI.EventContext)] : feh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__focusIn(FairyGUI.EventContext)] : fei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__focusOut(FairyGUI.EventContext)] : fej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__keydown(FairyGUI.EventContext)] : fek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::HandleKey(FairyGUI.InputEvent)] : fel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::CheckComposition()] : fem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__click(FairyGUI.EventContext)] : fen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__rightClick(FairyGUI.EventContext)] : feo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextInputHistory FairyGUI.TextInputHistory::get_inst()] : fep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::StartRecord(FairyGUI.InputTextField)] : feq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::MarkChanged(FairyGUI.InputTextField)] : fer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::StopRecord(FairyGUI.InputTextField)] : fes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::Undo(FairyGUI.InputTextField)] : fet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::Redo(FairyGUI.InputTextField)] : feu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::get_htmlPageContext()] : fev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlPageContext(FairyGUI.Utils.IHtmlPageContext)] : few -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::get_htmlParseOptions()] : fex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlParseOptions(FairyGUI.Utils.HtmlParseOptions)] : fey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.RichTextField::get_emojies()] : fez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_emojies(System.Collections.Generic.Dictionary`2)] : ffa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField FairyGUI.RichTextField::get_textField()] : ffb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_textField(FairyGUI.TextField)] : ffc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.RichTextField::get_text()] : fci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_text(System.String)] : fcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RichTextField::get_htmlText()] : ffd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlText(System.String)] : ffe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.RichTextField::get_textFormat()] : fck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_textFormat(FairyGUI.TextFormat)] : fcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElement(System.String)] : fff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElementAt(System.Int32)] : ffg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.RichTextField::get_htmlElementCount()] : ffh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::ShowHtmlObject(System.Int32,System.Boolean)] : ffi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::EnsureSizeCorrect()] : enf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::OnSizeChanged()] : eng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::Update(FairyGUI.UpdateContext)] : eks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::Dispose()] : ekw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::CleanupObjects()] : ffj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::RefreshObjects()] : fea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::IsArabicLetter(System.Char)] : ffk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertNumber(System.String)] : ffl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::ContainsArabicLetters(System.String)] : ffm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RTLSupport/DirectionType FairyGUI.RTLSupport::DetectTextDirection(System.String)] : ffn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::CheckSeparator(System.Char)] : ffo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::CheckSpecific(System.Char)] : ffp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_CheckSoundmark(System.Char)] : ffq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::DoMapping(System.String)] : ffr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertLineL(System.String)] : ffs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertLineR(System.String)] : fft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::_Reverse(System.String)] : ffu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RTLSupport::InitChars()] : ffv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsNeutrality(System.Char)] : ffw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsEndPunctuation(System.Char,System.Char)] : ffx -[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)] : ffy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsBracket(System.Char)] : ffz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.RTLSupport::_ProcessBracket(System.Char)] : fga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.SelectionShape::get_color()] : fgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::set_color(UnityEngine.Color)] : fgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::Refresh()] : fgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::Clear()] : fge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.SelectionShape::HitTest()] : ekk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/LineInfo FairyGUI.TextField/LineInfo::Borrow()] : fgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField/LineInfo::Return(FairyGUI.TextField/LineInfo)] : fgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField/LineInfo::Return(System.Collections.Generic.List`1)] : fgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnableRichSupport(FairyGUI.RichTextField)] : fgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnableCharPositionSupport()] : fgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.TextField::get_textFormat()] : fgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_textFormat(FairyGUI.TextFormat)] : fgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ApplyFormat()] : fgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.TextField::get_align()] : fgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_align(FairyGUI.AlignType)] : fgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.TextField::get_verticalAlign()] : fgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_verticalAlign(FairyGUI.VertAlignType)] : fgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_text()] : fgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_text(System.String)] : fgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_htmlText()] : fgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_htmlText(System.String)] : fgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_parsedText()] : fgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.TextField::get_autoSize()] : fgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_autoSize(FairyGUI.AutoSizeType)] : fgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::get_wordWrap()] : fgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_wordWrap(System.Boolean)] : fgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::get_singleLine()] : fha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_singleLine(System.Boolean)] : fhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_stroke()] : fhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_stroke(System.Single)] : fhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TextField::get_strokeColor()] : fhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_strokeColor(UnityEngine.Color)] : fhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TextField::get_shadowOffset()] : fhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_shadowOffset(UnityEngine.Vector2)] : fhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_textWidth()] : fhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_textHeight()] : fhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::get_maxWidth()] : fhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_maxWidth(System.Int32)] : fhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_htmlElements()] : fhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_lines()] : fhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_charPositions()] : fho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.TextField::get_richTextField()] : fhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::Redraw()] : fhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::HasCharacter(System.Char)] : fhr -[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)] : fhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::OnSizeChanged()] : eng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnsureSizeCorrect()] : enf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::Update(FairyGUI.UpdateContext)] : eks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::RequestText()] : fht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::BuildLines()] : fhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ParseText()] : fhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::BuildLines2()] : fhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::UpdateLineInfo(FairyGUI.TextField/LineInfo,System.Single,System.Int32)] : fhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::DoShrink()] : fhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::ParseText(System.Text.StringBuilder,System.String,System.Int32)] : fhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::OnPopulateMesh(FairyGUI.VertexBuffer)] : ery -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::Cleanup()] : fia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ApplyVertAlign()] : fib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::SetColor(System.UInt32)] : fic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextFormat::EqualStyle(FairyGUI.TextFormat)] : fid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::FillVertexColors(UnityEngine.Color32[])] : fie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchScreenKeyboard::get_done()] : fbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchScreenKeyboard::get_supportsCaret()] : fbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.TouchScreenKeyboard::GetInput()] : fbr -[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)] : fbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchScreenKeyboard::Close()] : fbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect/d__19::System.IDisposable.Dispose()] : fif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::System.Collections.Generic.IEnumerator.get_Current()] : fig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect/d__19::System.Collections.IEnumerator.Reset()] : fih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::System.Collections.IEnumerator.get_Current()] : fii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::get_totalTimes()] : fij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::Start()] : fik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::Print()] : fil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::output(System.Int32)] : fim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator FairyGUI.TypingEffect::Print(System.Single)] : fin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::PrintAll(System.Single)] : fio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::Cancel()] : fip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::OnMeshModified()] : fiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::add_OnBegin(System.Action)] : fir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::remove_OnBegin(System.Action)] : fis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::add_OnEnd(System.Action)] : fit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::remove_OnEnd(System.Action)] : fiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::Begin()] : fiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::End()] : fiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,UnityEngine.Rect,System.Nullable`1)] : fix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,System.Boolean)] : fiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::LeaveClipping()] : fiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterPaintingMode()] : fja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::LeavePaintingMode()] : fjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::ApplyClippingProperties(UnityEngine.Material,System.Boolean)] : fjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::ApplyAlphaMaskProperties(UnityEngine.Material,System.Boolean)] : fjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::AddCapture(FairyGUI.EventCallback1)] : fje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::RemoveCapture(FairyGUI.EventCallback1)] : fjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback1)] : fjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback0)] : fjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventBridge::get_isEmpty()] : fji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Clear()] : fjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::CallInternal(FairyGUI.EventContext)] : fjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::CallCaptureInternal(FairyGUI.EventContext)] : fjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventDispatcher FairyGUI.EventContext::get_sender()] : fjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_sender(FairyGUI.EventDispatcher)] : fjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.EventContext::get_initiator()] : fjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_initiator(System.Object)] : fjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.InputEvent FairyGUI.EventContext::get_inputEvent()] : fjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_inputEvent(FairyGUI.InputEvent)] : fjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::StopPropagation()] : fjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::PreventDefault()] : fjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::CaptureTouch()] : fju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::get_isDefaultPrevented()] : fjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventContext FairyGUI.EventContext::Get()] : fjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::Return(FairyGUI.EventContext)] : fjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)] : fjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)] : fjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)] : fka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)] : fkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddCapture(System.String,FairyGUI.EventCallback1)] : fkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveCapture(System.String,FairyGUI.EventCallback1)] : fkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListeners()] : fke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListeners(System.String)] : fkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::hasEventListeners(System.String)] : fkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::isDispatching(System.String)] : fkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::TryGetEventBridge(System.String)] : fki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::GetEventBridge(System.String)] : fkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String)] : fkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)] : fkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object,System.Object)] : fkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::InternalDispatchEvent(System.String,FairyGUI.EventBridge,System.Object,System.Object)] : fkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(FairyGUI.EventContext)] : fko -[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)] : fkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object)] : fkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BroadcastEvent(System.String,System.Object)] : fkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::GetBridge(System.String)] : fks -[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)] : fkt -[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)] : fku -[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)] : fkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.EventListener::get_type()] : fkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::AddCapture(FairyGUI.EventCallback1)] : fkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::RemoveCapture(FairyGUI.EventCallback1)] : fky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback1)] : fkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback0)] : fla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback1)] : flb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback0)] : flc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::get_isEmpty()] : fld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::get_isDispatching()] : fle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Clear()] : flf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::Call()] : flg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::Call(System.Object)] : flh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BubbleCall(System.Object)] : fli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BubbleCall()] : flj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BroadcastCall(System.Object)] : flk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BroadcastCall()] : fll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)] : fjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)] : fjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)] : fkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)] : fka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(FairyGUI.EventContext)] : fko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String)] : fkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String,System.Object)] : fkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String,System.Object,System.Object)] : fkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_x()] : flm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_x(System.Single)] : fln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_y()] : flo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_y(System.Single)] : flp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.KeyCode FairyGUI.InputEvent::get_keyCode()] : flq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_keyCode(UnityEngine.KeyCode)] : flr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.InputEvent::get_character()] : fls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_character(System.Char)] : flt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.EventModifiers FairyGUI.InputEvent::get_modifiers()] : flu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_modifiers(UnityEngine.EventModifiers)] : flv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_mouseWheelDelta()] : flw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_mouseWheelDelta(System.Single)] : flx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_touchId()] : fly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_touchId(System.Int32)] : flz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_button()] : fma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_button(System.Int32)] : fmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_clickCount()] : fmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_clickCount(System.Int32)] : fmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_holdTime()] : fme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_holdTime(System.Single)] : fmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.InputEvent::get_position()] : fmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_isDoubleClick()] : fmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_ctrlOrCmd()] : fmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_ctrl()] : fmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_shift()] : fmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_alt()] : fml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_command()] : fmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.BlurFilter::get_target()] : fmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::set_target(FairyGUI.DisplayObject)] : fmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::Dispose()] : fmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::Update()] : fmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::FourTapCone(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32)] : fmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::DownSample4x(UnityEngine.RenderTexture,UnityEngine.RenderTexture)] : fms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::OnRenderImage()] : fmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.ColorFilter::get_target()] : fmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::set_target(FairyGUI.DisplayObject)] : fmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Dispose()] : fmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Update()] : fmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Invert()] : fmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustSaturation(System.Single)] : fmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustContrast(System.Single)] : fmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustBrightness(System.Single)] : fmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustHue(System.Single)] : fmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Tint(UnityEngine.Color,System.Single)] : fmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Reset()] : fna -[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)] : fnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::ConcatValues(System.Single[])] : fnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::UpdateMatrix()] : fnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.IFilter::get_target()] : fmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::set_target(FairyGUI.DisplayObject)] : fmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::Update()] : fmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::Dispose()] : fmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.LongPressGesture::get_host()] : fne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_host(FairyGUI.GObject)] : fnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onBegin()] : fng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onBegin(FairyGUI.EventListener)] : fnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onEnd()] : fni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onEnd(FairyGUI.EventListener)] : fnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onAction()] : fnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onAction(FairyGUI.EventListener)] : fnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Dispose()] : fnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Enable(System.Boolean)] : fnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Cancel()] : fno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__touchBegin(FairyGUI.EventContext)] : fnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__timer(System.Object)] : fnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__touchEnd(FairyGUI.EventContext)] : fnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.PinchGesture::get_host()] : fns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_host(FairyGUI.GObject)] : fnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onBegin()] : fnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onBegin(FairyGUI.EventListener)] : fnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onEnd()] : fnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onEnd(FairyGUI.EventListener)] : fnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onAction()] : fny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onAction(FairyGUI.EventListener)] : fnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::Dispose()] : foa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::Enable(System.Boolean)] : fob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchBegin(FairyGUI.EventContext)] : foc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchMove(FairyGUI.EventContext)] : fod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchEnd(FairyGUI.EventContext)] : foe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.RotationGesture::get_host()] : fof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_host(FairyGUI.GObject)] : fog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onBegin()] : foh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onBegin(FairyGUI.EventListener)] : foi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onEnd()] : foj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onEnd(FairyGUI.EventListener)] : fok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onAction()] : fol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onAction(FairyGUI.EventListener)] : fom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::Dispose()] : fon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::Enable(System.Boolean)] : foo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchBegin(FairyGUI.EventContext)] : fop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchMove(FairyGUI.EventContext)] : foq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchEnd(FairyGUI.EventContext)] : for -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.SwipeGesture::get_host()] : fos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_host(FairyGUI.GObject)] : fot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onBegin()] : fou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onBegin(FairyGUI.EventListener)] : fov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onEnd()] : fow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onEnd(FairyGUI.EventListener)] : fox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onMove()] : foy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onMove(FairyGUI.EventListener)] : foz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onAction()] : fpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onAction(FairyGUI.EventListener)] : fpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::Dispose()] : fpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::Enable(System.Boolean)] : fpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchBegin(FairyGUI.EventContext)] : fpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchMove(FairyGUI.EventContext)] : fpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchEnd(FairyGUI.EventContext)] : fpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseIn(System.Single,System.Single)] : fph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseOut(System.Single,System.Single)] : fpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseInOut(System.Single,System.Single)] : fpj -[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)] : fpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CustomEase/<>c::b__4_0(UnityEngine.Vector2,UnityEngine.Vector2)] : fpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CustomEase::Create(System.Collections.Generic.IEnumerable`1)] : fpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.CustomEase::Evaluate(System.Single)] : fpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GPath::get_length()] : fpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : fpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : fpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : fpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(System.Collections.Generic.IEnumerable`1)] : fpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::CreateSplineSegment()] : fpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Clear()] : fpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::GetPointAt(System.Single)] : fpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GPath::get_segmentCount()] : fpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GPath::GetSegmentLength(System.Int32)] : fpy -[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)] : fpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::GetAllPoints(System.Collections.Generic.List`1,System.Single)] : fqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::onCRSplineCurve(System.Int32,System.Int32,System.Single)] : fqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::onBezierCurve(System.Int32,System.Int32,System.Single)] : fqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(System.Single,System.Single,System.Single)] : fqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)] : fqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)] : fqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)] : fqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Color,UnityEngine.Color,System.Single)] : fqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::ToDouble(System.Double,System.Double,System.Single)] : fqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::DelayedCall(System.Single)] : fqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::Shake(UnityEngine.Vector3,System.Single,System.Single)] : fqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTween::IsTweening(System.Object)] : fql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTween::IsTweening(System.Object,FairyGUI.TweenPropType)] : fqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object)] : fqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object,System.Boolean)] : fqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object,FairyGUI.TweenPropType,System.Boolean)] : fqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object)] : fqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object,FairyGUI.TweenPropType)] : fqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Clean()] : fqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenStart(FairyGUI.GTweener)] : fqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenUpdate(FairyGUI.GTweener)] : fqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenComplete(FairyGUI.GTweener)] : fqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetDelay(System.Single)] : fqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_delay()] : fqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetDuration(System.Single)] : fqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_duration()] : fqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetBreakpoint(System.Single)] : fra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType)] : frb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType,FairyGUI.CustomEase)] : frc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEasePeriod(System.Single)] : frd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEaseOvershootOrAmplitude(System.Single)] : fre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetRepeat(System.Int32,System.Boolean)] : frf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTweener::get_repeat()] : frg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTimeScale(System.Single)] : frh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetIgnoreEngineTimeScale(System.Boolean)] : fri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetSnapping(System.Boolean)] : frj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetPath(FairyGUI.GPath)] : frk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object)] : frl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object,FairyGUI.TweenPropType)] : frm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.GTweener::get_target()] : frn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetUserData(System.Object)] : fro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.GTweener::get_userData()] : frp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback)] : frq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback)] : frr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback)] : frs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback1)] : frt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback1)] : fru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback1)] : frv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetListener(FairyGUI.ITweenListener)] : frw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_startValue()] : frx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_endValue()] : fry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_value()] : frz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_deltaValue()] : fsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_normalizedTime()] : fsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTweener::get_completed()] : fsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTweener::get_allCompleted()] : fsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetPaused(System.Boolean)] : fse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Seek(System.Single)] : fsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Kill(System.Boolean)] : fsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(System.Single,System.Single,System.Single)] : fsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)] : fsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)] : fsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)] : fsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Color,UnityEngine.Color,System.Single)] : fsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(System.Double,System.Double,System.Single)] : fsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_Shake(UnityEngine.Vector3,System.Single,System.Single)] : fsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Init()] : fso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Reset()] : fsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Update()] : fsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Update()] : fsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallStartCallback()] : fss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallUpdateCallback()] : fst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallCompleteCallback()] : fsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.TweenManager::CreateTween()] : fsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TweenManager::IsTweening(System.Object,FairyGUI.TweenPropType)] : fsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TweenManager::KillTweens(System.Object,FairyGUI.TweenPropType,System.Boolean)] : fsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.TweenManager::GetTween(System.Object,FairyGUI.TweenPropType)] : fsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Update()] : fsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Clean()] : fta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Init()] : ftb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenPropTypeUtils::SetProps(System.Object,FairyGUI.TweenPropType,FairyGUI.TweenValue)] : ftc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TweenValue::get_vec2()] : ftd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec2(UnityEngine.Vector2)] : fte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.TweenValue::get_vec3()] : ftf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec3(UnityEngine.Vector3)] : ftg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector4 FairyGUI.TweenValue::get_vec4()] : fth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec4(UnityEngine.Vector4)] : fti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TweenValue::get_color()] : ftj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_color(UnityEngine.Color)] : ftk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::SetZero()] : ftl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ChangePageAction::Enter(FairyGUI.Controller)] : ftm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ChangePageAction::Setup(FairyGUI.Utils.ByteBuffer)] : ftn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ControllerAction FairyGUI.ControllerAction::CreateAction(FairyGUI.ControllerAction/ActionType)] : fto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Run(FairyGUI.Controller,System.String,System.String)] : ftp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Enter(FairyGUI.Controller)] : ftm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Leave(FairyGUI.Controller)] : ftq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Setup(FairyGUI.Utils.ByteBuffer)] : ftn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Enter(FairyGUI.Controller)] : ftm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Leave(FairyGUI.Controller)] : ftq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Setup(FairyGUI.Utils.ByteBuffer)] : ftn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.IDisposable.Dispose()] : ftr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.Generic.IEnumerator.get_Current()] : fts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.IEnumerator.Reset()] : ftt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.IEnumerator.get_Current()] : ftu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper::CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)] : ftv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator FairyGUI.AsyncCreationHelper::_CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)] : ftw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.AsyncCreationHelper::CollectComponentChildren(FairyGUI.PackageItem,System.Collections.Generic.List`1)] : ftx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.AsyncCreationHelper::CollectListChildren(FairyGUI.Utils.ByteBuffer,System.Collections.Generic.List`1)] : fty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::Dispose()] : ftz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Controller::get_onChanged()] : fua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_selectedIndex()] : fub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedIndex(System.Int32)] : fuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::SetSelectedIndex(System.Int32)] : fud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::SetSelectedPage(System.String)] : fue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_selectedPage()] : fuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedPage(System.String)] : fug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_previsousIndex()] : fuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_previousIndex()] : fui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_previousPage()] : fuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_pageCount()] : fuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageName(System.Int32)] : ful -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageId(System.Int32)] : fum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageIdByName(System.String)] : fun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::AddPage(System.String)] : fuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::AddPageAt(System.String,System.Int32)] : fup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RemovePage(System.String)] : fuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RemovePageAt(System.Int32)] : fur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::ClearPages()] : fus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Controller::HasPage(System.String)] : fut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::GetPageIndexById(System.String)] : fuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageNameById(System.String)] : fuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_selectedPageId()] : fuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedPageId(System.String)] : fux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_oppositePageId(System.String)] : fuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_previousPageId()] : fuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RunActions()] : fva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::Setup(FairyGUI.Utils.ByteBuffer)] : fvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DragDropManager FairyGUI.DragDropManager::get_inst()] : fvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.DragDropManager::get_dragAgent()] : fvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DragDropManager::get_dragging()] : fve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::StartDrag(FairyGUI.GObject,System.String,System.Object,System.Int32)] : fvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::StartDrag(FairyGUI.GObject,FairyGUI.NTexture,System.Object,System.Int32)] : fvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::Cancel()] : fvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::__dragEnd(FairyGUI.EventContext)] : fvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.EMRenderTarget::get_EM_sortingOrder()] : fvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_BeforeUpdate()] : fvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_Update(FairyGUI.UpdateContext)] : fvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_Reload()] : fvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EMRenderSupport::get_packageListReady()] : fvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::set_packageListReady(System.Boolean)] : fvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EMRenderSupport::get_hasTarget()] : fvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Remove(FairyGUI.EMRenderTarget)] : fvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Update()] : fvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Reload()] : fvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.EMRenderSupport::CompareDepth(FairyGUI.EMRenderTarget,FairyGUI.EMRenderTarget)] : fvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton/<>c__DisplayClass72_0::b__0(System.Object)] : fvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton/<>c__DisplayClass72_0::b__1(System.Object)] : fvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetClickDownEffect(System.Single,System.Int32)] : fvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::PlayClickSound()] : fvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::PlaySound()] : fvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GButton::get_onChanged()] : fvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_icon()] : fwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_icon(System.String)] : fwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_title()] : fwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_title(System.String)] : fwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_text()] : fwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_text(System.String)] : fwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_selectedIcon()] : fwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selectedIcon(System.String)] : fwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_selectedTitle()] : fwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selectedTitle(System.String)] : fwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GButton::get_titleColor()] : fwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_titleColor(UnityEngine.Color)] : fwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GButton::get_color()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_color(UnityEngine.Color)] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GButton::get_titleFontSize()] : fwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_titleFontSize(System.Int32)] : fwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GButton::get_selected()] : fwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selected(System.Boolean)] : fwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ButtonMode FairyGUI.GButton::get_mode()] : fws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_mode(FairyGUI.ButtonMode)] : fwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GButton::get_relatedController()] : fwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_relatedController(FairyGUI.Controller)] : fwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_relatedPageId()] : fww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_relatedPageId(System.String)] : fwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::FireClick(System.Boolean,System.Boolean)] : fwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GButton::GetTextField()] : fwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetState(System.String)] : fxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetCurrentState()] : fxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::HandleControllerChanged(FairyGUI.Controller)] : fxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::HandleGrayedChanged()] : fxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__rollover()] : fxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__rollout()] : fxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__touchBegin(FairyGUI.EventContext)] : fxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__touchEnd()] : fxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__removedFromStage()] : fxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__click()] : fxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GComboBox::get_onChanged()] : fxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_icon()] : fwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_icon(System.String)] : fwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_title()] : fxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_title(System.String)] : fxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_text()] : fwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_text(System.String)] : fwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GComboBox::get_titleColor()] : fxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_titleColor(UnityEngine.Color)] : fxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComboBox::get_titleFontSize()] : fxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_titleFontSize(System.Int32)] : fxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_items()] : fxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_items(System.String[])] : fxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_icons()] : fxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_icons(System.String[])] : fxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_values()] : fxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_values(System.String[])] : fxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_itemList()] : fxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_valueList()] : fya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_iconList()] : fyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ApplyListChange()] : fyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComboBox::get_selectedIndex()] : fyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_selectedIndex(System.Int32)] : fye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComboBox::get_selectionController()] : fyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_selectionController(FairyGUI.Controller)] : fyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_value()] : fyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_value(System.String)] : fyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PopupDirection FairyGUI.GComboBox::get_popupDirection()] : fyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_popupDirection(FairyGUI.PopupDirection)] : fyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GComboBox::GetTextField()] : fyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::SetState(System.String)] : fym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::SetCurrentState()] : fyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::HandleGrayedChanged()] : fxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::HandleControllerChanged(FairyGUI.Controller)] : fxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::UpdateSelectionController()] : fyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::Dispose()] : fyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::UpdateDropdownList()] : fyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ShowDropdown()] : fyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::RenderDropdownList()] : fys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__popupWinClosed(System.Object)] : fyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__clickItem(FairyGUI.EventContext)] : fyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__rollover()] : fyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__rollout()] : fyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__touchBegin(FairyGUI.EventContext)] : fyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__touchEnd(FairyGUI.EventContext)] : fyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__click()] : fyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent/<>c__DisplayClass129_0::b__0()] : fza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent/<>c__DisplayClass129_0::b__1()] : fzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.GComponent::get_rootContainer()] : fzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_rootContainer(FairyGUI.Container)] : fzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.GComponent::get_container()] : fze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_container(FairyGUI.Container)] : fzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ScrollPane FairyGUI.GComponent::get_scrollPane()] : fzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_scrollPane(FairyGUI.ScrollPane)] : fzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::Dispose()] : fyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GComponent::get_onDrop()] : fzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_fairyBatching()] : fzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_fairyBatching(System.Boolean)] : fzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::InvalidateBatchingState(System.Boolean)] : fzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_opaque()] : fzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_opaque(System.Boolean)] : fzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Margin FairyGUI.GComponent::get_margin()] : fzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_margin(FairyGUI.Margin)] : fzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::get_childrenRenderOrder()] : fzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_childrenRenderOrder(FairyGUI.ChildrenRenderOrder)] : fzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::get_apexIndex()] : fzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_apexIndex(System.Int32)] : fzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_tabStopChildren()] : fzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_tabStopChildren(System.Boolean)] : fzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::AddChild(FairyGUI.GObject)] : fzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32)] : fzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetInsertPosForSortingChild(FairyGUI.GObject)] : fzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject)] : gaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject,System.Boolean)] : gab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChildAt(System.Int32)] : gac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChildAt(System.Int32,System.Boolean)] : gad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveChildren()] : gae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveChildren(System.Int32,System.Int32,System.Boolean)] : gaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildAt(System.Int32)] : gag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChild(System.String)] : gah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildByPath(System.String)] : gai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetVisibleChild(System.String)] : gaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildInGroup(FairyGUI.GGroup,System.String)] : gak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildById(System.String)] : gal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject[] FairyGUI.GComponent::GetChildren()] : gam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetChildrenCount()] : gan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetChildIndex(FairyGUI.GObject)] : gao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetChildIndex(FairyGUI.GObject,System.Int32)] : gap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::SetChildIndexBefore(FairyGUI.GObject,System.Int32)] : gaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::_SetChildIndex(FairyGUI.GObject,System.Int32,System.Int32)] : gar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SwapChildren(FairyGUI.GObject,FairyGUI.GObject)] : gas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SwapChildrenAt(System.Int32,System.Int32)] : gat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::get_numChildren()] : gau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::IsAncestorOf(FairyGUI.GObject)] : gav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChangeChildrenOrder(System.Collections.Generic.IList`1)] : gaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::AddController(FairyGUI.Controller)] : gax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComponent::GetControllerAt(System.Int32)] : gay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComponent::GetController(System.String)] : gaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveController(FairyGUI.Controller)] : gba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComponent::get_Controllers()] : gbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Transition FairyGUI.GComponent::GetTransitionAt(System.Int32)] : gbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Transition FairyGUI.GComponent::GetTransition(System.String)] : gbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComponent::get_Transitions()] : gbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChildStateChanged(FairyGUI.GObject)] : gbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::BuildNativeDisplayList()] : gbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ApplyController(FairyGUI.Controller)] : gbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ApplyAllControllers()] : gbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::AdjustRadioGroupDepth(FairyGUI.GObject,FairyGUI.Controller)] : gbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GComponent::get_clipSoftness()] : gbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_clipSoftness(UnityEngine.Vector2)] : gbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.GComponent::get_mask()] : gbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_mask(FairyGUI.DisplayObject)] : gbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComponent::get_baseUserData()] : gbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_reversedMask()] : gbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_reversedMask(System.Boolean)] : gbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::IsChildInView(FairyGUI.GObject)] : gbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetFirstChildInView()] : gbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetupScroll(FairyGUI.Utils.ByteBuffer)] : gbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetupOverflow(FairyGUI.OverflowType)] : gbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::UpdateClipRect()] : gbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleSizeChanged()] : gbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleGrayedChanged()] : fxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleControllerChanged(FairyGUI.Controller)] : fxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetBoundsChangedFlag()] : gbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::EnsureBoundsCorrect()] : gby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::UpdateBounds()] : gbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetBounds(System.Single,System.Single,System.Single,System.Single)] : gca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GComponent::get_viewWidth()] : gcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_viewWidth(System.Single)] : gcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GComponent::get_viewHeight()] : gcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_viewHeight(System.Single)] : gce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::GetSnappingPosition(System.Single&,System.Single&)] : gcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::ShouldSnapToNext(System.Single,System.Single,System.Single)] : gcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::GetSnappingPositionWithDir(System.Single&,System.Single&,System.Single,System.Single)] : gch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChildSortingOrderChanged(FairyGUI.GObject,System.Int32,System.Int32)] : gci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::OnUpdate()] : gcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromResource()] : gck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromResource(System.Collections.Generic.List`1,System.Int32)] : gcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__playSound(System.String,System.Single)] : gcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__addedToStage()] : gco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__removedFromStage()] : gcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::AddExtStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Dispose()] : gcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GearBase::get_controller()] : gcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::set_controller(FairyGUI.Controller)] : gcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearTweenConfig FairyGUI.GearBase::get_tweenConfig()] : gcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Setup(FairyGUI.Utils.ByteBuffer)] : gcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::UpdateFromRelations(System.Single,System.Single)] : gda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenStart(FairyGUI.GTweener)] : fqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenUpdate(FairyGUI.GTweener)] : fqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenComplete(FairyGUI.GTweener)] : fqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GearDisplay::get_pages()] : gdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::set_pages(System.String[])] : gdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.GearDisplay::AddLock()] : gdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::ReleaseLock(System.UInt32)] : gde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GearDisplay::get_connected()] : gdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GearDisplay2::get_pages()] : gdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::set_pages(System.String[])] : gdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GearDisplay2::Evaluate(System.Boolean)] : gdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenStart(FairyGUI.GTweener)] : fqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenUpdate(FairyGUI.GTweener)] : fqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenComplete(FairyGUI.GTweener)] : fqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenStart(FairyGUI.GTweener)] : fqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenUpdate(FairyGUI.GTweener)] : fqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenComplete(FairyGUI.GTweener)] : fqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::UpdateFromRelations(System.Single,System.Single)] : gda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::Init()] : gcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::AddExtStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::Apply()] : gct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenStart(FairyGUI.GTweener)] : fqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenUpdate(FairyGUI.GTweener)] : fqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenComplete(FairyGUI.GTweener)] : fqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::UpdateState()] : gcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::UpdateFromRelations(System.Single,System.Single)] : gda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IAnimationGear::get_playing()] : gdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_playing(System.Boolean)] : gdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.IAnimationGear::get_frame()] : gdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_frame(System.Int32)] : gdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.IAnimationGear::get_timeScale()] : gdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_timeScale(System.Single)] : gdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IAnimationGear::get_ignoreEngineTimeScale()] : gdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_ignoreEngineTimeScale(System.Boolean)] : gdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::Advance(System.Single)] : gds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.IColorGear::get_color()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IColorGear::set_color(UnityEngine.Color)] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.ITextColorGear::get_strokeColor()] : gdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITextColorGear::set_strokeColor(UnityEngine.Color)] : gdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::ReplaceMe(FairyGUI.GObject)] : gdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::AddBeforeMe(FairyGUI.GObject)] : gdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::AddAfterMe(FairyGUI.GObject)] : gdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::SetNativeObject(FairyGUI.DisplayObject)] : gdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GGraph::get_color()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::set_color(UnityEngine.Color)] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Shape FairyGUI.GGraph::get_shape()] : gdz -[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)] : gea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawRoundRect(System.Single,System.Single,UnityEngine.Color,System.Single[])] : geb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawEllipse(System.Single,System.Single,UnityEngine.Color)] : gec -[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)] : ged -[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)] : gee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GroupLayoutType FairyGUI.GGroup::get_layout()] : geg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_layout(FairyGUI.GroupLayoutType)] : geh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_lineGap()] : gei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_lineGap(System.Int32)] : gej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_columnGap()] : gek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_columnGap(System.Int32)] : gel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GGroup::get_excludeInvisibles()] : gem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_excludeInvisibles(System.Boolean)] : gen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GGroup::get_autoSizeDisabled()] : geo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_autoSizeDisabled(System.Boolean)] : gep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_mainGridMinSize()] : geq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_mainGridMinSize(System.Int32)] : ger -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_mainGridIndex()] : ges -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_mainGridIndex(System.Int32)] : get -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::SetBoundsChangedFlag(System.Boolean)] : geu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::EnsureBoundsCorrect()] : gev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::UpdateBounds()] : gew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleLayout()] : gex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::MoveChildren(System.Single,System.Single)] : gey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::ResizeChildren(System.Single,System.Single)] : gez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleAlphaChanged()] : gfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleVisibleChanged()] : gfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GImage::get_color()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_color(UnityEngine.Color)] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.GImage::get_flip()] : gfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_flip(FairyGUI.FlipType)] : gfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.GImage::get_fillMethod()] : gfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillMethod(FairyGUI.FillMethod)] : gff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GImage::get_fillOrigin()] : gfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillOrigin(System.Int32)] : gfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GImage::get_fillClockwise()] : gfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillClockwise(System.Boolean)] : gfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GImage::get_fillAmount()] : gfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillAmount(System.Single)] : gfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.GImage::get_texture()] : gfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_texture(FairyGUI.NTexture)] : gfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GImage::get_material()] : gfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_material(UnityEngine.Material)] : gfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GImage::get_shader()] : gfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_shader(System.String)] : gfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::ConstructFromResource()] : gck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel/<>c__DisplayClass26_0::b__0()] : gfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_icon()] : fwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_icon(System.String)] : fwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_title()] : gft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_title(System.String)] : gfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_text()] : fwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_text(System.String)] : fwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLabel::get_editable()] : gfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_editable(System.Boolean)] : gfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLabel::get_titleColor()] : gfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_titleColor(UnityEngine.Color)] : gfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLabel::get_titleFontSize()] : gfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_titleFontSize(System.Int32)] : gga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLabel::get_color()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_color(UnityEngine.Color)] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GLabel::GetTextField()] : ggb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Dispose()] : fyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearPool()] : ggc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GList::get_onClickItem()] : ggd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GList::get_onRightClickItem()] : gge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GList::get_defaultItem()] : ggf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_defaultItem(System.String)] : ggg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ListLayoutType FairyGUI.GList::get_layout()] : ggh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_layout(FairyGUI.ListLayoutType)] : ggi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_lineCount()] : ggj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_lineCount(System.Int32)] : ggk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_columnCount()] : ggl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_columnCount(System.Int32)] : ggm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_lineGap()] : ggn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_lineGap(System.Int32)] : ggo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_columnGap()] : ggp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_columnGap(System.Int32)] : ggq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GList::get_align()] : ggr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_align(FairyGUI.AlignType)] : ggs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GList::get_verticalAlign()] : ggt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_verticalAlign(FairyGUI.VertAlignType)] : ggu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::get_autoResizeItem()] : ggv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_autoResizeItem(System.Boolean)] : ggw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GList::get_defaultItemSize()] : ggx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_defaultItemSize(UnityEngine.Vector2)] : ggy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObjectPool FairyGUI.GList::get_itemPool()] : ggz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::GetFromPool(System.String)] : gha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ReturnToPool(FairyGUI.GObject)] : ghb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddItemFromPool()] : ghc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddItemFromPool(System.String)] : ghd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddChildAt(FairyGUI.GObject,System.Int32)] : fzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::RemoveChildAt(System.Int32,System.Boolean)] : gad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildToPoolAt(System.Int32)] : ghe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildToPool(FairyGUI.GObject)] : ghf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildrenToPool()] : ghg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildrenToPool(System.Int32,System.Int32)] : ghh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_selectedIndex()] : ghi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_selectedIndex(System.Int32)] : ghj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GList::get_selectionController()] : ghk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_selectionController(FairyGUI.Controller)] : ghl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GList::GetSelection()] : ghm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GList::GetSelection(System.Collections.Generic.List`1)] : ghn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::AddSelection(System.Int32,System.Boolean)] : gho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveSelection(System.Int32)] : ghp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearSelection()] : ghq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearSelectionExcept(FairyGUI.GObject)] : ghr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectAll()] : ghs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectNone()] : ght -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectReverse()] : ghu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::EnableSelectionFocusEvents(System.Boolean)] : ghv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::NotifySelection(FairyGUI.EventContext)] : ghw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::EnableArrowKeyNavigation(System.Boolean)] : ghx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__keydown(FairyGUI.EventContext)] : ghy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::HandleArrowKey(System.Int32)] : ghz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__clickItem(FairyGUI.EventContext)] : gia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::DispatchItemEvent(FairyGUI.GObject,FairyGUI.EventContext)] : gib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetSelectionOnEvent(FairyGUI.GObject,FairyGUI.InputEvent)] : gic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit()] : gid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit(System.Int32)] : gie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit(System.Int32,System.Int32)] : gif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleSizeChanged()] : gbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleControllerChanged(FairyGUI.Controller)] : fxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::UpdateSelectionController(System.Int32)] : gig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32)] : gih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32,System.Boolean)] : gii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView_UseAnim(System.Int32,System.Boolean,System.Single)] : gij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetAnimTweenTime(FairyGUI.ScrollPane,System.Boolean)] : gik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32,System.Boolean,System.Boolean)] : gil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::get_touchItem()] : gim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetFirstChildInView()] : gbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::ChildIndexToItemIndex(System.Int32)] : gin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::ItemIndexToChildIndex(System.Int32)] : gio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtual()] : gip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::get_isVirtual()] : giq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtualAndLoop()] : gir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtual(System.Boolean)] : gis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_numItems()] : git -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_numItems(System.Int32)] : giu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RefreshVirtualList()] : giv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::CheckVirtualList()] : giw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtualListChangedFlag(System.Boolean)] : gix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RefreshVirtualList(System.Object)] : giy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__scrolled(FairyGUI.EventContext)] : giz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos1(System.Single&,System.Boolean)] : gja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos2(System.Single&,System.Boolean)] : gjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos3(System.Single&,System.Boolean)] : gjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleScroll(System.Boolean)] : gjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::HandleScroll1(System.Boolean)] : gje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::HandleScroll2(System.Boolean)] : gjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleScroll3(System.Boolean)] : gjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleArchOrder1()] : gjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleArchOrder2()] : gji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::GetSnappingPositionWithDir(System.Single&,System.Single&,System.Single,System.Single)] : gch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleAlign(System.Single,System.Single)] : gjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::UpdateBounds()] : gbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ReadItems(FairyGUI.Utils.ByteBuffer)] : gjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetupItem(FairyGUI.Utils.ByteBuffer,FairyGUI.GObject)] : gjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Dispose()] : fyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_url()] : gjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_url(System.String)] : gjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_icon()] : fwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_icon(System.String)] : fwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GLoader::get_align()] : gjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_align(FairyGUI.AlignType)] : gjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GLoader::get_verticalAlign()] : gjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_verticalAlign(FairyGUI.VertAlignType)] : gjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillType FairyGUI.GLoader::get_fill()] : gjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fill(FairyGUI.FillType)] : gjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_shrinkOnly()] : gju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_shrinkOnly(System.Boolean)] : gjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_autoSize()] : gjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_autoSize(System.Boolean)] : gjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_playing()] : gdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_playing(System.Boolean)] : gdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader::get_frame()] : gdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_frame(System.Int32)] : gdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader::get_timeScale()] : gdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_timeScale(System.Single)] : gdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_ignoreEngineTimeScale()] : gdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_ignoreEngineTimeScale(System.Boolean)] : gdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Advance(System.Single)] : gds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GLoader::get_material()] : gjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_material(UnityEngine.Material)] : gjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_shader()] : gka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_shader(System.String)] : gkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLoader::get_color()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_color(UnityEngine.Color)] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.GLoader::get_fillMethod()] : gkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillMethod(FairyGUI.FillMethod)] : gkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader::get_fillOrigin()] : gke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillOrigin(System.Int32)] : gkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_fillClockwise()] : gkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillClockwise(System.Boolean)] : gkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader::get_fillAmount()] : gki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillAmount(System.Single)] : gkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Image FairyGUI.GLoader::get_image()] : gkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MovieClip FairyGUI.GLoader::get_movieClip()] : gkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GLoader::get_component()] : gkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.GLoader::get_texture()] : gkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_texture(FairyGUI.NTexture)] : gko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GLoader::get_filter()] : gkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_filter(FairyGUI.IFilter)] : gkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GLoader::get_blendMode()] : gkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_blendMode(FairyGUI.BlendMode)] : gks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadContent()] : gkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadFromPackage(System.String)] : gku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadExternal()] : gkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::FreeExternal(FairyGUI.NTexture)] : gkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::onExternalLoadSuccess(FairyGUI.NTexture)] : gkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::onExternalLoadFailed()] : gky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::OnExternalReload(FairyGUI.NTexture)] : gkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::SetErrorState()] : gla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::ClearErrorState()] : glb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::UpdateLayout()] : glc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::ClearContent()] : gld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::HandleSizeChanged()] : gbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Dispose()] : fyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_url()] : gle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_url(System.String)] : glf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_icon()] : fwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_icon(System.String)] : fwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GLoader3D::get_align()] : glg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_align(FairyGUI.AlignType)] : glh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GLoader3D::get_verticalAlign()] : gli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_verticalAlign(FairyGUI.VertAlignType)] : glj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillType FairyGUI.GLoader3D::get_fill()] : glk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_fill(FairyGUI.FillType)] : gll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_shrinkOnly()] : glm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_shrinkOnly(System.Boolean)] : gln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_autoSize()] : glo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_autoSize(System.Boolean)] : glp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_playing()] : gdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_playing(System.Boolean)] : gdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader3D::get_frame()] : gdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_frame(System.Int32)] : gdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader3D::get_timeScale()] : gdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_timeScale(System.Single)] : gdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_ignoreEngineTimeScale()] : gdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_ignoreEngineTimeScale(System.Boolean)] : gdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Advance(System.Single)] : gds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_loop()] : glq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_loop(System.Boolean)] : glr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_animationName()] : gls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_animationName(System.String)] : glt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_skinName()] : glu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_skinName(System.String)] : glv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GLoader3D::get_material()] : glw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_material(UnityEngine.Material)] : glx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_shader()] : gly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_shader(System.String)] : glz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLoader3D::get_color()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_color(UnityEngine.Color)] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GLoader3D::get_wrapTarget()] : gma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::SetWrapTarget(UnityEngine.GameObject,System.Boolean,System.Int32,System.Int32)] : gmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GLoader3D::get_filter()] : gkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_filter(FairyGUI.IFilter)] : gkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GLoader3D::get_blendMode()] : gkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_blendMode(FairyGUI.BlendMode)] : gks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::LoadContent()] : gmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::OnChange(System.String)] : gmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::LoadExternal()] : gme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::FreeExternal()] : gmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::UpdateLayout()] : gmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::ClearContent()] : gmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::OnUpdateContent(FairyGUI.UpdateContext)] : gmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::HandleSizeChanged()] : gbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GMovieClip::get_onPlayEnd()] : gmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GMovieClip::get_playing()] : gdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_playing(System.Boolean)] : gdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GMovieClip::get_frame()] : gdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_frame(System.Int32)] : gdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GMovieClip::get_color()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_color(UnityEngine.Color)] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.GMovieClip::get_flip()] : gmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_flip(FairyGUI.FlipType)] : gml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GMovieClip::get_material()] : gmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_material(UnityEngine.Material)] : gmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GMovieClip::get_shader()] : gmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_shader(System.String)] : gmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GMovieClip::get_timeScale()] : gdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_timeScale(System.Single)] : gdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GMovieClip::get_ignoreEngineTimeScale()] : gdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_ignoreEngineTimeScale(System.Boolean)] : gdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Rewind()] : gmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::SyncStatus(FairyGUI.GMovieClip)] : gmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Advance(System.Single)] : gds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)] : gms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::ConstructFromResource()] : gck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_ex_rawElementId()] : gmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_ex_rawElementId(System.String)] : gmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_ex_rawElementName()] : gmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_ex_rawElementName(System.String)] : gmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetUrlId()] : gmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetUrl()] : gmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetParentUrlId()] : gmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetParentUrl()] : gna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetMultiLangText()] : gnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_id()] : gnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_id(System.String)] : gnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Relations FairyGUI.GObject::get_relations()] : gne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_relations(FairyGUI.Relations)] : gnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GObject::get_parent()] : gng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_parent(FairyGUI.GComponent)] : gnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.GObject::get_displayObject()] : gni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_displayObject(FairyGUI.DisplayObject)] : gnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GObject::get_draggingObject()] : gnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_draggingObject(FairyGUI.GObject)] : gnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onClick()] : gnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRightClick()] : gnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchBegin()] : gno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchMove()] : gnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchEnd()] : gnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRollOver()] : gnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRollOut()] : gns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onAddedToStage()] : gnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRemovedFromStage()] : gnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onKeyDown()] : gnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onClickLink()] : gnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onPositionChanged()] : gnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onSizeChanged()] : gny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragStart()] : gnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragMove()] : goa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragEnd()] : gob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onGearStop()] : goc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onFocusIn()] : god -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onFocusOut()] : goe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_x()] : gof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_x(System.Single)] : gog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_y()] : goh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_y(System.Single)] : goi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_z()] : goj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_z(System.Single)] : gok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_xy()] : gol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_xy(UnityEngine.Vector2)] : gom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GObject::get_position()] : gon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_position(UnityEngine.Vector3)] : goo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetXY(System.Single,System.Single)] : gop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetXY(System.Single,System.Single,System.Boolean)] : goq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPosition(System.Single,System.Single,System.Single)] : gor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_pixelSnapping()] : gos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pixelSnapping(System.Boolean)] : got -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Center()] : gov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Center(System.Boolean)] : gow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::MakeFullScreen()] : gox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_width()] : goy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_width(System.Single)] : goz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_height()] : gpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_height(System.Single)] : gpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_size()] : gpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_size(UnityEngine.Vector2)] : gpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_actualWidth()] : gpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_actualHeight()] : gpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSize(System.Single,System.Single)] : gpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSize(System.Single,System.Single,System.Boolean)] : gph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSizeDirectly(System.Single,System.Single)] : gpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_xMin()] : gpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_xMin(System.Single)] : gpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_yMin()] : gpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_yMin(System.Single)] : gpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_scaleX()] : gpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scaleX(System.Single)] : gpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_scaleY()] : gpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scaleY(System.Single)] : gpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_scale()] : gpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scale(UnityEngine.Vector2)] : gps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetScale(System.Single,System.Single)] : gpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_skew()] : gpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_skew(UnityEngine.Vector2)] : gpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_pivotX()] : gpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotX(System.Single)] : gpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_pivotY()] : gpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotY(System.Single)] : gpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_pivot()] : gqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivot(UnityEngine.Vector2)] : gqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_pivotAsAnchor()] : gqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotAsAnchor(System.Boolean)] : gqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPivot(System.Single,System.Single)] : gqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPivot(System.Single,System.Single,System.Boolean)] : gqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_touchable()] : gqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_touchable(System.Boolean)] : gqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_grayed()] : gqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_grayed(System.Boolean)] : gqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_enabled()] : gqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_enabled(System.Boolean)] : gql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotation()] : gqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotation(System.Single)] : gqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotationX()] : gqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotationX(System.Single)] : gqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotationY()] : gqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotationY(System.Single)] : gqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_alpha()] : gqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_alpha(System.Single)] : gqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_visible()] : gqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_visible(System.Boolean)] : gqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible()] : gqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible2()] : gqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible3()] : gqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GObject::get_sortingOrder()] : gqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_sortingOrder(System.Int32)] : gra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_focusable()] : grb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_focusable(System.Boolean)] : grc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_tabStop()] : grd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_tabStop(System.Boolean)] : gre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_focused()] : grf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RequestFocus()] : grg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RequestFocus(System.Boolean)] : grh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_tooltips()] : gri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_tooltips(System.String)] : grj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_cursor()] : grk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_cursor(System.String)] : grl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__rollOver()] : grm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__rollOut()] : grn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GObject::get_filter()] : gkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_filter(FairyGUI.IFilter)] : gkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GObject::get_blendMode()] : gkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_blendMode(FairyGUI.BlendMode)] : gks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_gameObjectName()] : gro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_gameObjectName(System.String)] : grp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetHome(FairyGUI.GObject)] : grq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_inContainer()] : grr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_onStage()] : grs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_resourceURL()] : grt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearXY FairyGUI.GObject::get_gearXY()] : gru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearSize FairyGUI.GObject::get_gearSize()] : grv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearLook FairyGUI.GObject::get_gearLook()] : grw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearBase FairyGUI.GObject::GetGear(System.Int32)] : grx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::UpdateGear(System.Int32)] : gry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::CheckGearController(System.Int32,FairyGUI.Controller)] : grz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::UpdateGearFromRelations(System.Int32,System.Single,System.Single)] : gsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.GObject::AddDisplayLock()] : gsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::ReleaseDisplayLock(System.UInt32)] : gsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::CheckGearDisplay()] : gsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InvalidateBatchingState()] : gse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleControllerChanged(FairyGUI.Controller)] : fxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType)] : gsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType,System.Boolean)] : gsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RemoveRelation(FairyGUI.GObject,FairyGUI.RelationType)] : gsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RemoveFromParent()] : gsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGroup FairyGUI.GObject::get_group()] : gsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_group(FairyGUI.GGroup)] : gsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRoot FairyGUI.GObject::get_root()] : gsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_inText()] : gsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_inText(System.String)] : gsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_text()] : fwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_text(System.String)] : fwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_icon()] : fwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_icon(System.String)] : fwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_draggable()] : gso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_draggable(System.Boolean)] : gsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StartDrag()] : gsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StartDrag(System.Int32)] : gsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StopDrag()] : gss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_dragging()] : gst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::LocalToGlobal(UnityEngine.Vector2)] : gsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::GlobalToLocal(UnityEngine.Vector2)] : gsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::LocalToGlobal(UnityEngine.Rect)] : gsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::GlobalToLocal(UnityEngine.Rect)] : gsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::LocalToRoot(UnityEngine.Vector2,FairyGUI.GRoot)] : gsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::RootToLocal(UnityEngine.Vector2,FairyGUI.GRoot)] : gsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::WorldToLocal(UnityEngine.Vector3)] : gta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Camera)] : gtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::TransformPoint(UnityEngine.Vector2,FairyGUI.GObject)] : gtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::TransformRect(UnityEngine.Rect,FairyGUI.GObject)] : gtd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_isDisposed()] : gte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Dispose()] : fyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GImage FairyGUI.GObject::get_asImage()] : gtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GObject::get_asCom()] : gtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.GObject::get_asButton()] : gth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLabel FairyGUI.GObject::get_asLabel()] : gti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GProgressBar FairyGUI.GObject::get_asProgress()] : gtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GSlider FairyGUI.GObject::get_asSlider()] : gtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComboBox FairyGUI.GObject::get_asComboBox()] : gtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GObject::get_asTextField()] : gtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRichTextField FairyGUI.GObject::get_asRichTextField()] : gtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextInput FairyGUI.GObject::get_asTextInput()] : gto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.GObject::get_asLoader()] : gtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader3D FairyGUI.GObject::get_asLoader3D()] : gtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.GObject::get_asList()] : gtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph FairyGUI.GObject::get_asGraph()] : gts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGroup FairyGUI.GObject::get_asGroup()] : gtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GMovieClip FairyGUI.GObject::get_asMovieClip()] : gtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTree FairyGUI.GObject::get_asTree()] : gtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GObject::get_treeNode()] : gtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InternalSetParent(FairyGUI.GComponent)] : gtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandlePositionChanged()] : gty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleSizeChanged()] : gbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleScaleChanged()] : gtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleGrayedChanged()] : fxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleAlphaChanged()] : gfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleVisibleChanged()] : gfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::ConstructFromResource()] : gck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InitDrag()] : gua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::DragBegin(System.Int32)] : gub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::DragEnd()] : guc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchBegin(FairyGUI.EventContext)] : gud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchMove(FairyGUI.EventContext)] : gue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchEnd(FairyGUI.EventContext)] : guf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMove(UnityEngine.Vector2,System.Single)] : gug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMoveX(System.Single,System.Single)] : guh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMoveY(System.Single,System.Single)] : gui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScale(UnityEngine.Vector2,System.Single)] : guj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScaleX(System.Single,System.Single)] : guk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScaleY(System.Single,System.Single)] : gul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenResize(UnityEngine.Vector2,System.Single)] : gum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenFade(System.Single,System.Single)] : gun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenRotate(System.Single,System.Single)] : guo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObjectPool::Clear()] : gup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GObjectPool::get_count()] : guq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GObjectPool::GetObject(System.String)] : gur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObjectPool::ReturnObject(FairyGUI.GObject)] : gus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar/<>c__DisplayClass37_0::b__0()] : gut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GProgressBar::get_title()] : guu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ProgressTitleType FairyGUI.GProgressBar::get_titleType()] : guv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_titleType(FairyGUI.ProgressTitleType)] : guw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_min()] : gux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_min(System.Double)] : guy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_max()] : guz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_max(System.Double)] : gva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_value()] : gvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_value(System.Double)] : gvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GProgressBar::get_reverse()] : gvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_reverse(System.Boolean)] : gve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GProgressBar::TweenValue(System.Double,System.Single)] : gvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::Update(System.Double)] : gvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GProgressBar::SetFillAmount(FairyGUI.GObject,System.Single)] : gvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::HandleSizeChanged()] : gbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.GRichTextField::get_richTextField()] : gvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::set_richTextField(FairyGUI.RichTextField)] : gvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::SetTextFieldText()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GRichTextField::get_emojies()] : gvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::set_emojies(System.Collections.Generic.Dictionary`2)] : gvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GRoot::get_contentScaleFactor()] : gvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GRoot::get_contentScaleLevel()] : gvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRoot FairyGUI.GRoot::get_inst()] : gvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::Dispose()] : fyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32)] : gvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32,FairyGUI.UIContentScaler/ScreenMatchMode)] : gvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Single)] : gvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ApplyContentScaleFactor()] : gvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowWindow(FairyGUI.Window)] : gvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindow(FairyGUI.Window)] : gvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window)] : gvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window,System.Boolean)] : gvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::BringToFront(FairyGUI.Window)] : gvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowModalWait()] : gvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseModalWait()] : gwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseAllExceptModals()] : gwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseAllWindows()] : gwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Window FairyGUI.GRoot::GetTopWindow()] : gwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph FairyGUI.GRoot::get_modalLayer()] : gwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CreateModalLayer()] : gwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_hasModalWindow()] : gwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_modalWaiting()] : gwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::get_touchTarget()] : gwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::DisplayObjectToGObject(FairyGUI.DisplayObject)] : gwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::AdjustModalLayer()] : gwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject)] : gwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject)] : gwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : gwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : gwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection,System.Boolean)] : gwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : gwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : gwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject)] : gws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject)] : gwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : gwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : gwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection,System.Boolean)] : gww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HidePopup()] : gwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HidePopup(FairyGUI.GObject)] : gwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_hasAnyPopup()] : gwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ClosePopup(FairyGUI.GObject)] : gxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltips(System.String)] : gxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltips(System.String,System.Single)] : gxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject)] : gxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject,System.Single)] : gxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__showTooltipsWin(System.Object)] : gxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideTooltips()] : gxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::get_focus()] : gxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::set_focus(FairyGUI.GObject)] : gxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__stageTouchBegin(FairyGUI.EventContext)] : gxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__stageTouchEnd(FairyGUI.EventContext)] : gxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CheckPopups(System.Boolean)] : gxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::EnableSound()] : gxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::DisableSound()] : gxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip,System.Single)] : gxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip)] : gxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GRoot::get_soundVolume()] : gxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::set_soundVolume(System.Single)] : gxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::SetScrollPane(FairyGUI.ScrollPane,System.Boolean)] : gxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::SetDisplayPerc(System.Single)] : gxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::setScrollPerc(System.Single)] : gxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GScrollBar::get_minSize()] : gxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GScrollBar::get_gripDragging()] : gxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchBegin(FairyGUI.EventContext)] : gxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchMove(FairyGUI.EventContext)] : gxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchEnd(FairyGUI.EventContext)] : gxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__arrowButton1Click(FairyGUI.EventContext)] : gya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__arrowButton2Click(FairyGUI.EventContext)] : gyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__touchBegin(FairyGUI.EventContext)] : gyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GSlider::get_onChanged()] : gyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GSlider::get_onGripTouchEnd()] : gye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ProgressTitleType FairyGUI.GSlider::get_titleType()] : gyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_titleType(FairyGUI.ProgressTitleType)] : gyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_min()] : gyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_min(System.Double)] : gyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_max()] : gyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_max(System.Double)] : gyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_value()] : gyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_value(System.Double)] : gym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GSlider::get_wholeNumbers()] : gyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_wholeNumbers(System.Boolean)] : gyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::Update()] : gyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::UpdateWithPercent(System.Single,System.Boolean)] : gyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GSlider::SetFillAmount(FairyGUI.GObject,System.Single)] : gyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::HandleSizeChanged()] : gbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchBegin(FairyGUI.EventContext)] : gys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchMove(FairyGUI.EventContext)] : gyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchEnd(FairyGUI.EventContext)] : gyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__barTouchBegin(FairyGUI.EventContext)] : gyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_Ex_IsAutoMultiLang(System.Boolean)] : gyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_Ex_IsAutoMultiLang()] : gyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_Ex_ControllerSelectedIndex(System.Int32)] : gyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextField::get_Ex_ControllerSelectedIndex()] : gyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetText(System.Object)] : gza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetText(System.String)] : gzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::get_inText()] : gsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_inText(System.String)] : gsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::get_text()] : fwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_text(System.String)] : fwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetTextFieldText()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GTextField::get_templateVars()] : gzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_templateVars(System.Collections.Generic.Dictionary`2)] : gzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GTextField::SetVar(System.String,System.String)] : gze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::FlushVars()] : gzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::HasCharacter(System.Char)] : gzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::ParseTemplate(System.String)] : gzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.GTextField::get_textFormat()] : gzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_textFormat(FairyGUI.TextFormat)] : gzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextField::get_color()] : fwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_color(UnityEngine.Color)] : fwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GTextField::get_align()] : gzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_align(FairyGUI.AlignType)] : gzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GTextField::get_verticalAlign()] : gzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_verticalAlign(FairyGUI.VertAlignType)] : gzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_singleLine()] : gzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_singleLine(System.Boolean)] : gzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_stroke()] : gzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_stroke(System.Single)] : gzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextField::get_strokeColor()] : gdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_strokeColor(UnityEngine.Color)] : gdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GTextField::get_shadowOffset()] : gzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_shadowOffset(UnityEngine.Vector2)] : gzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_UBBEnabled()] : gzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_UBBEnabled(System.Boolean)] : gzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.GTextField::get_autoSize()] : gzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_autoSize(FairyGUI.AutoSizeType)] : gzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_textWidth()] : gzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_textHeight()] : gzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::UpdateSize()] : haa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::HandleSizeChanged()] : gbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.InputTextField FairyGUI.GTextInput::get_inputTextField()] : hab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_inputTextField(FairyGUI.InputTextField)] : hac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GTextInput::get_onChanged()] : had -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GTextInput::get_onSubmit()] : hae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_editable()] : haf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_editable(System.Boolean)] : hag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_hideInput()] : hah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_hideInput(System.Boolean)] : hai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_maxLength()] : haj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_maxLength(System.Int32)] : hak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextInput::get_restrict()] : hal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_restrict(System.String)] : ham -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_displayAsPassword()] : han -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_displayAsPassword(System.Boolean)] : hao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_caretPosition()] : hap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_caretPosition(System.Int32)] : haq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextInput::get_promptText()] : har -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_promptText(System.String)] : has -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_keyboardInput()] : hat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_keyboardInput(System.Boolean)] : hau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_keyboardType()] : hav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_keyboardType(System.Int32)] : haw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_disableIME()] : hax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_disableIME(System.Boolean)] : hay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GTextInput::get_emojies()] : haz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_emojies(System.Collections.Generic.Dictionary`2)] : hba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_border()] : hbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_border(System.Int32)] : hbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_corner()] : hbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_corner(System.Int32)] : hbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextInput::get_borderColor()] : hbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_borderColor(UnityEngine.Color)] : hbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextInput::get_backgroundColor()] : hbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_backgroundColor(UnityEngine.Color)] : hbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_mouseWheelEnabled()] : hbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_mouseWheelEnabled(System.Boolean)] : hbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::SetSelection(System.Int32,System.Int32)] : hbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::ReplaceSelection(System.String)] : hbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::SetTextFieldText()] : gvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::CreateDisplayObject()] : fzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTree::get_rootNode()] : hbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::get_indent()] : hbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::set_indent(System.Int32)] : hbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::get_clickToExpand()] : hbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::set_clickToExpand(System.Int32)] : hbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTree::GetSelectedNode()] : hbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GTree::GetSelectedNodes()] : hbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GTree::GetSelectedNodes(System.Collections.Generic.List`1)] : hbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::SelectNode(FairyGUI.GTreeNode)] : hbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::SelectNode(FairyGUI.GTreeNode,System.Boolean)] : hbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::UnselectNode(FairyGUI.GTreeNode)] : hbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ExpandAll()] : hby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ExpandAll(FairyGUI.GTreeNode)] : hbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CollapseAll()] : hca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CollapseAll(FairyGUI.GTreeNode)] : hcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CreateCell(FairyGUI.GTreeNode)] : hcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterInserted(FairyGUI.GTreeNode)] : hcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::GetInsertIndexForNode(FairyGUI.GTreeNode)] : hce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterRemoved(FairyGUI.GTreeNode)] : hcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterExpanded(FairyGUI.GTreeNode)] : hcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterCollapsed(FairyGUI.GTreeNode)] : hch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterMoved(FairyGUI.GTreeNode)] : hci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::GetFolderEndIndex(System.Int32,System.Int32)] : hcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::CheckChildren(FairyGUI.GTreeNode,System.Int32)] : hck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::HideFolderNode(FairyGUI.GTreeNode)] : hcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::RemoveNode(FairyGUI.GTreeNode)] : hcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::__cellTouchBegin(FairyGUI.EventContext)] : hcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::__expandedStateChanged(FairyGUI.EventContext)] : hco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::DispatchItemEvent(FairyGUI.GObject,FairyGUI.EventContext)] : gib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ReadItems(FairyGUI.Utils.ByteBuffer)] : gjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::get_parent()] : hcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_parent(FairyGUI.GTreeNode)] : hcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTree FairyGUI.GTreeNode::get_tree()] : hcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_tree(FairyGUI.GTree)] : hcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GTreeNode::get_cell()] : hct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::get_level()] : hcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTreeNode::get_expanded()] : hcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_expanded(System.Boolean)] : hcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::ExpandToRoot()] : hcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTreeNode::get_isFolder()] : hcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTreeNode::get_text()] : hcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_text(System.String)] : hda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTreeNode::get_icon()] : hdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_icon(System.String)] : hdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::AddChild(FairyGUI.GTreeNode)] : hdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::AddChildAt(FairyGUI.GTreeNode,System.Int32)] : hde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::RemoveChild(FairyGUI.GTreeNode)] : hdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::RemoveChildAt(System.Int32)] : hdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::RemoveChildren(System.Int32,System.Int32)] : hdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetChildAt(System.Int32)] : hdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::GetChildIndex(FairyGUI.GTreeNode)] : hdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetPrevSibling()] : hdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetNextSibling()] : hdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SetChildIndex(FairyGUI.GTreeNode,System.Int32)] : hdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SwapChildren(FairyGUI.GTreeNode,FairyGUI.GTreeNode)] : hdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SwapChildrenAt(System.Int32,System.Int32)] : hdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::get_numChildren()] : hdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::_SetTree(FairyGUI.GTree)] : hdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.IUISource::get_fileName()] : hdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::set_fileName(System.String)] : hds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IUISource::get_loaded()] : hdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::Load(FairyGUI.UILoadCallback)] : hdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::Cancel()] : hdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.PackageItem::Load()] : hdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.PackageItem::getBranch()] : hdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.PackageItem::getHighResolution()] : hdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PopupMenu::get_onPopup()] : hdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PopupMenu::get_onClose()] : hea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Create(System.String)] : heb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback0)] : hec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback1)] : hed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback1)] : hee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback0)] : hef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::CreateItem(System.String,System.Delegate)] : heg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::AddSeperator()] : heh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::AddSeperator(System.Int32)] : hei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.PopupMenu::GetItemName(System.Int32)] : hej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemText(System.String,System.String)] : hek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemVisible(System.String,System.Boolean)] : hel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemGrayed(System.String,System.Boolean)] : hem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemCheckable(System.String,System.Boolean)] : hen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemChecked(System.String,System.Boolean)] : heo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PopupMenu::isItemChecked(System.String)] : hep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PopupMenu::IsItemChecked(System.String)] : heq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::RemoveItem(System.String)] : her -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::ClearItems()] : hes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.PopupMenu::get_itemCount()] : het -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.PopupMenu::get_contentPane()] : heu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.PopupMenu::get_list()] : hev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Dispose()] : hew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show()] : hex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject)] : hey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,System.Object)] : hez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,FairyGUI.PopupDirection)] : hfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,FairyGUI.PopupDirection,FairyGUI.PopupMenu)] : hfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Hide()] : hfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::ShowSubMenu(FairyGUI.GObject)] : hfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::CloseSubMenu(System.Object)] : hfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__clickItem(FairyGUI.EventContext)] : hff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__addedToStage()] : hfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__removeFromStage()] : hfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__rollOver(FairyGUI.EventContext)] : hfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__showSubMenu(System.Object)] : hfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__rollOut(FairyGUI.EventContext)] : hfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationDef::copyFrom(FairyGUI.RelationDef)] : hfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.RelationItem::get_target()] : hfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::set_target(FairyGUI.GObject)] : hfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::InternalAdd(FairyGUI.RelationType,System.Boolean)] : hfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Remove(FairyGUI.RelationType)] : hfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Dispose()] : hfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RelationItem::get_isEmpty()] : hfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnSelfSizeChanged(System.Single,System.Single,System.Boolean)] : hfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnXYChanged(FairyGUI.RelationDef,System.Single,System.Single)] : hft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnSizeChanged(FairyGUI.RelationDef)] : hfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::AddRefTarget(FairyGUI.GObject)] : hfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ReleaseRefTarget(FairyGUI.GObject)] : hfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::__targetXYChanged(FairyGUI.EventContext)] : hfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::__targetSizeChanged(FairyGUI.EventContext)] : hfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Remove(FairyGUI.GObject,FairyGUI.RelationType)] : hfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Relations::Contains(FairyGUI.GObject)] : hga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::ClearFor(FairyGUI.GObject)] : hgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::ClearAll()] : hgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Dispose()] : hgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::OnOwnerSizeChanged(System.Single,System.Single,System.Boolean)] : hge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Relations::get_isEmpty()] : hgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Setup(FairyGUI.Utils.ByteBuffer,System.Boolean)] : hgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ScrollPane FairyGUI.ScrollPane::get_draggingPane()] : hgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_draggingPane(FairyGUI.ScrollPane)] : hgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetAnimTweenTime(System.Single)] : hgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Setup(FairyGUI.Utils.ByteBuffer)] : hgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Dispose()] : hgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onScroll()] : hgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onScrollEnd()] : hgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullDownRelease()] : hgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullUpRelease()] : hgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_owner()] : hgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GScrollBar FairyGUI.ScrollPane::get_hzScrollBar()] : hgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GScrollBar FairyGUI.ScrollPane::get_vtScrollBar()] : hgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_header()] : hgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_footer()] : hgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_bouncebackEffect()] : hgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_bouncebackEffect(System.Boolean)] : hgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_touchEffect()] : hgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_touchEffect(System.Boolean)] : hgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_inertiaDisabled()] : hgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_inertiaDisabled(System.Boolean)] : hha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_softnessOnTopOrLeftSide()] : hhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_softnessOnTopOrLeftSide(System.Boolean)] : hhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollStep()] : hhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_scrollStep(System.Single)] : hhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_snapToItem()] : hhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_snapToItem(System.Boolean)] : hhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_pageMode()] : hhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_pageMode(System.Boolean)] : hhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.ScrollPane::get_pageController()] : hhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_pageController(FairyGUI.Controller)] : hhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_mouseWheelEnabled()] : hhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_mouseWheelEnabled(System.Boolean)] : hhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_decelerationRate()] : hhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_decelerationRate(System.Single)] : hho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isDragged()] : hhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_percX()] : hhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_percX(System.Single)] : hhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPercX(System.Single,System.Boolean)] : hhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_percY()] : hht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_percY(System.Single)] : hhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPercY(System.Single,System.Boolean)] : hhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_posX()] : hhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_posX(System.Single)] : hhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPosX(System.Single,System.Boolean)] : hhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_posY()] : hhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_posY(System.Single)] : hia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPosY(System.Single,System.Boolean)] : hib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isBottomMost()] : hic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isRightMost()] : hid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.ScrollPane::get_currentPageX()] : hie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_currentPageX(System.Int32)] : hif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetCurrentPageX(System.Int32,System.Boolean)] : hig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.ScrollPane::get_currentPageY()] : hih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_currentPageY(System.Int32)] : hii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetCurrentPageY(System.Int32,System.Boolean)] : hij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollingPosX()] : hik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollingPosY()] : hil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_contentWidth()] : him -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_contentHeight()] : hin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_viewWidth()] : hio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_viewWidth(System.Single)] : hip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_viewHeight()] : hiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_viewHeight(System.Single)] : hir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollTop()] : his -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollTop(System.Boolean)] : hit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollBottom()] : hiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollBottom(System.Boolean)] : hiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollUp()] : hiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollUp(System.Single,System.Boolean)] : hix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollDown()] : hiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollDown(System.Single,System.Boolean)] : hiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollLeft()] : hja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollLeft(System.Single,System.Boolean)] : hjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollRight()] : hjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollRight(System.Single,System.Boolean)] : hjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject)] : hje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean)] : hjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean,System.Boolean)] : hjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(UnityEngine.Rect,System.Boolean,System.Boolean)] : hjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::IsChildInView(FairyGUI.GObject)] : hji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::CancelDragging()] : hjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LockHeader(System.Int32)] : hjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LockFooter(System.Int32)] : hjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::OnOwnerSizeChanged()] : hjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::HandleControllerChanged(FairyGUI.Controller)] : hjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdatePageController()] : hjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::AdjustMaskContainer()] : hjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetSize(System.Single,System.Single)] : hjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetContentSize(System.Single,System.Single)] : hjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ChangeContentSizeOnScrolling(System.Single,System.Single,System.Single,System.Single)] : hjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::HandleSizeChanged()] : hjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::PosChanged(System.Boolean)] : hju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Refresh()] : hjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Refresh2()] : hjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchBegin(FairyGUI.EventContext)] : hjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchMove(FairyGUI.EventContext)] : hjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchEnd(FairyGUI.EventContext)] : hjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__mouseWheel(FairyGUI.EventContext)] : hka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__rollOver()] : hkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__rollOut()] : hkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateClipSoft()] : hkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarPos()] : hke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarVisible()] : hkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarVisible2(FairyGUI.GScrollBar)] : hkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__barTweenComplete(FairyGUI.GTweener)] : hkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::GetLoopPartSize(System.Single,System.Int32)] : hki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::LoopCheckingCurrent()] : hkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&)] : hkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&,System.Int32)] : hkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingNewPos(System.Single&,System.Int32)] : hkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::AlignPosition(UnityEngine.Vector2&,System.Boolean)] : hkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::AlignByPage(System.Single,System.Int32,System.Boolean)] : hko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.ScrollPane::UpdateTargetAndDuration(UnityEngine.Vector2)] : hkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::UpdateTargetAndDuration(System.Single,System.Int32)] : hkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::FixDuration(System.Int32,System.Single)] : hkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::StartTween(System.Int32)] : hks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::KillTween()] : hkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::CheckRefreshBar()] : hku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::TweenUpdate(System.Object)] : hkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::RunTween(System.Int32)] : hkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::EaseFunc(System.Single,System.Single)] : hkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition/<>c__DisplayClass78_0::b__0()] : hky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Transition::get_name()] : hkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_name(System.String)] : hla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play()] : hlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(FairyGUI.PlayCompleteCallback)] : hlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)] : hld -[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)] : hle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse()] : hlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse(FairyGUI.PlayCompleteCallback)] : hlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)] : hlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ChangePlayTimes(System.Int32)] : hli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetAutoPlay(System.Boolean,System.Int32,System.Single)] : hlj -[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)] : hlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Stop()] : hll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Stop(System.Boolean,System.Boolean)] : hlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::StopItem(FairyGUI.TransitionItem,System.Boolean)] : hln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetPaused(System.Boolean)] : hlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Dispose()] : hlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Transition::get_playing()] : hlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::get_totalDuration()] : hlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetValue(System.String,System.Object[])] : hls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetHook(System.String,FairyGUI.TransitionHook)] : hlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ClearHooks()] : hlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetTarget(System.String,FairyGUI.GObject)] : hlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetDuration(System.String,System.Single)] : hlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::GetLabelTime(System.String)] : hlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::get_timeScale()] : hly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_timeScale(System.Single)] : hlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Transition::get_ignoreEngineTimeScale()] : hma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_ignoreEngineTimeScale(System.Boolean)] : hmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::UpdateFromRelations(System.String,System.Single,System.Single)] : hmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnOwnerAddedToStage()] : hmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnOwnerRemovedFromStage()] : hme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnDelayedPlay()] : hmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::InternalPlay()] : hmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayItem(FairyGUI.TransitionItem)] : hmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SkipAnimations()] : hmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnDelayedPlayItem(FairyGUI.GTweener)] : hmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenStart(FairyGUI.GTweener)] : fqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenUpdate(FairyGUI.GTweener)] : fqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenComplete(FairyGUI.GTweener)] : fqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnPlayTransCompleted(FairyGUI.TransitionItem)] : hmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::CallHook(FairyGUI.TransitionItem,System.Boolean)] : hml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::CheckAllComplete()] : hmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ApplyValue(FairyGUI.TransitionItem)] : hmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Setup(FairyGUI.Utils.ByteBuffer)] : hmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::DecodeValue(FairyGUI.TransitionItem,FairyGUI.Utils.ByteBuffer,System.Object)] : hmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetCompleteEvent(FairyGUI.PlayCompleteCallback)] : hmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::Copy(FairyGUI.TValue)] : hmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TValue::get_vec2()] : hms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_vec2(UnityEngine.Vector2)] : hmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector4 FairyGUI.TValue::get_vec4()] : hmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_vec4(UnityEngine.Vector4)] : hmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TValue::get_color()] : hmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_color(UnityEngine.Color)] : hmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TranslationHelper::HasMultiLangData()] : hmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TranslationHelper::GetLangTextByName(System.String,System.String)] : hmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TranslationHelper::LoadFromXML(FairyGUI.Utils.XML)] : hna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TranslationHelper::TranslateComponent(FairyGUI.PackageItem)] : hnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::get_parent()] : hnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_parent(FairyGUI.TreeNode)] : hnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeView FairyGUI.TreeNode::get_tree()] : hne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_tree(FairyGUI.TreeView)] : hnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.TreeNode::get_cell()] : hng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_cell(FairyGUI.GComponent)] : hnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::get_level()] : hni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_level(System.Int32)] : hnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TreeNode::get_expanded()] : hnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_expanded(System.Boolean)] : hnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TreeNode::get_isFolder()] : hnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TreeNode::get_text()] : hnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::AddChild(FairyGUI.TreeNode)] : hno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::AddChildAt(FairyGUI.TreeNode,System.Int32)] : hnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChild(FairyGUI.TreeNode)] : hnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChildAt(System.Int32)] : hnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::RemoveChildren(System.Int32,System.Int32)] : hns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetChildAt(System.Int32)] : hnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::GetChildIndex(FairyGUI.TreeNode)] : hnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetPrevSibling()] : hnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetNextSibling()] : hnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SetChildIndex(FairyGUI.TreeNode,System.Int32)] : hnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SwapChildren(FairyGUI.TreeNode,FairyGUI.TreeNode)] : hny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SwapChildrenAt(System.Int32,System.Int32)] : hnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::get_numChildren()] : hoa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SetTree(FairyGUI.TreeView)] : hob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.TreeView::get_list()] : hoc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_list(FairyGUI.GList)] : hod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeView::get_root()] : hoe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_root(FairyGUI.TreeNode)] : hof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.TreeView::get_onClickNode()] : hog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_onClickNode(FairyGUI.EventListener)] : hoh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.TreeView::get_onRightClickNode()] : hoi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_onRightClickNode(FairyGUI.EventListener)] : hoj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeView::GetSelectedNode()] : hok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TreeView::GetSelection()] : hol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AddSelection(FairyGUI.TreeNode,System.Boolean)] : hom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::RemoveSelection(FairyGUI.TreeNode)] : hon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::ClearSelection()] : hoo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::GetNodeIndex(FairyGUI.TreeNode)] : hop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::UpdateNode(FairyGUI.TreeNode)] : hoq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::UpdateNodes(System.Collections.Generic.List`1)] : hor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::ExpandAll(FairyGUI.TreeNode)] : hos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::CollapseAll(FairyGUI.TreeNode)] : hot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::CreateCell(FairyGUI.TreeNode)] : hou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterInserted(FairyGUI.TreeNode)] : hov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::GetInsertIndexForNode(FairyGUI.TreeNode)] : how -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterRemoved(FairyGUI.TreeNode)] : hox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterExpanded(FairyGUI.TreeNode)] : hoy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterCollapsed(FairyGUI.TreeNode)] : hoz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterMoved(FairyGUI.TreeNode)] : hpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::CheckChildren(FairyGUI.TreeNode,System.Int32)] : hpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::HideFolderNode(FairyGUI.TreeNode)] : hpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::RemoveNode(FairyGUI.TreeNode)] : hpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::__clickExpandButton(FairyGUI.EventContext)] : hpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::__clickItem(FairyGUI.EventContext)] : hpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig/ConfigValue::Reset()] : hpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::Load()] : hph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::SetDefaultValue(FairyGUI.UIConfig/ConfigKey,FairyGUI.UIConfig/ConfigValue)] : hpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::ClearResourceRefs()] : hpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::ApplyModifiedProperties()] : hpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::ApplyModifiedProperties()] : hpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::ApplyChange()] : hpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::UpdateScaleLevel()] : hpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIObjectFactory/<>c__DisplayClass4_0::b__0()] : hpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.UIObjectFactory/<>c__DisplayClass6_0::b__0()] : hpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,System.Type)] : hpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,FairyGUI.UIObjectFactory/GComponentCreator)] : hpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(System.Type)] : hps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(FairyGUI.UIObjectFactory/GLoaderCreator)] : hpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::ResolvePackageItemExtension(FairyGUI.PackageItem)] : hpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::Clear()] : hpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.PackageItem,System.Type)] : hpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.ObjectType)] : hpx -[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&)] : hpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage/<>c__DisplayClass93_0::b__0(FairyGUI.NTexture)] : hpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::add_onReleaseResource(System.Action`1)] : hqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::remove_onReleaseResource(System.Action`1)] : hqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_id()] : hqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_id(System.String)] : hqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_name()] : hqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_name(System.String)] : hqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_branch()] : hqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_branch(System.String)] : hqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::GetVar(System.String)] : hqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetVar(System.String,System.String)] : hqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::GetById(System.String)] : hqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::GetByName(System.String)] : hql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle)] : hqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle,UnityEngine.AssetBundle)] : hqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle,UnityEngine.AssetBundle,System.String)] : hqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String)] : hqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String,FairyGUI.UIPackage/LoadResource)] : hqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.Byte[],System.String,FairyGUI.UIPackage/LoadResource)] : hqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.Byte[],System.String,FairyGUI.UIPackage/LoadResourceAsync)] : hqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::RemovePackage(System.String)] : hqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::RemoveAllPackages()] : hqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.UIPackage::GetPackages()] : hqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String)] : hqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String,System.Type)] : hqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String)] : hqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String,System.Type)] : hqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,System.String,FairyGUI.UIPackage/CreateObjectCallback)] : hra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectFromURL(System.String,FairyGUI.UIPackage/CreateObjectCallback)] : hrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(System.String,System.String)] : hrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAssetByURL(System.String)] : hrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::GetItemURL(System.String,System.String)] : hre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByURL(System.String)] : hrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::NormalizeURL(System.String)] : hrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetStringsSource(FairyGUI.Utils.XML)] : hrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_assetPath()] : hri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_customId()] : hrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_customId(System.String)] : hrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle FairyGUI.UIPackage::get_resBundle()] : hrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2[] FairyGUI.UIPackage::get_dependencies()] : hrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.UIPackage::LoadPackage(FairyGUI.Utils.ByteBuffer,System.String)] : hrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPackage::ComparePackageItem(FairyGUI.PackageItem,FairyGUI.PackageItem)] : hro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadAllAssets()] : hrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::UnloadAssets()] : hrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::ReloadAssets()] : hrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::ReloadAssets(UnityEngine.AssetBundle)] : hrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::Dispose()] : hrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String)] : hru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.Type)] : hrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,FairyGUI.UIPackage/CreateObjectCallback)] : hrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(FairyGUI.PackageItem,System.Type)] : hrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(System.String)] : hry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.UIPackage::GetItems()] : hrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItem(System.String)] : hsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByName(System.String)] : hsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(FairyGUI.PackageItem)] : hsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetItemAsset(FairyGUI.PackageItem,System.Object,FairyGUI.DestroyMethod)] : hsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadAtlas(FairyGUI.PackageItem)] : hse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadImage(FairyGUI.PackageItem)] : hsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadSound(FairyGUI.PackageItem)] : hsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.UIPackage::LoadBinary(FairyGUI.PackageItem)] : hsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadMovieClip(FairyGUI.PackageItem)] : hsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadFont(FairyGUI.PackageItem)] : hsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadSpine(FairyGUI.PackageItem)] : hsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadDragonBones(FairyGUI.PackageItem)] : hsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.UIPainter::get_container()] : hsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::set_container(FairyGUI.Container)] : hsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CreateContainer()] : hso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::SetSortingOrder(System.Int32,System.Boolean)] : hsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIPainter::get_ui()] : hsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CreateUI()] : hsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::Capture()] : hss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::DestroyTexture()] : hst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CaptureInEditMode()] : hsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::ApplyModifiedProperties(System.Boolean)] : hsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::OnUpdateSource(System.Object[])] : hsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPainter::get_EM_sortingOrder()] : fvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_BeforeUpdate()] : fvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_Update(FairyGUI.UpdateContext)] : fvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_Reload()] : fvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::b__26_0()] : hsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.UIPanel::get_container()] : hsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::set_container(FairyGUI.Container)] : hsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateContainer()] : hta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIPanel::get_ui()] : htb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI()] : htc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::SetSortingOrder(System.Int32,System.Boolean)] : htd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::SetHitTestMode(FairyGUI.HitTestMode)] : hte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CacheNativeChildrenRenderers()] : htf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI_PlayMode()] : htg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::UpdateHitArea()] : hth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI_EditMode()] : hti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::HandleScreenSizeChanged()] : htj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::OnUpdateSource(System.Object[])] : htk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::ApplyModifiedProperties(System.Boolean,System.Boolean)] : htl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::MoveUI(UnityEngine.Vector3)] : htm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.UIPanel::GetUIWorldPosition()] : htn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPanel::get_EM_sortingOrder()] : fvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_BeforeUpdate()] : fvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_Update(FairyGUI.UpdateContext)] : fvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_Reload()] : fvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::b__29_0()] : hto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::AddUISource(FairyGUI.IUISource)] : htp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_contentPane(FairyGUI.GComponent)] : htq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Window::get_contentPane()] : htr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Window::get_frame()] : hts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_closeButton()] : htt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_closeButton(FairyGUI.GObject)] : htu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_dragArea()] : htv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_dragArea(FairyGUI.GObject)] : htw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_contentArea()] : htx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_contentArea(FairyGUI.GObject)] : hty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_modalWaitingPane()] : htz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Show()] : hua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowOn(FairyGUI.GRoot)] : hub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Hide()] : huc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::HideImmediately()] : hud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::CenterOn(FairyGUI.GRoot,System.Boolean)] : hue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ToggleStatus()] : huf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_isShowing()] : hug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_isTop()] : huh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_modal()] : hui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_modal(System.Boolean)] : huj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::BringToFront()] : huk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowModalWait()] : hul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowModalWait(System.Int32)] : hum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::LayoutModalWaitPane()] : hun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::CloseModalWait()] : huo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::CloseModalWait(System.Int32)] : hup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_modalWaiting()] : huq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Init()] : hur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnInit()] : hus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnShown()] : hut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnHide()] : huu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::DoShowAnimation()] : huv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::DoHideAnimation()] : huw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__uiLoadComplete()] : hux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::_init()] : huy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Dispose()] : fyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::closeEventHandler(FairyGUI.EventContext)] : huz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__addedToStage()] : hva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__removeFromStage()] : hvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__touchBegin(FairyGUI.EventContext)] : hvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__dragStart(FairyGUI.EventContext)] : hvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Timers FairyGUI.Timers::get_inst()] : hve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback)] : hvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback,System.Object)] : hvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback)] : hvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback,System.Object)] : hvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::StartCoroutine(System.Collections.IEnumerator)] : hvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Timers::Exists(FairyGUI.TimerCallback)] : hvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Remove(FairyGUI.TimerCallback)] : hvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Anymous_T FairyGUI.Timers::GetFromPool()] : hvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::ReturnToPool(FairyGUI.Anymous_T)] : hvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Update()] : hvo -[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)] : hvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::get_position()] : hvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::set_position(System.Int32)] : hvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::get_length()] : hvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::get_bytesAvailable()] : hvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::get_buffer()] : hvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::set_buffer(System.Byte[])] : hvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::Skip(System.Int32)] : hvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte FairyGUI.Utils.ByteBuffer::ReadByte()] : hvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Byte[],System.Int32,System.Int32)] : hvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Int32)] : hvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.ByteBuffer FairyGUI.Utils.ByteBuffer::ReadBuffer()] : hwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.Utils.ByteBuffer::ReadChar()] : hwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()] : hwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()] : hwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt16 FairyGUI.Utils.ByteBuffer::ReadUshort()] : hwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::ReadInt()] : hwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.Utils.ByteBuffer::ReadUint()] : hwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.ByteBuffer::ReadFloat()] : hwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 FairyGUI.Utils.ByteBuffer::ReadLong()] : hwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.Utils.ByteBuffer::ReadDouble()] : hwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadString()] : hwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadString(System.Int32)] : hwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadS()] : hwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.ByteBuffer::ReadSArray(System.Int32)] : hwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Utils.ByteBuffer::ReadPath()] : hwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::WriteS(System.String)] : hwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ByteBuffer::ReadColor()] : hwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::Seek(System.Int32,System.Int32)] : hwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Utils.HtmlButton::get_button()] : hws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::set_button(FairyGUI.GComponent)] : hwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlButton::get_displayObject()] : hwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlButton::get_element()] : hwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlButton::get_width()] : hww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlButton::get_height()] : hwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::SetPosition(System.Single,System.Single)] : hwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Remove()] : hxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Release()] : hxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Dispose()] : hxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::<.ctor>b__9_0(FairyGUI.EventContext)] : hxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.Utils.HtmlElement::Get(System.String)] : hxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::Set(System.String,System.Object)] : hxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.HtmlElement::GetString(System.String)] : hxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.HtmlElement::GetString(System.String,System.String)] : hxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String)] : hxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String,System.Int32)] : hxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String)] : hxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String,System.Single)] : hxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String)] : hxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String,System.Boolean)] : hxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.HtmlElement::GetColor(System.String,UnityEngine.Color)] : hxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::FetchAttributes()] : hxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::get_isEntity()] : hxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlElement::GetElement(FairyGUI.Utils.HtmlElementType)] : hxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::ReturnElement(FairyGUI.Utils.HtmlElement)] : hxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::ReturnElements(System.Collections.Generic.List`1)] : hxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.Utils.HtmlImage::get_loader()] : hxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::set_loader(FairyGUI.GLoader)] : hxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlImage::get_displayObject()] : hwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlImage::get_element()] : hwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlImage::get_width()] : hww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlImage::get_height()] : hwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::SetPosition(System.Single,System.Single)] : hwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Remove()] : hxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Release()] : hxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Dispose()] : hxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextInput FairyGUI.Utils.HtmlInput::get_textInput()] : hxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::set_textInput(FairyGUI.GTextInput)] : hxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlInput::get_displayObject()] : hwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlInput::get_element()] : hwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlInput::get_width()] : hww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlInput::get_height()] : hwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::SetPosition(System.Single,System.Single)] : hwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Remove()] : hxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Release()] : hxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Dispose()] : hxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlLink::get_displayObject()] : hwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlLink::get_element()] : hwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlLink::get_width()] : hww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlLink::get_height()] : hwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hwy -[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)] : hxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::SetPosition(System.Single,System.Single)] : hwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Remove()] : hxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Release()] : hxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Dispose()] : hxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_0(FairyGUI.EventContext)] : hxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_1(FairyGUI.EventContext)] : hya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_2()] : hyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlObject FairyGUI.Utils.HtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject)] : hyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Utils.HtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage)] : hye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture)] : hyf -[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)] : hyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::PushTextFormat()] : hyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::PopTextFormat()] : hyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlParser::IsNewLine()] : hyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::AppendText(System.String)] : hyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComboBox FairyGUI.Utils.HtmlSelect::get_comboBox()] : hyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::set_comboBox(FairyGUI.GComboBox)] : hym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlSelect::get_displayObject()] : hwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlSelect::get_element()] : hwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlSelect::get_width()] : hww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlSelect::get_height()] : hwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::SetPosition(System.Single,System.Single)] : hwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Remove()] : hxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Release()] : hxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Dispose()] : hxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::<.ctor>b__9_0()] : hyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.IHtmlObject::get_width()] : hww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.IHtmlObject::get_height()] : hwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject()] : hwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.IHtmlObject::get_element()] : hwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::SetPosition(System.Single,System.Single)] : hwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Remove()] : hxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Release()] : hxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Dispose()] : hxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlObject FairyGUI.Utils.IHtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject)] : hyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Utils.IHtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage)] : hye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture)] : hyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ConvertFromHtmlColor(System.String)] : hyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGB(System.Int32)] : hyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGBA(System.UInt32)] : hyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ToolSet::CharToHex(System.Char)] : hyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Utils.ToolSet::Intersection(UnityEngine.Rect&,UnityEngine.Rect&)] : hys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Utils.ToolSet::Union(UnityEngine.Rect&,UnityEngine.Rect&)] : hyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::SetParent(UnityEngine.Transform,UnityEngine.Transform)] : hyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::SkewMatrix(UnityEngine.Matrix4x4&,System.Single,System.Single)] : hyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::RotateUV(UnityEngine.Vector2[],UnityEngine.Rect&)] : hyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_URL(System.String,System.Boolean,System.String)] : hyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_IMG(System.String,System.Boolean,System.String)] : hyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_Simple(System.String,System.Boolean,System.String)] : hyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_COLOR(System.String,System.Boolean,System.String)] : hza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_FONT(System.String,System.Boolean,System.String)] : hzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_SIZE(System.String,System.Boolean,System.String)] : hzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_ALIGN(System.String,System.Boolean,System.String)] : hzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::GetTagText(System.Boolean)] : hze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::Parse(System.String)] : hzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XML::Create(System.String)] : hzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Utils.XML::get_attributes()] : hzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::HasAttribute(System.String)] : hzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::GetAttribute(System.String)] : hzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::GetAttribute(System.String,System.String)] : hzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String)] : hzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String,System.Int32)] : hzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String)] : hzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String,System.Single)] : hzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String)] : hzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String,System.Boolean)] : hzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String)] : hzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String,System.Char)] : hzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.XML::GetAttributeColor(System.String,UnityEngine.Color)] : hzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Utils.XML::GetAttributeVector(System.String)] : hzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.String)] : hzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Boolean)] : hzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Int32)] : hzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Single)] : hzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveAttribute(System.String)] : hzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XML::GetNode(System.String)] : iaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::get_elements()] : iab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements()] : iac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements(System.String)] : iad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::AppendChild(FairyGUI.Utils.XML)] : iae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveChild(FairyGUI.Utils.XML)] : iaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveChildren(System.String)] : iag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::Parse(System.String)] : iah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::Reset()] : iai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::ToXMLString(System.Boolean)] : iaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::ToXMLString(System.Text.StringBuilder,System.Int32)] : iak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLIterator::Begin(System.String,System.Boolean)] : ial -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::NextTag()] : iam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetTagSource()] : ian -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetRawText(System.Boolean)] : iao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetText(System.Boolean)] : iap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::HasAttribute(System.String)] : iaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String)] : iar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String,System.String)] : ias -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String)] : iat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String,System.Int32)] : iau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String)] : iav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String,System.Single)] : iaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String)] : iax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String,System.Boolean)] : iay -[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)] : iaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Hashtable FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Hashtable)] : iba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLIterator::ParseAttributes(System.Collections.IDictionary)] : ibb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XMLList/Enumerator::get_Current()] : ibc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList/Enumerator::Erase()] : ibd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList/Enumerator::Reset()] : ibe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLList/<>c__DisplayClass14_0::b__0(FairyGUI.Utils.XML)] : ibf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::Clear()] : ibg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLList::get_Count()] : ibh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XMLList::Filter(System.String)] : ibi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XMLList::Find(System.String)] : ibj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::RemoveAll(System.String)] : ibk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLUtils::DecodeString(System.String)] : ibl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLUtils::EncodeString(System.Text.StringBuilder,System.Int32,System.Boolean)] : ibm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLUtils::EncodeString(System.String,System.Boolean)] : ibn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ZipReader::get_entryCount()] : ibo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ZipReader::GetNextEntry(FairyGUI.Utils.ZipReader/ZipEntry)] : ibp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ZipReader::GetEntryData(FairyGUI.Utils.ZipReader/ZipEntry)] : ibq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.btn_claim FGUI.ZM_Tasks_13.btn_claim::CreateInstance()] : ibr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.btn_claim::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.btn_task_tab FGUI.ZM_Tasks_13.btn_task_tab::CreateInstance()] : ibs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.btn_task_tab::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.com_taskView FGUI.ZM_Tasks_13.com_taskView::CreateInstance()] : ibt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.com_taskView::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.com_task_item FGUI.ZM_Tasks_13.com_task_item::CreateInstance()] : ibu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.com_task_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.com_task_reward FGUI.ZM_Tasks_13.com_task_reward::CreateInstance()] : ibv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.com_task_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.ZM_Tasks_13Binder::BindAll()] : ibw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_account FGUI.ZM_Petty.com_account::CreateInstance()] : ibx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_account::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_detail FGUI.ZM_Petty.com_detail::CreateInstance()] : iby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_detail::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_email FGUI.ZM_Petty.com_email::CreateInstance()] : ibz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_email::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_firstName FGUI.ZM_Petty.com_firstName::CreateInstance()] : ica -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_firstName::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_get_panel FGUI.ZM_Petty.com_get_panel::CreateInstance()] : icb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_get_panel::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_lastName FGUI.ZM_Petty.com_lastName::CreateInstance()] : icc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_lastName::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_petty_award FGUI.ZM_Petty.com_petty_award::CreateInstance()] : icd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_petty_award::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_scond_confirm FGUI.ZM_Petty.com_scond_confirm::CreateInstance()] : ice -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_scond_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.ZM_PettyBinder::BindAll()] : icf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Pass_14.com_item_award FGUI.ZM_Pass_14.com_item_award::CreateInstance()] : icg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Pass_14.com_item_award::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Pass_14.com_pass_item FGUI.ZM_Pass_14.com_pass_item::CreateInstance()] : ich -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Pass_14.com_pass_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Pass_14.progress_pass FGUI.ZM_Pass_14.progress_pass::CreateInstance()] : ici -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Pass_14.progress_pass::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Pass_14.ZM_Pass_14Binder::BindAll()] : icj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_H5_15.btn_fly FGUI.ZM_H5_15.btn_fly::CreateInstance()] : ick -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.btn_fly::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_H5_15.btn_icon FGUI.ZM_H5_15.btn_icon::CreateInstance()] : icl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.btn_icon::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_H5_15.com_top FGUI.ZM_H5_15.com_top::CreateInstance()] : icm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.com_top::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_H5_15.com_webview FGUI.ZM_H5_15.com_webview::CreateInstance()] : icn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.com_webview::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.ZM_H5_15Binder::BindAll()] : ico -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.btn_max FGUI.ZM_AddCell_12.btn_max::CreateInstance()] : icp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.btn_max::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.btn_watchAd_ FGUI.ZM_AddCell_12.btn_watchAd_::CreateInstance()] : icq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.btn_watchAd_::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.com_addnew FGUI.ZM_AddCell_12.com_addnew::CreateInstance()] : icr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.com_addnew::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.com_addView_new FGUI.ZM_AddCell_12.com_addView_new::CreateInstance()] : ics -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.com_addView_new::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.com_goldreward FGUI.ZM_AddCell_12.com_goldreward::CreateInstance()] : ict -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.com_goldreward::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.ZM_AddCell_12Binder::BindAll()] : icu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Treasure_19.btn_receive FGUI.Treasure_19.btn_receive::CreateInstance()] : icv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.btn_receive::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Treasure_19.com_treasure FGUI.Treasure_19.com_treasure::CreateInstance()] : icw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.com_treasure::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Treasure_19.icon FGUI.Treasure_19.icon::CreateInstance()] : icx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.icon::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.Treasure_19Binder::BindAll()] : icy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Treasure_19.treasure_item FGUI.Treasure_19.treasure_item::CreateInstance()] : icz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.treasure_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Toast_23.com_tips FGUI.Toast_23.com_tips::CreateInstance()] : ida -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Toast_23.com_tips::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Toast_23.com_word FGUI.Toast_23.com_word::CreateInstance()] : idb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Toast_23.com_word::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Toast_23.Toast_23Binder::BindAll()] : idc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_code FGUI.tixian.btn_code::CreateInstance()] : idd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_code::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_confirm FGUI.tixian.btn_confirm::CreateInstance()] : ide -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_edit FGUI.tixian.btn_edit::CreateInstance()] : idf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_edit::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_get FGUI.tixian.btn_get::CreateInstance()] : idg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_get::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_getcash FGUI.tixian.btn_getcash::CreateInstance()] : idh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_getcash::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_kicket FGUI.tixian.btn_kicket::CreateInstance()] : idi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_kicket::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_pay FGUI.tixian.btn_pay::CreateInstance()] : idj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_pay::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_top FGUI.tixian.btn_top::CreateInstance()] : idk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_top::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.cash_levelcom FGUI.tixian.cash_levelcom::CreateInstance()] : idl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.cash_levelcom::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_broadcast FGUI.tixian.com_broadcast::CreateInstance()] : idm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_broadcast::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_confirm FGUI.tixian.com_confirm::CreateInstance()] : idn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_cord FGUI.tixian.com_cord::CreateInstance()] : ido -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_cord::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_cord_new FGUI.tixian.com_cord_new::CreateInstance()] : idp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_cord_new::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_enter FGUI.tixian.com_enter::CreateInstance()] : idq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_enter::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_firstname FGUI.tixian.com_firstname::CreateInstance()] : idr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_firstname::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_info FGUI.tixian.com_info::CreateInstance()] : ids -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_info::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_lastname FGUI.tixian.com_lastname::CreateInstance()] : idt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_lastname::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_newRecord FGUI.tixian.com_newRecord::CreateInstance()] : idu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_newRecord::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_rank FGUI.tixian.com_rank::CreateInstance()] : idv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_rank::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_record FGUI.tixian.com_record::CreateInstance()] : idw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_record::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_redeem_code FGUI.tixian.com_redeem_code::CreateInstance()] : idy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_redeem_code::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_regulation FGUI.tixian.com_regulation::CreateInstance()] : idz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_regulation::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_saveingpot FGUI.tixian.com_saveingpot::CreateInstance()] : iea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_task FGUI.tixian.com_task::CreateInstance()] : ieb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_task::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_ticket_item FGUI.tixian.com_ticket_item::CreateInstance()] : iec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_ticket_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.level_btn FGUI.tixian.level_btn::CreateInstance()] : ied -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.level_btn::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.tixian.tixianBinder::BindAll()] : iee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.threeDaysGift.com_item FGUI.threeDaysGift.com_item::CreateInstance()] : ief -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.threeDaysGift.com_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.threeDaysGift.com_three_days FGUI.threeDaysGift.com_three_days::CreateInstance()] : ieg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.threeDaysGift.com_three_days::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.threeDaysGift.item_reward FGUI.threeDaysGift.item_reward::CreateInstance()] : ieh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.threeDaysGift.item_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.threeDaysGift.threeDaysGiftBinder::BindAll()] : iei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Signin_19.btn_sign FGUI.Signin_19.btn_sign::CreateInstance()] : iej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Signin_19.btn_sign::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Signin_19.com_sign_in FGUI.Signin_19.com_sign_in::CreateInstance()] : iek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Signin_19.com_sign_in::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Signin_19.Signin_19Binder::BindAll()] : iel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.btn_collect FGUI.rank.btn_collect::CreateInstance()] : iem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.btn_collect::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.btn_head FGUI.rank.btn_head::CreateInstance()] : ien -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.btn_head::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.btn_task_tab FGUI.rank.btn_task_tab::CreateInstance()] : ieo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.btn_task_tab::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.com_rank_reward FGUI.rank.com_rank_reward::CreateInstance()] : iep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.com_rank_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.com_rank_rule FGUI.rank.com_rank_rule::CreateInstance()] : ieq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.com_rank_rule::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.com_rank_view FGUI.rank.com_rank_view::CreateInstance()] : ier -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.com_rank_view::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.point_item FGUI.rank.point_item::CreateInstance()] : ies -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.point_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.point_item2 FGUI.rank.point_item2::CreateInstance()] : iet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.point_item2::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.rank.rankBinder::BindAll()] : ieu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.rank_item FGUI.rank.rank_item::CreateInstance()] : iev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.rank_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.rank_item2 FGUI.rank.rank_item2::CreateInstance()] : iew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.rank_item2::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.rank_panel FGUI.rank.rank_panel::CreateInstance()] : iex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.rank_panel::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.rank_panel_partent FGUI.rank.rank_panel_partent::CreateInstance()] : iey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.rank_panel_partent::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.com_item_award FGUI.P14_PassView.com_item_award::CreateInstance()] : iez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.com_item_award::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.com_passunlock FGUI.P14_PassView.com_passunlock::CreateInstance()] : ifa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.com_passunlock::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.com_pass_item FGUI.P14_PassView.com_pass_item::CreateInstance()] : ifb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.com_pass_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.com_pass_view FGUI.P14_PassView.com_pass_view::CreateInstance()] : ifc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.com_pass_view::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.P14_PassViewBinder::BindAll()] : ifd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.progress_pass FGUI.P14_PassView.progress_pass::CreateInstance()] : ife -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.progress_pass::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Loading_25.com_loading FGUI.Loading_25.com_loading::CreateInstance()] : iff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Loading_25.com_loading::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Loading_25.com_pb FGUI.Loading_25.com_pb::CreateInstance()] : ifg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Loading_25.com_pb::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Loading_25.Loading_25Binder::BindAll()] : ifh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Img_02.com_loadingBg FGUI.Img_02.com_loadingBg::CreateInstance()] : ifi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Img_02.com_loadingBg::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Img_02.Img_02Binder::BindAll()] : ifj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Fx_502.com_FX FGUI.Fx_502.com_FX::CreateInstance()] : ifk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Fx_502.com_FX::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Fx_502.Fx_502Binder::BindAll()] : ifl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.failpack.com_resurgence FGUI.failpack.com_resurgence::CreateInstance()] : ifm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.failpack.com_resurgence::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.failpack.failpackBinder::BindAll()] : ifn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Egg_20.com_egg FGUI.Egg_20.com_egg::CreateInstance()] : ifo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Egg_20.com_egg::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Egg_20.com_egg_item FGUI.Egg_20.com_egg_item::CreateInstance()] : ifp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Egg_20.com_egg_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Egg_20.Egg_20Binder::BindAll()] : ifq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.bkg_reward_newBinder::BindAll()] : ifr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_coin FGUI.bkg_reward_new.com_reward_coin::CreateInstance()] : ifs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_coin::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_moveout FGUI.bkg_reward_new.com_reward_moveout::CreateInstance()] : ift -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_moveout::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_mul FGUI.bkg_reward_new.com_reward_mul::CreateInstance()] : ifu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_mul::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_refresh FGUI.bkg_reward_new.com_reward_refresh::CreateInstance()] : ifv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_refresh::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_undo FGUI.bkg_reward_new.com_reward_undo::CreateInstance()] : ifw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_undo::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.bkg_jiluBinder::BindAll()] : ifx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_jilu FGUI.bkg_jilu.com_jilu::CreateInstance()] : ify -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_jilu::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_panel FGUI.bkg_jilu.com_panel::CreateInstance()] : ifz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_panel::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_record_item FGUI.bkg_jilu.com_record_item::CreateInstance()] : iga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_record_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_Theme.Arrow_ThemeBinder::BindAll()] : igb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_Theme.btn_switch FGUI.Arrow_Theme.btn_switch::CreateInstance()] : igc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_Theme.btn_switch::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_Theme.com_theme FGUI.Arrow_Theme.com_theme::CreateInstance()] : igd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_Theme.com_theme::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.ArrorPoint FGUI.Arrow_game.ArrorPoint::CreateInstance()] : ige -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.ArrorPoint::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.ArrowEnd FGUI.Arrow_game.ArrowEnd::CreateInstance()] : igf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.ArrowEnd::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.Arrow_gameBinder::BindAll()] : igg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.btn_green FGUI.Arrow_game.btn_green::CreateInstance()] : igh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.btn_green::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.btn_petty FGUI.Arrow_game.btn_petty::CreateInstance()] : igi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.btn_petty::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.btn_saveingpot FGUI.Arrow_game.btn_saveingpot::CreateInstance()] : igj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.btn_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.btn_watch FGUI.Arrow_game.btn_watch::CreateInstance()] : igk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.btn_watch::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_arrow_game FGUI.Arrow_game.com_arrow_game::CreateInstance()] : igl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_arrow_game::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_bottom FGUI.Arrow_game.com_bottom::CreateInstance()] : igm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_bottom::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_finger FGUI.Arrow_game.com_finger::CreateInstance()] : ign -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_finger::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_flicker FGUI.Arrow_game.com_flicker::CreateInstance()] : igo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_flicker::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_tips FGUI.Arrow_game.com_tips::CreateInstance()] : igp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_tips::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.HeartsPanel FGUI.Arrow_game.HeartsPanel::CreateInstance()] : igq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.HeartsPanel::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.LineTile FGUI.Arrow_game.LineTile::CreateInstance()] : igr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.LineTile::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.view_container_parent FGUI.Arrow_game.view_container_parent::CreateInstance()] : igs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.view_container_parent::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.btn_go1 FGUI.Turntable_11.btn_go1::CreateInstance()] : igt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.btn_go1::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.com_coin FGUI.Turntable_11.com_coin::CreateInstance()] : igu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.com_coin::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.btn_go FGUI.Turntable_11.btn_go::CreateInstance()] : igv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.btn_go::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.com_disc FGUI.Turntable_11.com_disc::CreateInstance()] : igw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.com_disc::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.com_wheel FGUI.Turntable_11.com_wheel::CreateInstance()] : igx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.com_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.Turntable_11Binder::BindAll()] : igy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.btn_buy FGUI.store_17.btn_buy::CreateInstance()] : igz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.btn_buy::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.btn_watchAd1 FGUI.store_17.btn_watchAd1::CreateInstance()] : iha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.btn_watchAd1::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.buygold_item FGUI.store_17.buygold_item::CreateInstance()] : ihb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.buygold_item::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.com_buygold FGUI.store_17.com_buygold::CreateInstance()] : ihc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.com_buygold::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.btn_get FGUI.store_17.btn_get::CreateInstance()] : ihd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.btn_get::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.btn_watchAd2 FGUI.store_17.btn_watchAd2::CreateInstance()] : ihe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.btn_watchAd2::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.store_17.store_17Binder::BindAll()] : ihf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.btn_item_head FGUI.Setting_07.btn_item_head::CreateInstance()] : ihg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.btn_item_head::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.btn_menu FGUI.Setting_07.btn_menu::CreateInstance()] : ihh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.btn_menu::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.btn_on_off FGUI.Setting_07.btn_on_off::CreateInstance()] : ihi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.btn_on_off::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.com_edit_name FGUI.Setting_07.com_edit_name::CreateInstance()] : ihj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.com_edit_name::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.com_person FGUI.Setting_07.com_person::CreateInstance()] : ihk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.com_person::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.com_setting FGUI.Setting_07.com_setting::CreateInstance()] : ihl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.com_setting::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.Setting_07Binder::BindAll()] : ihm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Reward_10.com_reward FGUI.Reward_10.com_reward::CreateInstance()] : ihn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Reward_10.com_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Reward_10.Reward_10Binder::BindAll()] : iho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Prop_09.com_choose FGUI.Prop_09.com_choose::CreateInstance()] : ihp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Prop_09.com_choose::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Prop_09.com_prop FGUI.Prop_09.com_prop::CreateInstance()] : ihq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Prop_09.com_prop::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Prop_09.btn_add FGUI.Prop_09.btn_add::CreateInstance()] : ihr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Prop_09.btn_add::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Prop_09.Prop_09Binder::BindAll()] : ihs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Privacy_24.com_privacy FGUI.Privacy_24.com_privacy::CreateInstance()] : iht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Privacy_24.com_privacy::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Privacy_24.com_text FGUI.Privacy_24.com_text::CreateInstance()] : ihu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Privacy_24.com_text::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Privacy_24.Privacy_24Binder::BindAll()] : ihv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Pack_16.pack_panel FGUI.Pack_16.pack_panel::CreateInstance()] : ihw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Pack_16.pack_panel::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Pack_16.com_packaward FGUI.Pack_16.com_packaward::CreateInstance()] : ihx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Pack_16.com_packaward::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Pack_16.Pack_16Binder::BindAll()] : ihy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Pack_16.pack_panelparent FGUI.Pack_16.pack_panelparent::CreateInstance()] : ihz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Pack_16.pack_panelparent::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.NetIdle_22.com_Netidle FGUI.NetIdle_22.com_Netidle::CreateInstance()] : iia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.NetIdle_22.com_Netidle::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.NetIdle_22.com_loading FGUI.NetIdle_22.com_loading::CreateInstance()] : iib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.NetIdle_22.com_loading::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.NetIdle_22.NetIdle_22Binder::BindAll()] : iic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Login_05.com_login_page FGUI.Login_05.com_login_page::CreateInstance()] : iid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Login_05.com_login_page::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Login_05.com_login_privacy FGUI.Login_05.com_login_privacy::CreateInstance()] : iie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Login_05.com_login_privacy::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Login_05.Login_05Binder::BindAll()] : iif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_first_award FGUI.Lobby_03.com_first_award::CreateInstance()] : iig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_first_award::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_hall FGUI.Lobby_03.com_hall::CreateInstance()] : iih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_hall::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_level_play FGUI.Lobby_03.btn_level_play::CreateInstance()] : iii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_level_play::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_shop FGUI.Lobby_03.btn_shop::CreateInstance()] : iij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_shop::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_sign FGUI.Lobby_03.btn_sign::CreateInstance()] : iik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_sign::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_state FGUI.Lobby_03.btn_state::CreateInstance()] : iil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_state::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_wheel FGUI.Lobby_03.btn_wheel::CreateInstance()] : iim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_answer FGUI.Lobby_03.com_answer::CreateInstance()] : iin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_answer::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_faq FGUI.Lobby_03.com_faq::CreateInstance()] : iio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_faq::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_level FGUI.Lobby_03.com_level::CreateInstance()] : iip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_level::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_level_reward FGUI.Lobby_03.com_level_reward::CreateInstance()] : iiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_level_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_msg FGUI.Lobby_03.com_msg::CreateInstance()] : iir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_msg::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_payloading FGUI.Lobby_03.com_payloading::CreateInstance()] : iis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_payloading::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_question FGUI.Lobby_03.com_question::CreateInstance()] : iit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_question::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_statement FGUI.Lobby_03.com_statement::CreateInstance()] : iiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_statement::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.hall_head FGUI.Lobby_03.hall_head::CreateInstance()] : iiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.hall_head::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.Lobby_03Binder::BindAll()] : iiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_add FGUI.Game_04.btn_add::CreateInstance()] : iix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_add::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_exit FGUI.Game_04.btn_exit::CreateInstance()] : iiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_exit::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_look_ad FGUI.Game_04.btn_look_ad::CreateInstance()] : iiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_look_ad::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_prop FGUI.Game_04.btn_prop::CreateInstance()] : ija -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_prop::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.com_rewardbox FGUI.Game_04.com_rewardbox::CreateInstance()] : ijb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.com_rewardbox::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_continue FGUI.Game_04.btn_continue::CreateInstance()] : ijc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_continue::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.com_game FGUI.Game_04.com_game::CreateInstance()] : ijd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.com_game::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.com_game_menu FGUI.Game_04.com_game_menu::CreateInstance()] : ije -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.com_game_menu::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.com_open FGUI.Game_04.com_open::CreateInstance()] : ijf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.com_open::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.Game_04Binder::BindAll()] : ijg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.com_end FGUI.GameResult_08.com_end::CreateInstance()] : ijh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.com_end::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.cash_broad FGUI.GameResult_08.cash_broad::CreateInstance()] : iji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.cash_broad::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.com_arrow_end FGUI.GameResult_08.com_arrow_end::CreateInstance()] : ijj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.com_arrow_end::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.com_arrow_end_again FGUI.GameResult_08.com_arrow_end_again::CreateInstance()] : ijk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.com_arrow_end_again::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.com_success_cash FGUI.GameResult_08.com_success_cash::CreateInstance()] : ijl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.com_success_cash::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.GameResult_08Binder::BindAll()] : ijm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.AddCell_12.com_addView FGUI.AddCell_12.com_addView::CreateInstance()] : ijn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.AddCell_12.com_addView::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.AddCell_12.AddCell_12Binder::BindAll()] : ijo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.AddCell_12.com_addView_off FGUI.AddCell_12.com_addView_off::CreateInstance()] : ijp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.AddCell_12.com_addView_off::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_buy1 FGUI.Common_01.btn_buy1::CreateInstance()] : ijq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_buy1::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_curr FGUI.Common_01.btn_curr::CreateInstance()] : ijr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_curr::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_noads FGUI.Common_01.btn_noads::CreateInstance()] : ijs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_noads::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_watchAd FGUI.Common_01.btn_watchAd::CreateInstance()] : ijt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_watchAd::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_gold FGUI.Common_01.com_gold::CreateInstance()] : iju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_gold::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.broadcast_top FGUI.Common_01.broadcast_top::CreateInstance()] : ijv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.broadcast_top::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.broadcast_topitem FGUI.Common_01.broadcast_topitem::CreateInstance()] : ijw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.broadcast_topitem::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_boxreward FGUI.Common_01.btn_boxreward::CreateInstance()] : ijx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_boxreward::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_claim FGUI.Common_01.btn_claim::CreateInstance()] : ijy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_claim::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_claim3 FGUI.Common_01.btn_claim3::CreateInstance()] : ijz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_claim3::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_failpack FGUI.Common_01.btn_failpack::CreateInstance()] : ika -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_failpack::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_faq FGUI.Common_01.btn_faq::CreateInstance()] : ikb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_faq::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_head FGUI.Common_01.btn_head::CreateInstance()] : ikc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_head::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_max_buy FGUI.Common_01.btn_max_buy::CreateInstance()] : ikd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_max_buy::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_petty FGUI.Common_01.btn_petty::CreateInstance()] : ike -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_petty::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_rank FGUI.Common_01.btn_rank::CreateInstance()] : ikf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_rank::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_saveingpot FGUI.Common_01.btn_saveingpot::CreateInstance()] : ikg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_task FGUI.Common_01.btn_task::CreateInstance()] : ikh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_task::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_task_pass FGUI.Common_01.btn_task_pass::CreateInstance()] : iki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_task_pass::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_threeday FGUI.Common_01.btn_threeday::CreateInstance()] : ikj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_threeday::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_yellow FGUI.Common_01.btn_yellow::CreateInstance()] : ikk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_yellow::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.Common_01Binder::BindAll()] : ikl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_adcoming FGUI.Common_01.com_adcoming::CreateInstance()] : ikm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_adcoming::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_add_points FGUI.Common_01.com_add_points::CreateInstance()] : ikn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_add_points::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast1 FGUI.Common_01.com_broadcast1::CreateInstance()] : iko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast1::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast_new FGUI.Common_01.com_broadcast_new::CreateInstance()] : ikp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_new::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast_text1 FGUI.Common_01.com_broadcast_text1::CreateInstance()] : ikq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_text1::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_money FGUI.Common_01.com_money::CreateInstance()] : ikr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_money::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_tips FGUI.Common_01.com_tips::CreateInstance()] : iks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_tips::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.item_wheel FGUI.Common_01.item_wheel::CreateInstance()] : ikt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.item_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.wheel FGUI.Common_01.wheel::CreateInstance()] : iku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.wheel::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.wheel_ FGUI.Common_01.wheel_::CreateInstance()] : ikv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.wheel_::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Coins_101.com_coins FGUI.Coins_101.com_coins::CreateInstance()] : ikw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Coins_101.com_coins::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Coins_101.Coins_101Binder::BindAll()] : ikx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Coins_101.com_coin FGUI.Coins_101.com_coin::CreateInstance()] : iky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Coins_101.com_coin::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Coins_101.com_coinFly FGUI.Coins_101.com_coinFly::CreateInstance()] : ikz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Coins_101.com_coinFly::ConstructFromXML(FairyGUI.Utils.XML)] : gcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupTaskData::SetStatus(ChillConnect.MakeupTaskStatus)] : ila -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.MakeupTaskData::GetAmountStr()] : ilb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.RewardSingleData::GetTotalValue()] : ilc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitData()] : ild -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitRate()] : ile -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitMultiRate()] : ilf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitFlyPosition()] : ilg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitStartPosition()] : ilh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitEndPosition()] : ili -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardSingleData::IsCanFly()] : ilj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardSingleData::IsCanFly(System.Int32)] : ilk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardData/<>c::b__13_0(ChillConnect.RewardSingleData)] : ill -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardData/<>c__DisplayClass10_0::b__0(ChillConnect.RewardSingleData)] : ilm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardData::AddCompleted(System.Action`1)] : iln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardData::OnCompleted(System.Boolean)] : ilo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardData::AddReward(ChillConnect.RewardSingleData)] : ilp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardData::InitData()] : ilq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ChillConnect.RewardData::GetRewardDataList()] : ilr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.RewardData::GetRewardFlyCount()] : ils -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::add_UpdateCb(System.Action`1)] : ilt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::remove_UpdateCb(System.Action`1)] : ilu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::add_EndEventCb(System.Action)] : ilv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::remove_EndEventCb(System.Action)] : ilw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::add_UICloseEventCb(System.Action)] : ilx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::remove_UICloseEventCb(System.Action)] : ily -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::SetUpdate(System.Action`1)] : ilz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::Update()] : ima -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::SetUpdateComplete(System.Action)] : imb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::EndEvent()] : imc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::UICloseEvent()] : imd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::Dispose()] : ime -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AESForFileKit::EncryptFile(System.String,System.String,System.String)] : imf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ChillConnect.AESForFileKit::DecryptToBytes(System.String,System.String,System.Int32&)] : imh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.AssetDataBaseKit::GetAsset(System.String,System.String)] : imi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AssetDataBaseKit::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : imj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AssetDataBaseKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : imk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.AssetDataBaseKit::AssetPathFormat(System.String,System.String)] : iml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.AssetDataBaseKit::AssetPathFormat(System.String)] : imm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.AssetDataBaseKit::GetAssetstatic(System.String,System.String)] : imn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper/<>c__DisplayClass10_0::b__0()] : imo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper/<>c__DisplayClass23_0::b__0(System.Single)] : imp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper/<>c__DisplayClass23_0::b__1(System.Single)] : imq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::GetIndexByChanceList(System.Int32[])] : imr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.CommonHelper::GetBoolByChance(System.Single)] : ims -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::SetActive(UnityEngine.Component,System.Boolean)] : imt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.CommonHelper::GetAppSavePath()] : imu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener ChillConnect.CommonHelper::FadeIn(FairyGUI.GObject,System.Single,System.Single)] : imv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener ChillConnect.CommonHelper::FadeOut(FairyGUI.GObject,System.Single,System.Single)] : imw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.CommonHelper::IsClickNoQuick()] : imx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::InitGButton(FairyGUI.GObject,System.Action,System.Boolean,System.Boolean)] : imy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.CommonHelper::TimeFormat(System.Int32,ChillConnect.CountDownType,System.String)] : imz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.CommonHelper::FormatTime(System.Int32,ChillConnect.CountDownType,System.String)] : ina -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::RandomSortList(System.Collections.Generic.List`1)] : inb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomInt(System.Collections.Generic.IList`1)] : inc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomRange(System.Int32[])] : ind -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomRange(System.Int32,System.Int32)] : ine -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.CommonHelper::RandomRange(System.Single,System.Single)] : inf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.CommonHelper::RandomWeight(System.Collections.Generic.Dictionary`2)] : ing -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomWeight(System.Collections.Generic.List`1)] : inh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomRangeIncludeEnd(System.Int32[])] : ini -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.CommonHelper::IsToday(System.Int64)] : inj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::CheckAdTimes()] : ink -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::ShowNumAnim(FairyGUI.GTextField,System.Decimal,System.Int32,System.Single)] : inl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__6::System.IDisposable.Dispose()] : inm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__6::System.Collections.Generic.IEnumerator.get_Current()] : inn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__6::System.Collections.IEnumerator.Reset()] : ino -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__6::System.Collections.IEnumerator.get_Current()] : inp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__4::System.IDisposable.Dispose()] : inq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__4::System.Collections.Generic.IEnumerator.get_Current()] : inr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__4::System.Collections.IEnumerator.Reset()] : ins -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__4::System.Collections.IEnumerator.get_Current()] : int -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__3::System.IDisposable.Dispose()] : inu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__3::System.Collections.Generic.IEnumerator.get_Current()] : inv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__3::System.Collections.IEnumerator.Reset()] : inw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__3::System.Collections.IEnumerator.get_Current()] : inx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit::SaveTextFile(System.String,System.String,System.String)] : iny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit::SaveFile(System.String,System.String,System.String)] : inz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit::SaveTextFile(System.Byte[],System.String,System.String)] : ioa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.DownloadKit::GetTextFromUrl(System.String,System.String,UnityEngine.Events.UnityAction`1,System.String,System.Boolean)] : iob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.DownloadKit::GetTextFromUrl1(System.String,System.String,UnityEngine.Events.UnityAction`1,System.String,System.Boolean)] : ioc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit::GetTextFromUrl2(System.String,System.String,UnityEngine.Events.UnityAction`1,System.String,System.Boolean)] : iod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.DownloadKit::GetFileFromUrl(System.String,System.String,UnityEngine.Events.UnityAction`1)] : ioe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DownloadKit::DownloadResourceSync(System.String,System.String,System.String,System.Boolean)] : iof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit/<>c::b__9_0(System.Boolean)] : iog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit/<>c__DisplayClass10_0::b__0(System.String)] : ioh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit/<>c__DisplayClass7_0::b__0(System.String)] : ioi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit/<>c__DisplayClass8_0::b__0(System.Boolean)] : ioj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectFileKit::GetSavePath()] : iok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectFileKit::GetLocalSavePath()] : iol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectFileKit::GetFilePath()] : iom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit::GetLocalAssetBundle(UnityEngine.Events.UnityAction`1,UnityEngine.Events.UnityAction)] : ion -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit::GetMAssetBundle(System.String,UnityEngine.Events.UnityAction`1,UnityEngine.Events.UnityAction)] : ioo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit::OnGetAssetBundleCompleted()] : iop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit::GetAssetFile(UnityEngine.Events.UnityAction`1)] : ioq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c::b__108_0(SGModule.Net.ResponseData`1)] : ior -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c::b__118_0(SGModule.Net.ResponseData`1)] : ios -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass110_0::b__0(SGModule.Net.ResponseData`1)] : iot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper/<>c__DisplayClass125_0::b__1(IgnoreOPS.ExchangeDes)] : iou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper/<>c__DisplayClass125_0::b__0(IgnoreOPS.ExchangeDes)] : iov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass12_0::b__0(System.Boolean)] : iow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass37_0::b__0(System.Single)] : iox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass7_0::b__0()] : ioy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass9_0::b__0(System.Boolean)] : ioz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetRandomNum(System.Int32)] : ipa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 ChillConnect.GameHelper::FguiPotToUnityTrfLocalPot(UnityEngine.Vector3)] : ipb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetNumStr(System.Single,System.Int32)] : ipc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowLoading(System.Single,System.Single,System.Action)] : ipd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowLoading(System.Single,System.Action)] : ipe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowTips(System.String,System.Boolean)] : ipf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowVideoAd(System.String,System.Action`1)] : ipg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetWatchCd(System.Int32)] : iph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::InitNewWatchCDList(System.Boolean)] : ipi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowInterstitial(System.String)] : ipj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowOpenAd()] : ipk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::NeedShowOpenAd()] : ipl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.GameHelper::GetUICenterPosition(FairyGUI.GObject,System.Boolean)] : ipm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::PlayFGUIFx(FairyGUI.Transition,System.Boolean,FairyGUI.PlayCompleteCallback)] : ipn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetTomorrowCountTime()] : ipo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.GameHelper::GetNowTime(System.Boolean)] : ipp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::InToday(System.Int64,System.Int32,System.Boolean)] : ipq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetSelfAvatar(FairyGUI.GLoader)] : ipr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetSelfCountryFlag(FairyGUI.GLoader)] : ips -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetCountryFlag(FairyGUI.GLoader,System.String)] : ipt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::LimitName(System.String,System.Int32,System.String)] : ipu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetName(FairyGUI.GTextField,System.Boolean,System.Int32)] : ipv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetUserName()] : ipw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetPlayerInviteCode()] : ipx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.GameHelper::GetUID()] : ipy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::OnRiseUI(System.Int32,ChillConnect.UILayerType)] : ipz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::OnRiseUIRecover(System.Int32,ChillConnect.UILayerType)] : iqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent ChillConnect.GameHelper::GetItemUI(System.Int32)] : iqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetUILayer(FairyGUI.GObject,System.Int32,ChillConnect.UILayerType)] : iqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.NetKit.LoginModel ChillConnect.GameHelper::GetLoginModel()] : iqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::CheckNameValidly(System.String)] : iqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsGiftSwitch()] : iqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::Get101()] : iqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::Get102()] : iqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::InitGalleryView(FairyGUI.GList,System.Int32,System.Single,FairyGUI.ListItemRenderer,System.Int32)] : iqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.Unity.SkeletonAnimation ChillConnect.GameHelper::ShowFinger(FairyGUI.GGraph,FairyGUI.GTweenCallback)] : iqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowGuide(System.Int32,UnityEngine.Vector2,UnityEngine.Vector2,System.Action,FairyGUI.GObject)] : iqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] IgnoreOPS.CommonModel ChillConnect.GameHelper::GetCommonModel()] : iql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::Get102Str(System.Decimal)] : iqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::Get101Str(System.Decimal)] : iqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getChString(System.Decimal)] : iqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getChNumber(System.Decimal)] : iqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetDeviceLanguage()] : iqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetPaymentPayer()] : iqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::OpenEmail()] : iqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetCurrCountry()] : iqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::CheckAccountValidly(System.String)] : iqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::CheckEMailValidly(System.String)] : iqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsContinuousSignIn()] : iqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] ChillConnect.GameHelper::GetRewardValue(System.Int32)] : iqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetValueIndex(System.Int32)] : iqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] ChillConnect.GameHelper::GetValue(IgnoreOPS.SmallrewardNum,System.Int32)] : iqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] ChillConnect.GameHelper::GetValue(IgnoreOPS.LargerewardNum,System.Int32)] : ira -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] ChillConnect.GameHelper::GetValue(IgnoreOPS.RewardNum,System.Int32)] : irb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::GetQuizRate()] : irc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::GetNormalRewardValue()] : ird -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::GetRewardOnly(System.Decimal,ChillConnect.RewardOrigin,FairyGUI.GObject,FairyGUI.GObject,System.Action`1,System.Decimal)] : ire -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::GetReward(System.Decimal,ChillConnect.RewardOrigin,FairyGUI.GObject,FairyGUI.GObject,System.Boolean,System.Boolean,System.Action`1,System.Decimal,System.Decimal)] : irf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::GetRewardOnly1(System.Int32,System.Decimal,ChillConnect.RewardOrigin,UnityEngine.Vector2,UnityEngine.Vector2,System.Action`1,System.Decimal)] : irg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::GetReward1(System.Int32,System.Decimal,ChillConnect.RewardOrigin,UnityEngine.Vector2,UnityEngine.Vector2,System.Boolean,System.Boolean,System.Action`1,System.Decimal,System.Decimal)] : irh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::addInterAdnumber()] : iri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::GetVideoRate()] : irj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetItemNumber(System.Int32)] : irk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetItemNumber(System.Int32,System.Int32)] : irl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddItemNumber(System.Int32,System.Int32)] : irm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetLevel()] : irn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetLevel(System.Int32)] : iro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetLevelstate()] : irp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetLevelstate(System.Int32)] : irq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetGoldNumber()] : irr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGoldNumber(System.Int32)] : irs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::CheckGoldNumber(System.Int32)] : irt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGameTime()] : iru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetGameTime()] : irv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetGameday()] : irw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetGameday()] : irx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetGameExp()] : iry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGameExp(System.Int32)] : irz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ResetGameExp()] : isa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetBattleLv()] : isb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsPassMax()] : isc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGold(System.Int32)] : isd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGold(System.Single)] : ise -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::needShowLevelstate(System.Int32)] : isf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::addMoney(System.Int32)] : isg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SendLogToServer(System.String,System.String,UnityEngine.LogType)] : ish -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetNetworkType()] : isi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowSheepPlayUI(System.Boolean)] : isj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowStatementView()] : isk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::IsShowPettyReward()] : isl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::IsShowFirstReward()] : ism -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SendRevenueToAF(System.String)] : isn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::sendHighRevenueToAF()] : iso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.GameHelper::GetCurrentTimestamp()] : isp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsConnect()] : isq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AdOverEvent(System.Int32)] : isr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AdOverRevenueEvent(System.Int32,System.Single)] : iss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::PlayGameTimeEvent(System.Int32,System.Action)] : ist -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetGameTimes()] : isu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetPlayGameTimes()] : isv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::GetCloseResult()] : isw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetCloseResult(System.Boolean)] : isx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::RequestGameConfig()] : isy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsAdModelOfPay()] : isz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetLevelsList()] : ita -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsShowLevelTips()] : itb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.GameHelper::getNowTimeByMillisecond()] : itc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SendRevenueToServer(System.String,System.String,System.Int32)] : itd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getDesByKey(System.String)] : ite -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::isRDExchangeMode()] : itf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GenerateUniqueKey(IgnoreOPS.Makeup,System.Int32)] : itg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GenerateUniqueKey1(IgnoreOPS.Makeup_2,System.Int32)] : ith -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GenerateRandomString(System.String,System.Int32)] : iti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getPrice(System.Decimal)] : itj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetPriceInt(System.Decimal)] : itk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::CopyText(System.String)] : itl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::CallShowTurn()] : itm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::add_ShowTurn(System.Action)] : itn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::remove_ShowTurn(System.Action)] : ito -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowTurnOffReward()] : itp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] ChillConnect.GameHelper::GetRewardBoost(System.Int32)] : itq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] ChillConnect.GameHelper::GetBoost(IgnoreOPS.LargerewardNum,System.Int32)] : itr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] ChillConnect.GameHelper::GetBoost(IgnoreOPS.RewardNum,System.Int32)] : its -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::clearJsonData()] : itt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getTrackEvenName()] : itu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] T ChillConnect.ILoadAsset::GetAsset(System.String,System.String)] : imi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ILoadAsset::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : imj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ILoadAsset::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : imk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit/<>c__DisplayClass12_0::b__0(UnityEngine.Sprite)] : itv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit/<>c__DisplayClass15_0::b__0(UnityEngine.GameObject)] : itw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit/<>c__DisplayClass8_0`1::b__0(T)] : itx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ILoadAsset ChillConnect.LoadKit::get_LoadAssetType()] : ity -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::set_LoadAssetType(ChillConnect.ILoadAsset)] : itz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::Init(ChillConnect.ILoadAsset)] : iua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadAsset(System.String,System.String,UnityEngine.Events.UnityAction`1,System.Boolean)] : iub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.LoadKit::LoadAsset(System.String,System.String,System.Boolean)] : iuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadSprite(System.String,System.String,UnityEngine.Events.UnityAction`1,System.Boolean)] : iud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Sprite ChillConnect.LoadKit::LoadSprite(System.String,System.String,System.Boolean)] : iue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadSprite(System.String,System.Action`1)] : iuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::RecordSprite(System.String,UnityEngine.Sprite)] : iug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.LoadKit::LoadGameObject(System.String,System.String,System.Boolean)] : iuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadGameObjectAndClone(System.String,System.String,UnityEngine.Events.UnityAction`1,UnityEngine.Transform,System.Boolean)] : iui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.LoadKit::LoadGameObjectAndCloneSync(System.String,System.String,UnityEngine.Transform,System.Boolean)] : iuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::RecordGameObject(System.String,UnityEngine.Object)] : iuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.LoadKit::InstantiateAndRecord(UnityEngine.GameObject,UnityEngine.Transform,System.Boolean,UnityEngine.Events.UnityAction`1)] : iul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::RecordCloneGameObject(UnityEngine.GameObject,UnityEngine.GameObject)] : ium -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadAudio(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : iuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager/<>c__DisplayClass12_0`1::b__0()] : iup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager/<>c__DisplayClass13_0::b__0()] : iuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager::RecObjFunc(ChillConnect.Fx_Type,UnityEngine.Object)] : ius -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager::GetObjFunc(ChillConnect.Fx_Type,UnityEngine.Object)] : iut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Object ChillConnect.FXManager::NewObjFunc(ChillConnect.Fx_Type)] : iuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.FXManager::GetFx(ChillConnect.Fx_Type)] : iuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager::RecFx(ChillConnect.Fx_Type,T)] : iuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.FXManager::SetFx(FairyGUI.GGraph,ChillConnect.Fx_Type,System.Action&)] : iux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.FXManager::SetFx(FairyGUI.GGraph,ChillConnect.Fx_Type,System.Action&,System.Boolean)] : iuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::add_UpdateSecondEvent(System.Action)] : iuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::remove_UpdateSecondEvent(System.Action)] : iva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::add_UpdateFiveSecondEvent(System.Action)] : ivb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::remove_UpdateFiveSecondEvent(System.Action)] : ivc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::add_UpdateEvent(System.Action)] : ivd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::remove_UpdateEvent(System.Action)] : ive -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::InitSystem()] : ivf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::BackToGame(System.Object)] : ivg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::OnGameStart(System.Object)] : ivh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::SetSoundVolume()] : ivi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::EnterHall(System.Object)] : ivj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::EnterGame(System.Object)] : ivk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::OpenWb(System.Object)] : ivl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::SetCameraVisible(System.Boolean)] : ivm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::GetGalleryNet(System.Int32,System.Action`1)] : ivn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::AddChangeGiftSwitch(System.Action)] : ivo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::RemoveChangeGiftSwitch(System.Action)] : ivp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::SetInH5(System.Boolean)] : ivq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.NetworkManager::get_crazyUrl()] : ivr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetworkManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NetworkManager::InitSystem()] : ivs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo/<>c__DisplayClass23_0::<.ctor>b__0(UnityEngine.AssetBundle)] : ivt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo/<>c__DisplayClass28_0::b__0(UnityEngine.AssetBundle)] : ivu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle ChillConnect.ChillConnectInfo::get_assetBundle()] : ivv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::set_assetBundle(UnityEngine.AssetBundle)] : ivw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ChillConnectInfo::get_ReferencedCount()] : ivx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::set_ReferencedCount(System.Int32)] : ivy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ChillConnectInfo::get_LastReferencedTimestamp()] : ivz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::set_LastReferencedTimestamp(System.Single)] : iwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ChillConnectInfo::GetReferenced()] : iwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::Referenced(System.String)] : iwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::UnReferenced(System.String)] : iwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::CleanReferenced()] : iwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::callRes(System.String,UnityEngine.Events.UnityAction`1)] : iwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::onLoaded(System.String,UnityEngine.AssetBundle)] : iwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::OnAddtStatisticsCacheAssetList(System.String)] : iwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::OnStartStatisticsCacheAssetList()] : iwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ChillConnect.ChillConnectInfo::OnStopStatisticsCacheAssetList()] : iwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::UpdateWaitUnloadCurrentTime()] : iwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.ChillConnectInfo::GetWaitUpdateTimeTD()] : iwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::SetUnloadAction(System.Action`1>,System.Action`1)] : iwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::InvokeUnloadAction()] : iwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::SetWaitUnloadTime(System.Int32)] : iwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ChillConnectInfo::GetWaitUnloadTime()] : iwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::SetAssetBundleSize(System.Int64)] : iwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.ChillConnectInfo::GetSize()] : iwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit/<>c__DisplayClass11_0`1::b__0(T)] : iws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass14_0::b__1(UnityEngine.AssetBundle)] : iwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass14_0::b__2(UnityEngine.AssetBundle)] : iwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass14_1::b__0()] : iwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit/<>c__DisplayClass15_0::b__0(System.String)] : iww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass15_0::b__1(UnityEngine.AssetBundle)] : iwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit/<>c__DisplayClass16_0::b__0(System.String)] : iwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass17_0::b__0(UnityEngine.AssetBundle)] : iwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass17_0::b__1(UnityEngine.AssetBundle)] : ixa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass33_0::b__0()] : ixb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass36_0`1::b__0(UnityEngine.AssetBundle)] : ixc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__15::System.IDisposable.Dispose()] : ixd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__15::<>m__Finally1()] : ixe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__15::System.Collections.Generic.IEnumerator.get_Current()] : ixf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__15::System.Collections.IEnumerator.Reset()] : ixg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__15::System.Collections.IEnumerator.get_Current()] : ixh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__8::System.IDisposable.Dispose()] : ixi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__8::System.Collections.Generic.IEnumerator.get_Current()] : ixj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__8::System.Collections.IEnumerator.Reset()] : ixk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__8::System.Collections.IEnumerator.get_Current()] : ixl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__11`1::System.IDisposable.Dispose()] : ixm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__11`1::System.Collections.Generic.IEnumerator.get_Current()] : ixn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__11`1::System.Collections.IEnumerator.Reset()] : ixo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__11`1::System.Collections.IEnumerator.get_Current()] : ixp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__9::System.IDisposable.Dispose()] : ixq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__9::<>m__Finally1()] : ixr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__9::System.Collections.Generic.IEnumerator.get_Current()] : ixs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__9::System.Collections.IEnumerator.Reset()] : ixt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__9::System.Collections.IEnumerator.get_Current()] : ixu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__17::System.IDisposable.Dispose()] : ixv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__17::System.Collections.Generic.IEnumerator.get_Current()] : ixw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__17::System.Collections.IEnumerator.Reset()] : ixx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__17::System.Collections.IEnumerator.get_Current()] : ixy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::LoadABFromFileAsync(System.String,System.String,UnityEngine.Events.UnityAction`1)] : ixz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::LoadDecryptAssetBundle(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle ChillConnect.ChillConnectKit::LoadDecryptAssetBundleSync(System.String,System.String)] : iyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::LoadAssetFromAssetBundle(UnityEngine.AssetBundle,System.String,UnityEngine.Events.UnityAction`1)] : iyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::LoadAssetInternal(System.String,UnityEngine.Events.UnityAction`1)] : iyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle ChillConnect.ChillConnectKit::GetAssetBundle(System.String,System.String)] : iye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::GetAssetBundle(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::GetAssetBundleDependency(System.String,System.Action)] : iyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::GetAssetBundleDependency(System.String)] : iyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::LoadDependencyAssetBundle(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle ChillConnect.ChillConnectKit::LoadDependencyAssetBundleSync(System.String,System.String)] : iyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ChillConnect.ChillConnectKit::GetABDependency(System.String)] : iyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsCacheDependency(System.String)] : iyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsOtherDependency(System.String)] : iym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::CacheDependency(System.String,System.String[])] : iyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::UnCacheDependency(System.String)] : iyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ChillConnect.ChillConnectKit::GetCacheDependency(System.String)] : iyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::CacheAssetBundle(System.String,ChillConnect.ChillConnectInfo,System.Boolean)] : iyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::UnCacheAssetBundle(System.String)] : iyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ChillConnectInfo ChillConnect.ChillConnectKit::GetCacheAssetBundle(System.String)] : iys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsCacheAssetBundle(System.String)] : iyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::WaitUnload(ChillConnect.ChillConnectInfo)] : iyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsWaitUnloadKey(System.String)] : iyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsWaitUnload(System.String)] : iyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::UnWaitUnload(System.String)] : iyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::UnloadAssetBundle(System.String,System.Boolean,System.Int32,System.Action`1)] : iyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::UnloadAssetBundleInternal(System.String,System.Boolean,System.Boolean)] : iyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] T ChillConnect.ChillConnectKit::GetAsset(System.String,System.String)] : imi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : imj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::InitManifest(System.String,UnityEngine.Events.UnityAction`1)] : iza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::RecycleAssetBundle(System.String,UnityEngine.Events.UnityAction)] : izb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::RecycleAssetBundleDependency(System.String,System.Int32)] : izc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectKit::GenerateAssetBundlePath(System.String,System.Boolean,System.Boolean,System.Boolean)] : izd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectKit::MD5String(System.String)] : ize -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : imk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundleManifest ChillConnect.ChillConnectKit::GetManifest()] : izf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetTime(System.Int32)] : izg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetCountDownType(ChillConnect.CountDownType)] : izh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetText(FairyGUI.GTextField)] : izi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetBar(FairyGUI.GProgressBar)] : izj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::Start()] : izk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::UpdateView()] : izl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::Pause()] : izm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::Resume()] : izn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::Stop()] : izo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::OnDestroy()] : izp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::ConsumeTime(System.Int32)] : izq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::OnTrigger()] : izr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::ClearTriggerEvent()] : izs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetCompletedEvent(System.Action)] : izt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::OnCompleted()] : izu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::UpdateText()] : izv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::UpdateBar()] : izw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CountDownKit::GetLeftTime()] : izx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetServerTimeDependence(System.Boolean)] : izy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::b__16_0()] : izz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.App/<>c::b__4_0()] : jaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.App::InitApplication(ChillConnect.SApplication)] : jab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.App::DisplayLoadingUI()] : jac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.App::HideLoadingUI(System.Boolean)] : jad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.AsyncDealData::get_IsComplete()] : jae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncDealData::PassTime(System.Single)] : jaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncDealData::Run()] : jag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncKitUnityBehaviour::ClearFinished()] : jah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncKitUnityBehaviour::AddAsyncData(System.String,ChillConnect.AsyncDealData)] : jai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncKitUnityBehaviour::RemoveAsyncData(System.String)] : jaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncKitUnityBehaviour::ClearUpdateActionFinished()] : jak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AsyncKitUnityBehaviour ChillConnect.CrazyAsyKit::get_mAsyncKitUnityBehaviour()] : jal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Coroutine ChillConnect.CrazyAsyKit::StartCoroutine(System.Collections.IEnumerator)] : jam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CrazyAsyKit::StopCoroutine(UnityEngine.Coroutine)] : jan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CrazyAsyKit::StartAction(System.String,ChillConnect.AsyncDealData/DealMethod,System.Single,System.Int32)] : jao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CrazyAsyKit::StopAction(System.String)] : jap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.BaseScene::get_SceneIdx()] : jaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::Enter()] : jar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::Leave()] : jas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::SwitchSceneComplete(System.Object)] : jat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::OnEnter()] : jau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::OnLeave()] : jav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::OnSwitchSceneComplete(System.Object)] : jaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::Dispose()] : jax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::Init()] : cjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::InitLate()] : jay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::Dispose()] : jaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::Update()] : jba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::LateUpdate()] : jbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::FixedUpdate()] : jbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.AppConst::isPt()] : jbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ScreenConst::get_StandardWidth()] : jbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ScreenConst::get_StandardHeight()] : jbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.BaseDispatcher`3::get_Instance()] : jbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::AddListener(Msg,System.Action`1)] : jbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::AddOnceListener(Msg,System.Action`1)] : jbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::RemoveListener(Msg,System.Action`1)] : jbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::Dispatch(Msg,Param)] : jbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::InvokeMethods(System.Collections.Generic.Dictionary`2>>,Msg,Param)] : jbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseMainThreadDispatcher`3::Dispatch(Msg,Param)] : jbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseMainThreadDispatcher`3::AutoDispatch(Msg,Param)] : jbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseMainThreadDispatcher`3::InvokeMethods(System.Collections.Generic.Dictionary`2>>,Msg,Param)] : jbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.BaseMainThreadDispatcher`3::get_ParentRootName()] : jbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.StringExtend::ToDouble(System.String)] : jbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.StringExtend::ToFloat(System.String)] : jbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.StringExtend::IsNullOrWhiteSpace(System.String)] : jbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameObjectExtend::SetParent(UnityEngine.GameObject,UnityEngine.GameObject,System.Boolean)] : jbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameObjectExtend::SetLayer(UnityEngine.GameObject,System.String)] : jbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GetTaskRewardCtrl ChillConnect.GetTaskRewardCtrl::get_Instance()] : jbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::set_Instance(ChillConnect.GetTaskRewardCtrl)] : jbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI/<>c::b__24_0()] : jcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::InitView()] : jco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::StartScroll()] : jcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::Scroll()] : jcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GetTaskRewardUI::GetRandomBoost()] : jcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__10_0()] : jcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__10_1()] : jct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__10_2(System.Boolean)] : jcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__16_0()] : jcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__25_0()] : jcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__25_1()] : jcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GetTaskRewardUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GetTaskRewardUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene/<>c::b__6_0(System.Int32)] : jdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene/<>c__DisplayClass6_0::b__1()] : jdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 ChillConnect.MainScene::get_SceneIdx()] : jaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnEnter()] : jau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnLeave()] : jav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnSwitchSceneComplete(System.Object)] : jaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::StartUpAppProcess()] : jde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnPermanentAssetsInitComplete(System.Object)] : jdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnLoginSucceed(System.Object)] : jdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnInitAsset(System.Object)] : jdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnLoadingComplete(System.Object)] : jdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::ShowScene()] : jdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::Dispose()] : jax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::b__10_0()] : jdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseInterfaceManager`1::get_IsInit()] : jdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::set_IsInit(System.Boolean)] : jdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseInterfaceManager`1::get_IsStartUp()] : jdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::set_IsStartUp(System.Boolean)] : jdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseInterfaceManager`1::get_IsDispose()] : jdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::set_IsDispose(System.Boolean)] : jdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.BaseInterfaceManager`1::get_Instance()] : jdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::New()] : jds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::StartUp()] : jdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::DisposeBefore()] : jdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseUnityManager`1::get_IsInit()] : jdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::set_IsInit(System.Boolean)] : jdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseUnityManager`1::get_IsStartUp()] : jdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::set_IsStartUp(System.Boolean)] : jdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseUnityManager`1::get_IsDispose()] : jdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::set_IsDispose(System.Boolean)] : jea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String ChillConnect.BaseUnityManager`1::get_ParentRootName()] : jbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::New()] : jeb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::StartUp()] : jdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::DisposeBefore()] : jdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.InterfaceManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.InterfaceManager::StartUp()] : jdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.InterfaceManager::DisposeBefore()] : jdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.CameraManager::WorldPosToFGUIPos(UnityEngine.Vector3)] : jec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::SetWorldRaycasterEnabled(System.Boolean)] : jed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::CreateMainCamera()] : jee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::CreateFGUICamera()] : jef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera ChillConnect.CameraManager::CreateCamera(UnityEngine.GameObject,System.Int32)] : jeg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::InitCameraMgr()] : jeh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::get_ServerRTTOneWayTimeOffset()] : jei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::set_ServerRTTOneWayTimeOffset(System.Int32)] : jej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::get_ServerTickTimestamp()] : jek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::set_ServerTickTimestamp(System.Int64)] : jel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetCurrTimestamp()] : jem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetCurrTimestampInfo()] : jen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::SetHeartBeatTime(System.Int32)] : jeo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetHeartBeatTime()] : jep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::SetServerCurrTimestamp(System.Int64)] : jeq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.DateTimeManager::GetServerTimeOffset()] : jer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetServerTickTimestamp()] : jes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetServerTickDateTime()] : jet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetServerCurrTimestamp(System.Boolean)] : jeu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::SetTimeOffset(System.Int32)] : jev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetServerCurrDateTime()] : jew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetCurrTimeInterval(System.Int64)] : jex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetServerCurrTimeInterval(System.Int64)] : jey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetInteralDay(System.UInt64)] : jez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::GetIntervalHMS(System.Int64,System.Int32&,System.Int32&,System.Int32&)] : jfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::GetIntervalMS(System.Int64,System.Int32&,System.Int32&)] : jfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalHMSTextEn(System.Int64)] : jfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalHMSTextCn(System.Int64)] : jfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalMSTextEn(System.Int64)] : jfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalMSTextCn(System.Int64)] : jff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalDateSimpleString(System.Int64)] : jfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetCurrDateTime()] : jfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.DateTimeManager::GetTimestamp(System.DateTime)] : jfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetDateTime(System.Int64)] : jfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetCurrTimeZone()] : jfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowYear()] : jfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowMonth()] : jfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowDay()] : jfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowHour()] : jfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowMinute()] : jfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowSecond()] : jfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowMillisecond()] : jfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToMMdd(System.DateTime)] : jfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToYYYYMMDD(System.DateTime)] : jft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToSimpleString(System.DateTime)] : jfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToString(System.DateTime)] : jfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToDetailString(System.DateTime)] : jfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetDateTimeBy_yyyyMMddStr(System.String)] : jfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::TimestampToString(System.Int64)] : jfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.DateTimeManager::Millisecond2Second(System.UInt32)] : jfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.DateTimeManager::GetTimestampInMilliSecond(System.DateTime)] : jga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetMSMTimeUID()] : jgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetMonthDuration(System.String,System.String)] : jgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetMonthDuration(System.DateTime,System.DateTime)] : jgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetDayByDateStr(System.String)] : jge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetMonthByDateStr(System.String)] : jgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetYearByDateStr(System.String)] : jgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::FirstDayOfMonth(System.DateTime)] : jgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::LastDayOfMonth(System.DateTime)] : jgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetCurrTimesTampByMillisecond()] : jgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToFFFString(System.DateTime)] : jgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetServerCurrTimestampByMillisecond()] : jgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::InitialMain()] : jgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::EnterMain()] : jgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::AddListener()] : jgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::RemoveListener()] : jgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::InitAllModule()] : jgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::StartUpAllModule()] : jgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AllModuleGameStart()] : jgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseModel ChillConnect.ModuleManager::GetModel(System.String)] : jgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseUICtrl ChillConnect.ModuleManager::GetUICtrl(System.String)] : jgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AddModel(System.String,ChillConnect.BaseModel)] : jgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AddUIType(System.String,System.Type)] : jgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AddCtrl(System.String,ChillConnect.BaseCtrl)] : jgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AddUICtrl(System.String,ChillConnect.BaseUICtrl)] : jgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::DisposeAllModel()] : jgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::DisposeAllCtrl()] : jha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::DisposeAllModule()] : jhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneManager::AddScene(ChillConnect.BaseScene)] : jhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneManager::InitialMain(System.Object)] : jhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneManager::SwitchScene(System.Int32,System.Object)] : jhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SceneManager::SetScene(ChillConnect.BaseScene)] : jhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseScene ChillConnect.SceneManager::GetScene(System.Int32)] : jhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerOfManager::Init()] : jhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerOfManager::AddManager(ChillConnect.InterfaceManager)] : jhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerOfManager::DisposeAllManager()] : jhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager/<>c::b__21_0(UnityEngine.AudioClip)] : jhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager/<>c__DisplayClass26_0::b__0()] : jhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager/<>c__DisplayClass26_0::b__1(UnityEngine.AudioClip)] : jhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.AudioManager::get_IsOpenBGM()] : jhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::set_IsOpenBGM(System.Boolean)] : jho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.AudioManager::get_IsOpenEffect()] : jhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::set_IsOpenEffect(System.Boolean)] : jhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::InitAudioMode()] : jhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::InitDefaultButtonClickSound(System.String)] : jhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::OnTimeScaleChange(System.Object)] : jht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::StopBGM()] : jhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::PlayBGM(System.String,System.Boolean)] : jhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::SetBGMSound()] : jhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioSource ChillConnect.AudioManager::PlayDynamicEffect(System.String,System.Single,System.Boolean,System.Boolean)] : jhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager/d__4::System.IDisposable.Dispose()] : jhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SceneSwitchManager/d__4::System.Collections.Generic.IEnumerator.get_Current()] : jhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager/d__4::System.Collections.IEnumerator.Reset()] : jia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SceneSwitchManager/d__4::System.Collections.IEnumerator.get_Current()] : jib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager/d__5::System.IDisposable.Dispose()] : jic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SceneSwitchManager/d__5::System.Collections.Generic.IEnumerator.get_Current()] : jid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager/d__5::System.Collections.IEnumerator.Reset()] : jie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SceneSwitchManager/d__5::System.Collections.IEnumerator.get_Current()] : jif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager::SwitchInitialScene(System.Int32,ChillConnect.SceneSwitchManager/LoadCallBack,System.Object)] : jig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager::SwitchScene(System.Int32,ChillConnect.SceneSwitchManager/LoadCallBack,System.Object)] : jih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.SceneSwitchManager::OnLoadInitialScene(System.Int32,ChillConnect.SceneSwitchManager/LoadCallBack,System.Object)] : jii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.SceneSwitchManager::OnLoadScene(System.Int32,ChillConnect.SceneSwitchManager/LoadCallBack,System.Object)] : jij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TimerIManager::InitTimersRoot()] : jik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.EasyTimer ChillConnect.TimerIManager::CreateSimpleTimer(System.String,ChillConnect.TimerTimeType)] : jil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.Timer ChillConnect.TimerIManager::CreateTimer(System.String,ChillConnect.TimerTimeType)] : jim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TimerIManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.UIManager/<>c::b__32_1(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : jin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.UIManager/<>c::b__61_1(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : jio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ChillConnect.UIManager/<>c::b__67_0(FairyGUI.UIPackage)] : jip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 ChillConnect.UIManager/<>c::b__67_1(System.Collections.Generic.List`1)] : jiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.UIManager/<>c::b__67_2(FairyGUI.PackageItem)] : jir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass20_0::b__0(UnityEngine.Font)] : jis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass21_0::b__0(UnityEngine.Font)] : jit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass26_0::b__0()] : jiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass30_0::b__0()] : jiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass32_0::b__0(UnityEngine.TextAsset)] : jiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass42_0::b__0()] : jix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass43_0::b__0()] : jiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass61_0::b__0(UnityEngine.TextAsset)] : jiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::RegisterCommonPackage(System.String)] : jja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::RegisterCommonPackages(System.Collections.Generic.List`1)] : jjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::RegisterDefaultFont(System.String)] : jjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::RegisterFont(System.String[])] : jjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::DisposeAllUI()] : jje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SwitchSceneCloseAllUI()] : jjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Internal_OpenUI(ChillConnect.BaseUI,System.Object)] : jjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::OpenUIProcess(ChillConnect.BaseUI,System.Object)] : jjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Internal_CloseUI(ChillConnect.BaseUI,System.Boolean)] : jji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Internal_HideUI(ChillConnect.BaseUI)] : jjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Internal_DisplayUI(ChillConnect.BaseUI,System.Object)] : jjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::LoadUI(ChillConnect.BaseUI,System.Object,System.Action`2)] : jjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::CreateUI(ChillConnect.BaseUI,System.Object,System.Action`2)] : jjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::AddUIPackage(System.String,UnityEngine.Events.UnityAction)] : jjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.UIManager::GetPackageUIPath(System.String)] : jjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetButtonClickDownEffect(FairyGUI.GComponent)] : jjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph ChillConnect.UIManager::CreateUIMask(UnityEngine.Color)] : jjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph ChillConnect.UIManager::GetUIMaskFormPool()] : jjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::ReleaseUIMaskToPool(ChillConnect.BaseUI)] : jjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::DestroyUI(ChillConnect.BaseUI,System.Boolean)] : jjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::UnloadAsset(System.String,System.String)] : jju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::DisposeUI(ChillConnect.BaseUI)] : jjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::NotificationEvent(System.UInt32,ChillConnect.BaseUI)] : jjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::OpenUIAnim(ChillConnect.BaseUI)] : jjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::CloseUIAnim(ChillConnect.BaseUI,System.Action)] : jjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetWorldRaycasterEnabled(System.Boolean)] : jjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseUI ChillConnect.UIManager::GetDynamicUI(System.String)] : jka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.UIManager::IsExistUI(System.String)] : jkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetGObjectUILayer(ChillConnect.UILayerType,FairyGUI.GObject[])] : jkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::ResetGObjectUILayer(FairyGUI.GObject[])] : jkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.UIManager::AddNormalBaseUI(ChillConnect.BaseUI)] : jke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.UIManager::RemoveNormalBaseUI(ChillConnect.BaseUI)] : jkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseUI ChillConnect.UIManager::GetNowBaseUI()] : jkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::ExecuteOpenUISequence()] : jkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::QuitUISequence(ChillConnect.BaseUI)] : jki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::CloseSubUI(ChillConnect.BaseUI,ChillConnect.SubUI)] : jkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::CloseAllSubUI(ChillConnect.BaseUI)] : jkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitUIMgr()] : jkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitEventSystem()] : jkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiConfig()] : jkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiSettings()] : jko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiLayers()] : jkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiCommonPackages()] : jkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiMultiLanguage()] : jkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Init()] : iur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::DisposeBefore()] : jdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetEventSystemGo(UnityEngine.GameObject)] : jks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetSwitchLanguage(System.String)] : jkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::b__63_0(System.Object)] : jku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManagerRegister::AutoRegisterModel()] : jkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManagerRegister::AutoRegisterUICtrl()] : jkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManagerRegister::AutoRegisterCtrl()] : jkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManagerRegister::AutoRegisterUIType()] : jky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AdcomingCtrl ChillConnect.AdcomingCtrl::get_Instance()] : jkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingCtrl::set_Instance(ChillConnect.AdcomingCtrl)] : jla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::InitView()] : jlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::playAni(System.Object)] : jlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::b__15_0(System.Single)] : jld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::b__15_2()] : jle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::b__15_1()] : jlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AdcomingUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AdcomingUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AddViewCtrl ChillConnect.AddViewCtrl::get_Instance()] : jlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::set_Instance(ChillConnect.AddViewCtrl)] : jlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI/<>c__DisplayClass11_0::b__0()] : jli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::pay_success(System.Object)] : jlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::InitView()] : jlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::SetTextString()] : jll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::updateWatchCD()] : jlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::BroadCast()] : jln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::InitBroadCast()] : jlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::b__18_0()] : jlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::b__25_0()] : jlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddViewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddViewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AddviewnewCtrl ChillConnect.AddviewnewCtrl::get_Instance()] : jlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewCtrl::set_Instance(ChillConnect.AddviewnewCtrl)] : jls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c::b__18_1()] : jlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c::b__18_2()] : jlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c::b__18_3()] : jlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c__DisplayClass10_0::b__3()] : jlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c__DisplayClass10_1::b__4()] : jlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::SetItemNumber(System.Object)] : jly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::pay_success(System.Object)] : jlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::InitView()] : jma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::updateWatchCD()] : jmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::SetTextString()] : jmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::b__10_0()] : jmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::b__10_1()] : jme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::b__10_2()] : jmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::b__18_0()] : jmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddviewnewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddviewnewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AddViewoffCtrl ChillConnect.AddViewoffCtrl::get_Instance()] : jmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffCtrl::set_Instance(ChillConnect.AddViewoffCtrl)] : jmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI/<>c__DisplayClass8_0::b__0()] : jmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::pay_success(System.Object)] : jmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::InitView()] : jml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::updateWatchCD()] : jmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::SetTextString()] : jmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::BroadCast()] : jmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::InitBroadCast()] : jmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::b__15_0()] : jmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::b__22_0()] : jmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddViewoffUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddViewoffUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ArrowGameCtrl ChillConnect.ArrowGameCtrl::get_Instance()] : jms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameCtrl::set_Instance(ChillConnect.ArrowGameCtrl)] : jmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass107_0::b__0()] : jmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass120_0::b__0()] : jmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass123_0::b__0()] : jmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass123_1::b__1()] : jmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass90_0::b__0()] : jmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__115::System.IDisposable.Dispose()] : jmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ArrowGameUI/d__115::System.Collections.Generic.IEnumerator.get_Current()] : jna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__115::System.Collections.IEnumerator.Reset()] : jnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ArrowGameUI/d__115::System.Collections.IEnumerator.get_Current()] : jnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__110::System.IDisposable.Dispose()] : jnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ArrowGameUI/d__110::System.Collections.Generic.IEnumerator.get_Current()] : jne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__110::System.Collections.IEnumerator.Reset()] : jnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ArrowGameUI/d__110::System.Collections.IEnumerator.get_Current()] : jng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::UnityMouseToFGUIPos(UnityEngine.Vector2)] : jnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OpenOrStopGameInput(System.Object)] : jni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::DisableGameInput()] : jnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::EnableGameInput(System.Object)] : jnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnUpdate()] : jnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::Set101(System.Decimal)] : jnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::Set102()] : jnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnUpdate101(System.Object)] : jno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnUpdate102(System.Object)] : jnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::InitView()] : jnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::CalculateInitialScale()] : jnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetTopCurr(System.Object)] : jns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::PopMakeup()] : jnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnBtnClickBindEvent()] : jnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetModel(System.Object)] : jnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::UpdateGridDotColor(System.Boolean)] : jnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color ChillConnect.ArrowGameUI::GetArrowRuntimeColor(ChillConnect.ArrowConfig,System.Boolean)] : jnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::UpdateAllArrowsColor(System.Boolean)] : jny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::TriggerVibration(System.Boolean)] : jnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::TriggerBlockFlash()] : joa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::InitGridBounds()] : job -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::InitGridOccupied()] : joc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::MarkArrowOccupiedCells(ChillConnect.ArrowConfig,ChillConnect.LevelConfig)] : jod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::ReleaseArrowOccupied(ChillConnect.ArrowConfig)] : joe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::LoadLevelConfig()] : jof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::InitAllLevelData()] : jog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LevelConfig ChillConnect.ArrowGameUI::LoadLevelById(System.Int32)] : joh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::PointIdToRowCol(System.Int32,System.Int32,System.Int32&,System.Int32&)] : joi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::RowColToPos(System.Int32,System.Int32)] : joj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::PointIdToPos(System.Int32,System.Int32)] : jok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ArrowGameUI::GetPointIdByPos(UnityEngine.Vector2,ChillConnect.LevelConfig)] : jol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ArrowGameUI::GetDirByRotation(System.Single)] : jom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::DirToRotation(System.String)] : jon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::DrawGridDots(ChillConnect.LevelConfig)] : joo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::CalculateGridCenter(ChillConnect.LevelConfig)] : jop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetViewPivotToGridCenter()] : joq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::BuildArrowPath(ChillConnect.ArrowConfig,ChillConnect.LevelConfig)] : jor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::CreateArrowAndLines(ChillConnect.ArrowConfig,ChillConnect.LevelConfig)] : jos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetUserPorp(System.Object)] : jot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnClickDeleteItem()] : jou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnClickHint()] : jov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::ShowRandomArrowTip()] : jow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::HideFingerTip()] : jox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::IsInDragArea(UnityEngine.Vector2)] : joy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::IsInGridArea(UnityEngine.Vector2)] : joz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::GetSliderValueByScale(System.Single)] : jpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::GetScaleBySliderValue(System.Single)] : jpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnZoomSliderChange()] : jpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::MoveContainer(UnityEngine.Vector2)] : jpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnPathClick(ChillConnect.ArrowConfig)] : jpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::IsArrowBlocked(ChillConnect.ArrowConfig)] : jpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::CheckBlockByGrid(ChillConnect.ArrowConfig)] : jpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::GetDistanceToFirstBlock(ChillConnect.ArrowConfig,System.Single)] : jph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::DeleteArrowCompletely(ChillConnect.ArrowConfig)] : jpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::CreateArrowOnly(ChillConnect.ArrowConfig,UnityEngine.Vector2)] : jpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::MoveThenReset(ChillConnect.ArrowConfig)] : jpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ArrowGameUI::MoveAndResetCoroutine(ChillConnect.ArrowConfig)] : jpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::UpdateAllElementsPosition(ChillConnect.ArrowConfig)] : jpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::MoveToDisappear(ChillConnect.ArrowConfig)] : jpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetSpeed(System.Object)] : jpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ArrowGameUI::MoveAndDisappearCoroutine(ChillConnect.ArrowConfig)] : jpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::GetPositionByDistance(ChillConnect.ArrowConfig,System.Single)] : jpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::DirToVector2(System.String)] : jpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ArrowGameUI::GetFinalMoveDir(ChillConnect.ArrowConfig)] : jps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::CheckIsOutOfBounds(UnityEngine.Vector2,System.String)] : jpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::DisappearLineGetReward()] : jpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Coroutine ChillConnect.ArrowGameUI::RunCoroutine(System.Collections.IEnumerator)] : jpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::ClearAllDynamicObj()] : jpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::ShowResult(System.Boolean)] : jpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnRestartGame(System.Object)] : jpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__62_0()] : jpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__62_1()] : jqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__62_2()] : jqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__62_3()] : jqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__62_4()] : jqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__62_5()] : jqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__71_0()] : jqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::b__94_0(ChillConnect.ArrowConfig)] : jqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LevelConfig ChillConnect.JsonHelper::LoadLevel(System.String)] : jqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowGameUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowGameUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OnUpdate101(System.Object)] : jqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OnUpdate102(System.Object)] : jqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ArrowThemeCtrl ChillConnect.ArrowThemeCtrl::get_Instance()] : jqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::set_Instance(ChillConnect.ArrowThemeCtrl)] : jql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::SetBtnClick(System.Int32)] : jqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::SetBtnState()] : jqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::b__10_0()] : jqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::b__10_1()] : jqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::b__10_2()] : jqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::b__10_3()] : jqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowThemeUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowThemeUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::b__8_0()] : jqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ArrowTipsCtrl ChillConnect.ArrowTipsCtrl::get_Instance()] : jqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsCtrl::set_Instance(ChillConnect.ArrowTipsCtrl)] : jqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI/<>c__DisplayClass13_0::b__0()] : jqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI/<>c__DisplayClass13_0::b__1(System.Boolean)] : jqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::InitView(System.Int32)] : jqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::UpdateCd()] : jqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowTipsUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowTipsUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BroadcastCtrl ChillConnect.BroadcastCtrl::get_Instance()] : jqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastCtrl::set_Instance(ChillConnect.BroadcastCtrl)] : jra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::InitView()] : jrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OpenRecord()] : jrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::hideEvent(System.Object)] : jrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::showEvent(System.Object)] : jre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::Settop(System.Object)] : jrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::Setbuttom(System.Object)] : jrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::timeEvent()] : jrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::b__26_0()] : jri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BroadcastUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BroadcastUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BuyPropCtrl ChillConnect.BuyPropCtrl::get_Instance()] : jrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::set_Instance(ChillConnect.BuyPropCtrl)] : jrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI/<>c::b__23_0()] : jrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::buyItem()] : jrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::UpdateCd()] : jrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::AddProNum()] : jro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::SetAddText()] : jrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::ReduceProNum()] : jrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::setPropText()] : jrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::InitView()] : jrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::setBtnState(System.Int32)] : jrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::b__11_0()] : jru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::b__12_0(System.Boolean)] : jrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BuyPropUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BuyPropUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ChoosePropCtrl ChillConnect.ChoosePropCtrl::get_Instance()] : jrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::set_Instance(ChillConnect.ChoosePropCtrl)] : jrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__14_0()] : jry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__14_1()] : jrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__16_0()] : jsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__16_4(System.Boolean)] : jsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__16_2()] : jsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__16_5(System.Boolean)] : jsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c__DisplayClass16_0::b__1()] : jse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c__DisplayClass16_0::b__3()] : jsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::InitView()] : jsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::clsoeFunc()] : jsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::initProp(System.Int32)] : jsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ChoosePropUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ChoosePropUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.FirstRewardCtrl ChillConnect.FirstRewardCtrl::get_Instance()] : jsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::set_Instance(ChillConnect.FirstRewardCtrl)] : jsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c::b__18_0(System.Boolean)] : jsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c::b__18_1()] : jsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c__DisplayClass17_0::b__0(Spine.TrackEntry)] : jsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c__DisplayClass17_0::b__1()] : jso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c__DisplayClass17_0::b__2(Spine.TrackEntry)] : jsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::InitView()] : jsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::GetReward()] : jsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.FirstRewardUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.FirstRewardUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.FXWndCtrl ChillConnect.FXWndCtrl::get_Instance()] : jss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::set_Instance(ChillConnect.FXWndCtrl)] : jst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass6_0::b__3(UnityEngine.GameObject)] : jsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass6_0::b__0()] : jsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass6_1::b__1()] : jsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass6_2::b__2()] : jsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass7_0::b__0()] : jsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::PlayFx(ChillConnect.FxPlayData)] : jsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Action ChillConnect.FXWndUI::SetSortingOrder(UnityEngine.GameObject)] : jta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.FxPlayData ChillConnect.FxPlayData::Get(ChillConnect.Fx_Type,System.Single,UnityEngine.Vector2)] : jtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FxPlayData::Release(ChillConnect.FxPlayData)] : jtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.FXWndUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.FXWndUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::PlayFx(System.Object)] : jtd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GameAgainCtrl ChillConnect.GameAgainCtrl::get_Instance()] : jte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::set_Instance(ChillConnect.GameAgainCtrl)] : jtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI/<>c__DisplayClass10_0::b__3()] : jtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::b__10_0()] : jth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::b__10_1()] : jti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::b__10_2()] : jtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameAgainUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameAgainUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::b__8_0()] : jtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GameLoginCtrl ChillConnect.GameLoginCtrl::get_Instance()] : jtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginCtrl::set_Instance(ChillConnect.GameLoginCtrl)] : jtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::InitView()] : jtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnclickSpace()] : jto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClickError()] : jtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClickBtn()] : jtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClickPrivacy()] : jtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClickTerms()] : jts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::b__12_0(FairyGUI.EventContext)] : jtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameLoginUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameLoginUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GameMenuCtrl ChillConnect.GameMenuCtrl::get_Instance()] : jtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuCtrl::set_Instance(ChillConnect.GameMenuCtrl)] : jtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::InitView()] : jtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::b__12_0()] : jtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::b__12_1()] : jty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::b__12_2()] : jtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameMenuUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameMenuUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GameResultCtrl ChillConnect.GameResultCtrl::get_Instance()] : jua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::set_Instance(ChillConnect.GameResultCtrl)] : jub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_6(System.Boolean)] : juc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_7()] : jud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_8()] : jue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_9()] : juf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_12()] : jug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_13()] : juh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_14()] : jui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_15()] : juj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_16()] : juk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_17()] : jul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_18()] : jum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_19()] : jun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_20()] : juo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_21()] : jup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_3()] : juq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_4()] : jur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_5()] : jus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_6()] : jut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_8()] : juu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_9()] : juv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_10()] : juw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_11()] : jux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__0()] : juy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__7()] : juz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__1()] : jva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__12()] : jvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__2()] : jvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::GetReward(System.Single)] : jvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::RefreshGold(System.Decimal)] : jve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::timeEvent()] : jvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::InitView()] : jvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::StartScroll()] : jvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::Scroll()] : jvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_0()] : jvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_1()] : jvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_2()] : jvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_3()] : jvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_4()] : jvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_10(System.Boolean)] : jvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_11(System.Boolean)] : jvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_5()] : jvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__17_0(System.Boolean)] : jvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__17_2()] : jvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__17_1()] : jvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__17_3(System.Single)] : jvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__25_0()] : jvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__33_0()] : jvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__33_1()] : jvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameResultUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameResultUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::b__8_0()] : jvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GoldRewardCtrl ChillConnect.GoldRewardCtrl::get_Instance()] : jvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardCtrl::set_Instance(ChillConnect.GoldRewardCtrl)] : jwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI/<>c::b__15_2()] : jwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI/<>c__DisplayClass15_0::b__0()] : jwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI/<>c__DisplayClass15_0::b__1(System.Boolean)] : jwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI/<>c__DisplayClass15_0::b__3(System.Boolean)] : jwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::InitView()] : jwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::b__8_0()] : jwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GoldRewardUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GoldRewardUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.H5Ctrl ChillConnect.H5Ctrl::get_Instance()] : jwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Ctrl::set_Instance(ChillConnect.H5Ctrl)] : jwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Ctrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Ctrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Model::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Model::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI/<>c::b__8_0()] : jwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::InitView()] : jwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::ClickBtn(System.String)] : jwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnClickFlyCash()] : jwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnClickIcon()] : jwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::CheckShowFly()] : jwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.H5UICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.H5UICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::OnH5ClickBtn(System.Object)] : jwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.JoastCtrl ChillConnect.JoastCtrl::get_Instance()] : jwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastCtrl::set_Instance(ChillConnect.JoastCtrl)] : jwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.JoastData ChillConnect.JoastData::GetTips(System.String)] : jws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.JoastData ChillConnect.JoastData::GetTips(System.String,System.Single,System.Single,System.Single,System.Int32)] : jwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastData::Rest()] : jwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastModel::AddTips(ChillConnect.JoastData)] : jwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.JoastData ChillConnect.JoastModel::GetTips()] : jww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI/<>c__DisplayClass8_0::b__0()] : jwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.JoastUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.JoastUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::CheckNext(System.Object)] : jwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::ShowTips()] : jwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::AddTips(System.Object)] : jxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LevelRewardCtrl ChillConnect.LevelRewardCtrl::get_Instance()] : jxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardCtrl::set_Instance(ChillConnect.LevelRewardCtrl)] : jxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass12_0::b__0()] : jxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass12_0::b__1()] : jxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass13_0::b__0(System.Boolean)] : jxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass13_0::b__1()] : jxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass13_0::b__2(System.Single)] : jxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::getReward(System.Int32)] : jxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.LevelRewardUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.LevelRewardUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LoadingCtrl ChillConnect.LoadingCtrl::get_Instance()] : jxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingCtrl::set_Instance(ChillConnect.LoadingCtrl)] : jxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI/d__12::System.IDisposable.Dispose()] : jxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.LoadingUI/d__12::System.Collections.Generic.IEnumerator.get_Current()] : jxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI/d__12::System.Collections.IEnumerator.Reset()] : jxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.LoadingUI/d__12::System.Collections.IEnumerator.get_Current()] : jxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.LoadingUI::SetProgress(System.Int32)] : jxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::Reconnection(System.Object)] : jxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::closeMask(System.Object)] : jxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::CheckAgree()] : jxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnUpdateHotFixMax(System.Object)] : jxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnUpdateHotFixProgress(System.Object)] : jxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.LoadingUI::b__12_0()] : jxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::b__12_1(System.Double)] : jxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::b__12_2()] : jxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.LoadingUI::b__22_0()] : jxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::b__22_1(System.Double)] : jxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::b__22_2()] : jya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.LoadingUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.LoadingUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::OnHideLoading(System.Object)] : jyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.MakeupConfirmCtrl ChillConnect.MakeupConfirmCtrl::get_Instance()] : jyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmCtrl::set_Instance(ChillConnect.MakeupConfirmCtrl)] : jyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c::b__24_2(System.Boolean,SGModule.NetKit.OrderState)] : jye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c::b__26_1()] : jyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.MakeupConfirmUI/<>c::b__29_0(ChillConnect.makeupRdData,ChillConnect.makeupRdData)] : jyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.MakeupConfirmUI/<>c::b__29_1(System.Int32,System.Int32)] : jyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass18_0::b__5()] : jyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass18_0::b__6()] : jyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass18_0::b__7(System.Boolean)] : jyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_1::b__0()] : jyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_2::b__1()] : jym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass23_0::b__0()] : jyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass25_0::b__0()] : jyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass25_0::b__1()] : jyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0::b__0()] : jyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0::b__2()] : jyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0::b__3(System.Boolean)] : jys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0::b__0()] : jyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0::b__1(IgnoreOPS.Makeup)] : jyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass30_0::b__0()] : jyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MakeupConfirmUI/<>c__DisplayClass32_0::b__0(IgnoreOPS.Makeup)] : jyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::Update()] : jyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::InitView(System.Object)] : jyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::initTop()] : jyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::initButtom()] : jza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnEnter()] : jzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::showPaypal()] : jzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnConfirm()] : jzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnTask()] : jze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnInline()] : jzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::RefreshRecordData()] : jzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::onTicket()] : jzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::refreshItem(System.Int32,FairyGUI.GObject)] : jzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::onCode()] : jzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::CheckBtnWatchStatus()] : jzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::updateSpeedCD()] : jzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::CheckActive(System.Int32)] : jzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::WatchBtnClick()] : jzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::taskWatchBtnClick()] : jzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::upTaskWatchAdsBtn()] : jzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::LvWatchBtnClick()] : jzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::upLvWatchAdsBtn()] : jzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_0()] : jzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_1()] : jzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_2()] : jzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_3()] : jzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_4()] : jzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__24_0()] : jzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__24_1()] : jzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__31_0()] : jzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__31_1()] : kaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__31_2()] : kab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__35_0(System.Boolean)] : kac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__36_0(System.Boolean)] : kad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__38_0(System.Boolean)] : kae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.MakeupConfirmUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.MakeupConfirmUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.MenuCtrl ChillConnect.MenuCtrl::get_Instance()] : kaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::set_Instance(ChillConnect.MenuCtrl)] : kag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MenuModel::get_IsOpenMusic()] : kah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::set_IsOpenMusic(System.Boolean)] : kai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MenuModel::get_IsOpenEffect()] : kaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::set_IsOpenEffect(System.Boolean)] : kak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI/<>c__DisplayClass19_0::b__0()] : kal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::UpdataAvatar(System.Object)] : kam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::UpdateItem(System.Int32,FairyGUI.GObject)] : kan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetAvatar()] : kao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetHeadPic()] : kap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::InitView()] : kaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetVersion()] : kar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetUID()] : kas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnSwitchLanguage()] : kat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnCloseView()] : kau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SaveName()] : kav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnClickSetMusic()] : kaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnClickSoundBtn()] : kax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::RefreshMusicUI()] : kay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::b__26_0()] : kaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.MenuUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.MenuUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.NetLoadingCtrl ChillConnect.NetLoadingCtrl::get_Instance()] : kba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingCtrl::set_Instance(ChillConnect.NetLoadingCtrl)] : kbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::InitView()] : kbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.NetLoadingUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.NetLoadingUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.OpenBgCtrl ChillConnect.OpenBgCtrl::get_Instance()] : kbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgCtrl::set_Instance(ChillConnect.OpenBgCtrl)] : kbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OpenLogin(System.Object)] : kbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.OpenBgUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.OpenBgUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.OpenGameCtrl ChillConnect.OpenGameCtrl::get_Instance()] : kbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::set_Instance(ChillConnect.OpenGameCtrl)] : kbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI/<>c::b__16_3(Spine.TrackEntry)] : kbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI/<>c::b__16_2()] : kbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI/<>c__DisplayClass10_0::b__0()] : kbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::InitView()] : kbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::b__16_0()] : kbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::b__16_1()] : kbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.OpenGameUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.OpenGameUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PackrewardCtrl ChillConnect.PackrewardCtrl::get_Instance()] : kbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::set_Instance(ChillConnect.PackrewardCtrl)] : kbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c::b__21_4()] : kbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c::b__21_6()] : kbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c::b__21_0()] : kbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c::b__21_2()] : kbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass16_0::b__0(System.Boolean)] : kbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass16_0::b__1()] : kbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass16_1::b__3(System.Boolean)] : kbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass16_1::b__4()] : kbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass21_0::b__5()] : kby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass21_1::b__7()] : kbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::pay_success(System.Object)] : kca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::InitView()] : kcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::SetTextString1()] : kcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__16_2(System.Single)] : kcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__16_5(System.Single)] : kce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__21_1()] : kcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__21_8(System.Boolean)] : kcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__21_3()] : kch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__21_9(System.Boolean)] : kci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PackrewardUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PackrewardUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PassunlockCtrl ChillConnect.PassunlockCtrl::get_Instance()] : kcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::set_Instance(ChillConnect.PassunlockCtrl)] : kck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI/<>c__DisplayClass9_0::b__0()] : kcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::pay_success(System.Object)] : kcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::InitView()] : kcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::SetTextString()] : kco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PassunlockUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PassunlockUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PassViewCtrl ChillConnect.PassViewCtrl::get_Instance()] : kcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::set_Instance(ChillConnect.PassViewCtrl)] : kcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__22_0()] : kcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__24_0()] : kcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_0()] : kct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_2()] : kcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_4()] : kcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_5()] : kcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_6()] : kcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c__DisplayClass28_0::b__0(System.Boolean)] : kcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c__DisplayClass28_0::b__1(System.Single)] : kcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c__DisplayClass31_0::b__1()] : kda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c__DisplayClass31_0::b__3()] : kdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::SetTopCurr(System.Object)] : kdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::pay_success(System.Object)] : kdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::InitView()] : kde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::upData()] : kdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::setPassCom()] : kdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::setItemUrl(FairyGUI.GLoader,System.Int32)] : kdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::seItemClick(FGUI.P14_PassView.com_item_award,System.Int32,System.Int32,System.Int32)] : kdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::UnlockPass()] : kdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::GetReward(System.Int32,System.Int32)] : kdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::gotoItem()] : kdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::battle_itemRender(System.Int32,FairyGUI.GObject)] : kdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::b__13_0()] : kdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::b__21_0()] : kdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::b__27_0(System.Boolean)] : kdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PassViewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PassViewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PayloadingCtrl ChillConnect.PayloadingCtrl::get_Instance()] : kdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::set_Instance(ChillConnect.PayloadingCtrl)] : kdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::InitView()] : kds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::b__15_0()] : kdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PayloadingUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PayloadingUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PersonViewCtrl ChillConnect.PersonViewCtrl::get_Instance()] : kdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::set_Instance(ChillConnect.PersonViewCtrl)] : kdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PersonViewModel::get_IsOpenMusic()] : kdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::set_IsOpenMusic(System.Boolean)] : kdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PersonViewModel::get_IsOpenEffect()] : kdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::set_IsOpenEffect(System.Boolean)] : kdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_0()] : kea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_1()] : keb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_2()] : kec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_3()] : ked -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_6()] : kee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_7(System.Boolean,System.String)] : kef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c__DisplayClass19_0::b__0()] : keg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::GetSliderValueByScale(System.Single)] : keh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::InitView()] : kei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetSlideValue()] : kej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::UpdateItem(System.Int32,FairyGUI.GObject)] : kek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetHeadPic()] : kel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetMusic()] : kem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetSound()] : ken -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetVersion()] : keo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetUID()] : kep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetAvatar()] : keq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::UpdateUserInfo()] : ker -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SaveName()] : kes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::b__17_4()] : ket -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::b__17_5()] : keu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PersonViewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PersonViewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PettyAwardCtrl ChillConnect.PettyAwardCtrl::get_Instance()] : kev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::set_Instance(ChillConnect.PettyAwardCtrl)] : kew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI/<>c__DisplayClass18_0::b__1(Spine.TrackEntry)] : kex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI/<>c__DisplayClass18_0::b__2()] : kez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI/<>c__DisplayClass22_0::b__0()] : kfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI/<>c__DisplayClass22_0::b__1(System.Boolean,SGModule.NetKit.OrderState)] : kfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::InitView()] : kfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::GotoPanel(System.Int32)] : kfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::GotoEnterAccount()] : kfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::ConfirmClick()] : kff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::GotoSecondConfirm(System.String,System.String,System.String)] : kfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::GotoDetail()] : kfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PettyAwardUI::IsPettyDataExpired()] : kfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::b__18_0()] : kfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::b__18_3(Spine.TrackEntry)] : kfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::b__23_0()] : kfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PettyAwardUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PettyAwardUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PrivacyCtrl ChillConnect.PrivacyCtrl::get_Instance()] : kfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyCtrl::set_Instance(ChillConnect.PrivacyCtrl)] : kfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::InitView()] : kfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ChillConnect.PrivacyUI::getstr(System.String,System.Int32)] : kfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::b__12_0(UnityEngine.TextAsset)] : kfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PrivacyUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PrivacyUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RecordViewCtrl ChillConnect.RecordViewCtrl::get_Instance()] : kfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewCtrl::set_Instance(ChillConnect.RecordViewCtrl)] : kfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI/d__20::System.IDisposable.Dispose()] : kft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.RecordViewUI/d__20::System.Collections.Generic.IEnumerator.get_Current()] : kfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI/d__20::System.Collections.IEnumerator.Reset()] : kfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.RecordViewUI/d__20::System.Collections.IEnumerator.get_Current()] : kfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::InitView()] : kfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::UpdateRecord()] : kfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::setRecord(System.Int32,FairyGUI.GObject)] : kfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.RecordViewUI::ScrollRoutine()] : kga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::hideEvent(System.Object)] : kgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::showEvent(System.Object)] : kgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::b__8_0()] : kgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectMoveFunc/<>c__DisplayClass0_0::b__0()] : kge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectMoveFunc::MoveTween(FairyGUI.GObject,System.Single,System.Action)] : kgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RecordViewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RecordViewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::RefreshList(System.Object)] : kgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RedeemCodeCtrl ChillConnect.RedeemCodeCtrl::get_Instance()] : kgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeCtrl::set_Instance(ChillConnect.RedeemCodeCtrl)] : kgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::InitView()] : kgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::b__10_0()] : kgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::b__10_1()] : kgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RedeemCodeUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RedeemCodeUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ResurgenceCtrl ChillConnect.ResurgenceCtrl::get_Instance()] : kgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceCtrl::set_Instance(ChillConnect.ResurgenceCtrl)] : kgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c::b__16_0(System.Boolean)] : kgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c::b__18_0()] : kgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c::b__18_2()] : kgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c__DisplayClass18_0::b__1()] : kgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c__DisplayClass18_0::b__3()] : kgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c__DisplayClass18_0::b__5(System.Boolean)] : kgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c__DisplayClass18_1::b__4()] : kgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::updatEevent()] : kgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::pay_success(System.Object)] : kgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::InitView()] : kgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::BroadCast()] : kgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::InitBroadCast()] : kgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::b__23_0()] : kha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ResurgenceUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ResurgenceUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardCtrl ChillConnect.RewardCtrl::get_Instance()] : khb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardCtrl::set_Instance(ChillConnect.RewardCtrl)] : khc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardUI/<>c::b__12_0(ChillConnect.RewardSingleData)] : khd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c::b__33_0()] : khe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c::b__34_1()] : khf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c__DisplayClass13_0::b__0()] : khg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c__DisplayClass13_0::b__1()] : khh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c__DisplayClass34_0::b__0()] : khi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c__DisplayClass34_1::b__2()] : khj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::InitData()] : khk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::InitView()] : khl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::setItemUrl(FairyGUI.GLoader,System.Int32)] : khm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::Set101(System.Decimal)] : khn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::SetAvatar()] : kho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::SetName()] : khp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardSingleData ChillConnect.RewardUI::GetRewardData(System.Int32)] : khq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.RewardUI::GetRewardValue(System.Int32)] : khr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardOrigin ChillConnect.RewardUI::GetRewardOrigin(System.Int32)] : khs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.RewardUI::GetRewardIndex(System.Int32)] : kht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnClickClaim()] : khu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnClickDouble()] : khv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::StartScroll()] : khw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::Scroll()] : khx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::b__24_0(System.Boolean)] : khy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::GetReward(System.Int32)] : khz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardAniCtrl ChillConnect.RewardAniCtrl::get_Instance()] : kia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::set_Instance(ChillConnect.RewardAniCtrl)] : kib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::add_UpdataCb(System.Action`1)] : kic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::remove_UpdataCb(System.Action`1)] : kid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::add_EndEventCb(System.Action)] : kie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::remove_EndEventCb(System.Action)] : kif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::add_UICloseEventCb(System.Action)] : kig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::remove_UICloseEventCb(System.Action)] : kih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::Updata()] : kii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::EndEvent()] : kij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::UICloseEvent()] : kik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__0(FairyGUI.NTexture)] : kil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__1()] : kim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__2()] : kin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__3(UnityEngine.Vector2)] : kio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__4()] : kip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__5()] : kiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__6(System.Single)] : kir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__7()] : kis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnUpdate()] : jnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::InitView(ChillConnect.RewardDisplayData)] : kit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::b__17_0()] : kiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardAniUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardAniUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::b__6_0()] : kiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardboxCtrl ChillConnect.RewardboxCtrl::get_Instance()] : kiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::set_Instance(ChillConnect.RewardboxCtrl)] : kix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI/<>c::b__9_1()] : kiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI/<>c::b__23_0()] : kiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI/<>c::b__24_2()] : kja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::InitView()] : kjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::StartScroll()] : kjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::Scroll()] : kjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__9_0()] : kje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__9_2(System.Boolean)] : kjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__15_0()] : kjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__24_0()] : kjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__24_1()] : kji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardboxUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardboxUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardMulNewCtrl ChillConnect.RewardMulNewCtrl::get_Instance()] : kjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewCtrl::set_Instance(ChillConnect.RewardMulNewCtrl)] : kjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI/<>c::b__14_4()] : kjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI/<>c::b__14_5()] : kjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI/<>c::b__14_6()] : kjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::InitView()] : kjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::getReward(System.Int32)] : kjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::playCoinAni()] : kjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_0()] : kjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_2(System.Boolean)] : kjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_3()] : kjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_1()] : kju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_7()] : kjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__17_0(System.Boolean)] : kjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__17_1()] : kjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardMulNewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardMulNewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.SaveingPotCtrl ChillConnect.SaveingPotCtrl::get_Instance()] : kjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotCtrl::set_Instance(ChillConnect.SaveingPotCtrl)] : kjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c::b__11_1()] : kka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SaveingPotUI/<>c::b__26_0(SaveingPotRdData,SaveingPotRdData)] : kkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SaveingPotUI/<>c::b__26_1(System.Int32,System.Int32)] : kkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c::b__34_2(System.Boolean,SGModule.NetKit.OrderState)] : kkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c::b__36_0()] : kke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass25_0::b__0()] : kkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass25_0::b__1()] : kkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveingPotUI/<>c__DisplayClass25_0::b__2(IgnoreOPS.Makeup_2)] : kkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass27_0::b__0()] : kki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveingPotUI/<>c__DisplayClass30_0::b__0(IgnoreOPS.Makeup_2)] : kkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass32_0::b__0()] : kkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass32_0::b__1()] : kkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass32_0::b__2(System.Boolean)] : kkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass33_0::b__0()] : kkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass36_1::b__1()] : kko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::Update()] : kkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::InitView()] : kkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::WatchBtnClick()] : kkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::updateSpeedCD()] : kks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::upLvWatchAdsBtn()] : kkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnInline()] : kku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::RefreshRecordData()] : kkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::onTicket()] : kkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::refreshItem(System.Int32,FairyGUI.GObject)] : kkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::onCode()] : kky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::CheckActive(System.Int32)] : kkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::CheckBtnWatchStatus()] : kla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnConfirm()] : klb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnTask()] : klc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnEnter()] : kld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::showPaypal()] : kle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::initTop()] : klf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::BroadCast()] : klg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::InitBroadCast()] : klh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__11_0()] : kli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_0()] : klj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_3(System.Boolean)] : klk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_4()] : kll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_1(System.Single)] : klm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_2(Spine.TrackEntry)] : kln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__21_0(System.Boolean)] : klo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__28_0()] : klp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__28_1()] : klq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__28_2()] : klr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__31_0()] : kls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__31_1()] : klt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__34_0()] : klu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__34_1()] : klv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__40_0()] : klw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.SaveingPotUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.SaveingPotUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BuygoldCtrl ChillConnect.BuygoldCtrl::get_Instance()] : klx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::set_Instance(ChillConnect.BuygoldCtrl)] : kly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c::b__25_0()] : klz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c::b__29_1()] : kma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c__DisplayClass18_0::b__0(System.Boolean)] : kmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c__DisplayClass18_0::b__1()] : kmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c__DisplayClass18_0::b__2(System.Single)] : kmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c__DisplayClass29_0::b__0()] : kme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::upWatchAdsBtn()] : kmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::GetAward(System.Decimal,System.Int32)] : kmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::pay_success(System.Object)] : kmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::InitView()] : kmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::initList()] : kmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::SetTextString()] : kmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::setRemaintime(System.Int32,FairyGUI.GObject)] : kml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.BuygoldUI::getShopName(System.Int32)] : kmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::redeem_Gold(System.Int32)] : kmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::b__25_1()] : kmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::b__25_2(System.Boolean)] : kmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::b__25_3()] : kmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BuygoldUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BuygoldUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::removeAdCountDown()] : kmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.SignInViewCtrl ChillConnect.SignInViewCtrl::get_Instance()] : kms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::set_Instance(ChillConnect.SignInViewCtrl)] : kmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI/<>c__DisplayClass18_0::b__0()] : kmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI/<>c__DisplayClass18_1::b__1()] : kmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI/<>c__DisplayClass21_0::b__0(System.Boolean)] : kmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::InitView()] : kmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::RefreshView(FGUI.Signin_19.btn_sign,IgnoreOPS.SignDailyReward,System.Int32)] : kmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::setItemUrl(FairyGUI.GLoader,System.Int32)] : kmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::GetSignInReward(IgnoreOPS.SignDailyReward,UnityEngine.Vector2,FairyGUI.GButton,System.Int32)] : kna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::OnSignInUI_Display(System.Object)] : knb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.SignInViewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.SignInViewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.StatementViewCtrl ChillConnect.StatementViewCtrl::get_Instance()] : knc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::set_Instance(ChillConnect.StatementViewCtrl)] : knd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::InitView()] : kne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnListScroll()] : knf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.StatementViewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.StatementViewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftCtrl ChillConnect.ThreeDaysGiftCtrl::get_Instance()] : kng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftCtrl::set_Instance(ChillConnect.ThreeDaysGiftCtrl)] : knh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_2()] : kni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_3()] : knj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_5()] : knk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_8()] : knl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_9()] : knm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0::b__1()] : knn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0::b__6()] : kno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0::b__7()] : knp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0::b__10(System.Boolean)] : knq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_1::b__0()] : knr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_2::b__4()] : kns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass9_0::b__0()] : knt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass9_0::b__1(Spine.TrackEntry)] : knu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass9_0::b__2()] : knv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::pay_success(System.Object)] : knw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::rewardMul_close(System.Object)] : knx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::InitView()] : kny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::initItem(System.Int32)] : knz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::setItemUrl(FairyGUI.GLoader,GiftType)] : koa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::getReward()] : kob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::InitBroadCast()] : koc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::BroadCast()] : kod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::b__28_0()] : koe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::b__28_1()] : kof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::b__28_2()] : kog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ThreeDaysGiftUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ThreeDaysGiftUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.TipsViewCtrl ChillConnect.TipsViewCtrl::get_Instance()] : koh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewCtrl::set_Instance(ChillConnect.TipsViewCtrl)] : koi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI/<>c__DisplayClass12_0::b__0()] : koj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::InitView(System.Action)] : kok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.TipsViewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.TipsViewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.WheelViewCtrl ChillConnect.WheelViewCtrl::get_Instance()] : kol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::set_Instance(ChillConnect.WheelViewCtrl)] : kom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.WheelViewModel::get_NextOpenWheelTimeStr()] : kon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.WheelViewUI/<>c__DisplayClass31_0::b__0()] : koo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI/<>c__DisplayClass31_0::b__1(System.Single)] : kop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI/<>c__DisplayClass31_0::b__2()] : koq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI/<>c__DisplayClass32_0::b__0()] : kor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI/<>c__DisplayClass32_0::b__1(System.Boolean)] : kos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::LoadLastCheckDate()] : kot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::SaveLastCheckDate()] : kou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::CheckNewDay()] : kov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::InitView()] : kow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::refreshData()] : kox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::SpineAnim()] : koy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::Spin()] : koz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::ReceivePlane(IgnoreOPS.Turntable)] : kpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::UpdateTime()] : kpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::b__21_0()] : kpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::b__30_0(System.Boolean)] : kpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::OnSignInUI_Display(System.Object)] : kpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.WheelViewUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.WheelViewUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseCtrl::get_IsNew()] : kpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::set_IsNew(System.Boolean)] : kpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::New()] : kph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::Init()] : kpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::StartUp()] : kpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::GameStart()] : kpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::Dispose()] : kpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::Assignment()] : kpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::UnAssignment()] : kpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnNew()] : kpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnStartUp()] : kpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnGameStart()] : kpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BaseUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BaseUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUICtrl::DispatchCloseUI(System.String,System.Object)] : kpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::New()] : kps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::Init()] : kpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::StartUp()] : kpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::GameStart()] : kpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::Reset()] : kpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::Dispose()] : kpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::Assignment()] : kpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::UnAssignment()] : kpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnNew()] : kqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnStartUp()] : kqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnGameStart()] : kqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::AddServerListener()] : kqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::RemoveServerListener()] : kqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::New(ChillConnect.BaseUICtrl)] : kqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Assignment()] : kqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::UnAssignment()] : kqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Open(System.Object)] : kqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Close()] : kqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Hide()] : kqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Display(System.Object)] : kql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Init()] : kqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::PostProcess_UIInfo()] : kqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Bind()] : kqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_OpenBefore(System.Object)] : kqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Open(System.Object)] : kqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_OpenUIAnimEnd()] : kqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Close()] : kqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_CloseUIAnimEnd()] : kqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Destroy()] : kqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Hide()] : kqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Display(System.Object)] : kqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::ProcessFunc_SwitchLanguage()] : kqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::InternaProcesslFunc_GComponentSwitchLanguage(FairyGUI.GComponent)] : kqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnNew()] : kqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnOpenUIAnimEnd()] : kra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnCloseUIAnimEnd()] : krb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnDestroy()] : krc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnUpdate()] : jnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnSwitchLanguage()] : kat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::AddServerListener()] : krd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::RemoveServerListener()] : kre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::KillOpenUIAnim()] : krf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::KillCloseUIAnim()] : krg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::CtrlCloseUI()] : krh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.NewTaskCtrl ChillConnect.NewTaskCtrl::get_Instance()] : kri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::set_Instance(ChillConnect.NewTaskCtrl)] : krj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskModel::OnInit()] : jbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskModel::OnDispose()] : jca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskModel::AddListener()] : jcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskModel::RemoveListener()] : jcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__25_3()] : krk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.NewTaskUI/<>c::b__28_0(IgnoreOPS.PassingTask,IgnoreOPS.PassingTask)] : krl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.NewTaskUI/<>c::b__29_0(IgnoreOPS.Durationtasks,IgnoreOPS.Durationtasks)] : krm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.NewTaskUI/<>c::b__30_0(IgnoreOPS.ADTask,IgnoreOPS.ADTask)] : krn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__31_0()] : kro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__31_3()] : krp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__31_2()] : krq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__32_0()] : krr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__32_3()] : krs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__32_2()] : krt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__35_0()] : kru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__35_3()] : krv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__35_2()] : krw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass31_0::b__1()] : krx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass32_0::b__1()] : kry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass33_0::b__0(System.Boolean)] : krz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass34_0::b__0()] : ksa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass35_0::b__1()] : ksb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::SetUIInfo(ChillConnect.UIInfo)] : jce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnInit()] : jcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnClose()] : jcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnBind()] : jch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnOpenBefore(System.Object)] : jci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::SortListBasedOnIsLevel(System.Int32)] : ksc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnOpen(System.Object)] : jcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnHide()] : jck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnDisplay(System.Object)] : jcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::AddListener()] : jcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::RemoveListener()] : jcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::InitView()] : ksd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::SetBtnVisible(System.Int32)] : kse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::RefreshGold(System.Decimal)] : ksf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::SortTaskList()] : ksg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::sortTimeList()] : ksh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::sortADNumList()] : ksi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::ADTaskRender(System.Int32,FairyGUI.GObject)] : ksj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::passingTaskrRender(System.Int32,FairyGUI.GObject)] : ksk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::GetReward(System.Int32)] : ksl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::getRewardSuccess(System.Object)] : ksm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::durationRender(System.Int32,FairyGUI.GObject)] : ksn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::b__25_0()] : kso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::b__25_1()] : ksp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::b__25_2()] : ksq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::OnInit()] : eho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::OnDispose()] : ehp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::OpenUI(System.Object)] : jcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::CloseUI(System.Object)] : jcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.NewTaskUICtrl::GetOpenUIMsg(System.String)] : jda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.NewTaskUICtrl::GetCloseUIMsg(System.String)] : jdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::AddListener()] : ehq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::RemoveListener()] : ehr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::AddServerListener()] : jbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::RemoveServerListener()] : jby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GObjectPool::get_CountAll()] : ksr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::set_CountAll(System.Int32)] : kss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GObjectPool::get_CountInactive()] : kst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::set_CountInactive(System.Int32)] : ksu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::Init(System.String,System.String,UnityEngine.Transform,UnityEngine.Transform)] : ksv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::InitCallBack(System.Action`1,System.Action`1,System.Action`1)] : ksw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.GObjectPool::Get()] : ksx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::Release(UnityEngine.GameObject)] : ksy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GObjectPool::Contains(UnityEngine.GameObject)] : ksz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::DestroyObj(UnityEngine.GameObject)] : kta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.GObjectsPool::Get(System.String,System.String)] : ktb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectsPool::RegisterNew(System.String,System.String)] : ktc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ListPool`1::Clear(System.Collections.Generic.List`1)] : ktd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ChillConnect.ListPool`1::Get()] : kte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ListPool`1::Release(System.Collections.Generic.List`1)] : ktf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ObjectPool`1::get_CountAll()] : ktg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ObjectPool`1::set_CountAll(System.Int32)] : kth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.ObjectPool`1::Get()] : kti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ObjectPool`1::Release(T)] : ktj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ObjectPool`1::Dispose()] : ktk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AppManagerRegister::Register()] : ktl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AppManagerRegister::RegisterData()] : ktm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AppManagerRegister::RegisterFont()] : ktn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerRegister::Register()] : kto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerRegister::RegisterData()] : ktp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneManagerRegister::AutoRegisterScene()] : ktq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManagerRegister::AutoRegisterBinder()] : ktr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManagerRegister::AutoRegisterCommonPackages()] : kts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SApplication::get_IsAppQuit()] : ktt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_IsAppQuit(System.Boolean)] : ktu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SApplication::get_IsRestart()] : ktv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_IsRestart(System.Boolean)] : ktw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SApplication::get_RestartCount()] : ktx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_RestartCount(System.Int32)] : kty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SApplication::get_IsAppFocus()] : ktz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_IsAppFocus(System.Boolean)] : kua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SApplication::get_IsAppPause()] : kub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_IsAppPause(System.Boolean)] : kuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.SApplication::get_LastFocusFlaseTime()] : kud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_LastFocusFlaseTime(System.Int64)] : kue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::Init()] : kuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::Enable()] : kug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::CreateEnvironment()] : kuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::CloseApp()] : kui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.Saveobject ChillConnect.SaveData::GetSaveObject()] : kuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RankData ChillConnect.SaveData::GetRankData()] : kuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveData::SaveRankFunc(System.Boolean)] : kul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveData::saveDataFunc()] : kum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::battlepassred()] : kun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveData::AddAllLevelRewardsToLevelReward()] : kuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SaveData::getAllLevelAward()] : kup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SaveData::getLevelreward(System.Int32)] : kuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::passtaskred()] : kur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::timetaskred()] : kus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::AdTaskred()] : kut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::getRed()] : kuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.SaveLoacalobject ChillConnect.SaveLocalData::GetSaveLocalObject()] : kuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveLocalData::saveLocalDataFunc()] : kuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveLocalData::clearRankData()] : kux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ISingleton::OnSingletonInit()] : kuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.Singleton`1::get_Instance()] : kuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.Singleton`1::OnSingletonInit()] : kuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.SingletonUnity`1::get_Instance()] : kva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String ChillConnect.SingletonUnity`1::get_ParentRootName()] : jbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SingletonUnity`1::set_ParentRootName(System.String)] : kvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SingletonUnity`1::SetSelfParentRoot(UnityEngine.GameObject,System.String)] : kvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SingletonUnity`1::New()] : jeb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SingletonUnity`1::OnSingletonInit()] : kuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication/<>c::b__4_0(System.Object)] : kvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication/d__18::System.IDisposable.Dispose()] : kve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SuperApplication/d__18::System.Collections.Generic.IEnumerator.get_Current()] : kvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication/d__18::System.Collections.IEnumerator.Reset()] : kvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SuperApplication/d__18::System.Collections.IEnumerator.get_Current()] : kvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.SuperApplication ChillConnect.SuperApplication::get_Instance()] : kvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::Init()] : kuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::Enable()] : kug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitPlugin()] : kvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitAppSetting()] : kvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::StartUpGameMain()] : kvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitSettingMode()] : kvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitResolutionMode()] : kvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitFrameRateMode()] : kvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::SetResolutionMode(System.Boolean)] : kvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::SetFrameRateMode(System.Boolean)] : kvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::SetScreenResolution(System.Single,System.Single,System.Boolean)] : kvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.SuperApplication::OnSetScreenResolution(System.Single,System.Single,System.Boolean)] : kvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Init()] : cjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::AddListener()] : kvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::OnConsumeResources(System.Object)] : kvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Consume(System.Int32,System.Int32,System.Action`1,System.Boolean)] : kvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Consume(System.Int32,System.Decimal,System.Action`1,System.Boolean)] : kvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Consume(System.Int32[],System.Int32[],System.Action`1,System.Boolean)] : kvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Consume(System.Int32[],System.Decimal[],System.Action`1,System.Boolean)] : kvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::CheckItem(System.Int32,System.Int32,System.Action`1)] : kvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::CheckItem(System.Int32,System.Decimal,System.Action`1)] : kwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::CheckItem(System.Int32[],System.Int32[],System.Action`1)] : kwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::CheckItem(System.Int32[],System.Decimal[],System.Action`1)] : kwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ConsumeVal ChillConnect.ConsumeVal::Get()] : kwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ConsumeVal ChillConnect.ConsumeVal::Get(System.Int32,System.Decimal)] : kwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ConsumeVal ChillConnect.ConsumeVal::Get(System.Int32,System.Decimal,System.Action`1)] : kwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeVal::Release()] : kwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeVal::AddConsume(System.Int32,System.Decimal)] : kwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameDataSystem/<>c__DisplayClass10_0::b__0(IgnoreOPS.Makeup)] : kwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameDataSystem/<>c__DisplayClass10_1::b__1(IgnoreOPS.Makeup_2)] : kwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameDataSystem/<>c__DisplayClass9_0::b__0(IgnoreOPS.Makeup)] : kwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameDataSystem/<>c__DisplayClass9_1::b__1(IgnoreOPS.Makeup_2)] : kwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::Init()] : cjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::AddListener()] : kwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChangeGiftSwitch(System.Object)] : kwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::InitPreferences(System.Object)] : kwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnRefreshMakeupData(System.Object)] : kwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::CheckMakeupTaskData()] : kwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::CheckSpeedUpTaskData(System.Int32)] : kwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::AddMakeupTaskData()] : kws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChange101(ChillConnect.ChangeValue`1)] : kwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChange111(ChillConnect.ChangeValue`1)] : kwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::NewDay(System.Object)] : kwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::RefreshADTaskData(System.Object)] : kww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::AddIntWatchVideo(System.Object)] : kwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::AddWatchVideo(System.Object)] : kwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChangeRewardFly101(ChillConnect.ChangeValue`1)] : kwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChangeRewardFly111(ChillConnect.ChangeValue`1)] : kxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::InitChangeRewardFly(System.Int32,System.Boolean,System.Boolean)] : kxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnGetReward(System.Object)] : kxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::ProcessData(ChillConnect.RewardSingleData)] : kxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem/<>c::b__7_1(System.String,System.String)] : kxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem/<>c__DisplayClass7_0::b__0(SGModule.ConfigLoader.ConfigLoaderState)] : kxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::Init()] : cjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::AddListener()] : kxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::RemoveListener()] : kxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::OnGetConfig(System.Object)] : kxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::ReloadConfig()] : kxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::ParseGameConfig()] : kxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::SetGameUrlConfig()] : kxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.ConfigSystem::GetConfig()] : kxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::Dispose()] : jaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem/<>c::b__8_0(System.Boolean,SGModule.NetKit.LoginModel)] : kxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::Init()] : cjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::InitData()] : kxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::AddListener()] : kxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::RemoveListener()] : kxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::RequestLogin(System.Object)] : kxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::Dispose()] : jaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::g__OnFail|8_1()] : kxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem/<>c::b__4_0(System.Boolean,System.String)] : kxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::Init()] : cjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::AddListener()] : kxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::RemoveListener()] : kxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::OnRequestPlayData(System.Object)] : kxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::OnRequestSavePlayData(System.Object)] : kxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::Dispose()] : jaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraAdaptive::DoAdaptive(System.Boolean,System.Single)] : kxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraAdaptive::Adaptive()] : kxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.CameraAdaptive::Get3DFOV()] : kya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.EngineEventSystem ChillConnect.EngineEventSystem::get_Instance()] : kyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EngineEventSystem::set_Instance(ChillConnect.EngineEventSystem)] : kyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EngineEventSystem::Init()] : kyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EngineEventSystem::b__9_0(UnityEngine.GameObject)] : kye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EventKit::Set2DRaycasterEnabled(UnityEngine.EventSystems.Physics2DRaycaster,System.Boolean)] : kyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EventKit::Set3DRaycasterEnabled(UnityEngine.EventSystems.PhysicsRaycaster,System.Boolean)] : kyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.GeneralKit::Instantiate(T)] : kyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GeneralKit::Destroy(UnityEngine.Object)] : kyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TaskSequence/<>c__DisplayClass7_0::b__0()] : kyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.TaskSequence::get_Count()] : kyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.TaskSequence ChillConnect.TaskSequence::Run()] : kyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.TaskSequence ChillConnect.TaskSequence::Clear()] : kym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TaskProcedure::InvokeComplete()] : kyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TaskProcedure::Dispose()] : kyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EasyTimer::SetTimer(System.String,ChillConnect.TimerTimeType)] : kyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.EasyTimer::GetTime()] : kyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EasyTimer::AddTimer(System.Single,System.Action)] : kyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EasyTimer::ClearAll()] : kys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.EasyTimer::b__6_0(System.Collections.Generic.KeyValuePair`2)] : kyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.NormalTimer/TimerTask::get_TimeLeft()] : kyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NormalTimer/TimerTask::Run()] : kyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.NormalTimer/TimerTask::op_Implicit(ChillConnect.NormalTimer/TimerTask)] : kyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.NormalTimer/<>c::b__9_0(System.Collections.Generic.KeyValuePair`2)] : kyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NormalTimer::SetTimer(System.String,ChillConnect.TimerTimeType)] : kyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.NormalTimer::GetTime()] : kyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.NormalTimer::RemoveTimer(System.String)] : kza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NormalTimer::ClearAll()] : kzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TimerTask::CallFunc()] : kzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.TimerTask::op_Implicit(ChillConnect.TimerTask)] : kzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.Timer/<>c::b__7_0(ChillConnect.TimerTask)] : kze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.Timer::SetTimer(System.String,ChillConnect.TimerTimeType)] : kzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.Timer::GetTime()] : kzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.TimerTask ChillConnect.Timer::AddLoopTimer(System.Single,System.Action`1,System.Object[])] : kzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.Timer::AddTimer(ChillConnect.TimerTask)] : kzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.Timer::ClearAll()] : kzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.Timer::GetTriggerTime(System.Single)] : kzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.EasyTimer ChillConnect.TimerHelper::get_mEasy()] : kzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.Timer ChillConnect.TimerHelper::get_UnscaleGeneral()] : kzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.UnitConvertUtil::ConvertIntUnitStr(System.Double)] : kzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.UnitConvertUtil::GetDigitNumber(System.Double)] : kzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.UnitConvertUtil::ConvertUnit(System.Int32)] : kzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.UnitConvertUtil::ConvertNoDecimalUnit(System.Double,System.String)] : kzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DOTweenHelper::Init()] : kzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FGUIHelper::AddFguiTimer(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)] : kzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.FGUIHelper::SetGLoaderUrl(FairyGUI.GLoader,System.String,System.String)] : kzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FGUIHelper::PlayClickSound()] : kzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ParticleUnscaledTime::InitData()] : kzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ParticleUnscaledTime::OnUpdateParticleTime()] : kzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayerPrefsKit::WriteInt(System.String,System.Int32)] : kzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayerPrefsKit::WriteBool(System.String,System.Boolean)] : kzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayerPrefsKit::WriteString(System.String,System.String)] : kzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayerPrefsKit::WriteObject(System.String,System.Object)] : laa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PlayerPrefsKit::ReadBool(System.String,System.Boolean)] : lab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.PlayerPrefsKit::ReadString(System.String)] : lac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PlayerPrefsKit::HasKey(System.String)] : lad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c::b__6_0(System.Int32)] : lae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c::b__18_0(System.Boolean)] : laf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c::b__18_1()] : lag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c::b__18_3()] : lah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c__DisplayClass18_0::b__2()] : lai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c__DisplayClass9_0::b__0()] : laj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c__DisplayClass9_0::b__1()] : lak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::Init()] : lal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MaxADKit::CheckInterstitialReady()] : lam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::ShowInterstitial(System.String,UnityEngine.Events.UnityAction`1)] : lan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::LoadAppOpenAd()] : lao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::ShowOpenAdIfReady(UnityEngine.Events.UnityAction`1)] : lap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::ShowOpenAd(System.String,MaxSdkBase/AdInfo)] : laq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MaxADKit::CheckRewardedReady()] : lar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::ShowVideo(System.String,UnityEngine.Events.UnityAction`1)] : las -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::g__GameConfig|6_1(System.Boolean,System.String)] : lat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : lau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.Lexer::get_hasError()] : lav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 SharpJson.Lexer::get_lineNumber()] : law -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::set_lineNumber(System.Int32)] : lax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.Lexer::get_parseNumbersAsFloat()] : lay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::set_parseNumbersAsFloat(System.Boolean)] : laz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::Reset()] : lba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.Lexer::ParseString()] : lbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.Lexer::GetNumberString()] : lbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single SharpJson.Lexer::ParseFloatNumber()] : lbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Double SharpJson.Lexer::ParseDoubleNumber()] : lbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 SharpJson.Lexer::GetLastIndexOfNumber(System.Int32)] : lbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::SkipWhiteSpaces()] : lbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::LookAhead()] : lbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::NextToken()] : lbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::NextToken(System.Char[],System.Int32&)] : lbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.JsonDecoder::get_errorMessage()] : lbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::set_errorMessage(System.String)] : lbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.JsonDecoder::get_parseNumbersAsFloat()] : lbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::set_parseNumbersAsFloat(System.Boolean)] : lbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::Decode(System.String)] : lbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::DecodeText(System.String)] : lbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IDictionary`2 SharpJson.JsonDecoder::ParseObject()] : lbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IList`1 SharpJson.JsonDecoder::ParseArray()] : lbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::ParseValue()] : lbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::TriggerError(System.String)] : lbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T SharpJson.JsonDecoder::EvalLexer(T)] : lbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Animation::get_Timelines()] : lbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::set_Timelines(Spine.ExposedList`1)] : lbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Animation::get_Duration()] : lbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::set_Duration(System.Single)] : lby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Animation::get_Name()] : lbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Animation::HasTimeline(System.Int32)] : lca -[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)] : lcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single,System.Int32)] : lcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single)] : lcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::LinearSearch(System.Single[],System.Single,System.Int32)] : lce -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Timeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IBoneTimeline::get_BoneIndex()] : lch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ISlotTimeline::get_SlotIndex()] : lci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.CurveTimeline::get_FrameCount()] : lcj -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.CurveTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetLinear(System.Int32)] : lck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetStepped(System.Int32)] : lcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.CurveTimeline::GetCurveType(System.Int32)] : lcm -[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)] : lcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.CurveTimeline::GetCurvePercent(System.Int32,System.Single)] : lco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.RotateTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::set_BoneIndex(System.Int32)] : lcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.RotateTimeline::get_BoneIndex()] : lch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RotateTimeline::get_Frames()] : lcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::set_Frames(System.Single[])] : lcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::SetFrame(System.Int32,System.Single,System.Single)] : lcs -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TranslateTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::set_BoneIndex(System.Int32)] : lct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TranslateTimeline::get_BoneIndex()] : lch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TranslateTimeline::get_Frames()] : lcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::set_Frames(System.Single[])] : lcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single)] : lcw -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ScaleTimeline::get_PropertyId()] : lcg -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ShearTimeline::get_PropertyId()] : lcg -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ColorTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::set_SlotIndex(System.Int32)] : lcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ColorTimeline::get_SlotIndex()] : lci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.ColorTimeline::get_Frames()] : lcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::set_Frames(System.Single[])] : lcz -[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)] : lda -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TwoColorTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TwoColorTimeline::set_SlotIndex(System.Int32)] : ldb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TwoColorTimeline::get_SlotIndex()] : lci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TwoColorTimeline::get_Frames()] : ldc -[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)] : ldd -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_FrameCount()] : lde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_SlotIndex(System.Int32)] : ldf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_SlotIndex()] : lci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.AttachmentTimeline::get_Frames()] : ldg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_Frames(System.Single[])] : ldh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String[] Spine.AttachmentTimeline::get_AttachmentNames()] : ldi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_AttachmentNames(System.String[])] : ldj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::SetFrame(System.Int32,System.Single,System.String)] : ldk -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::SetAttachment(Spine.Skeleton,Spine.Slot,System.String)] : ldl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DeformTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_SlotIndex(System.Int32)] : ldm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DeformTimeline::get_SlotIndex()] : lci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.VertexAttachment Spine.DeformTimeline::get_Attachment()] : ldn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Attachment(Spine.VertexAttachment)] : ldo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.DeformTimeline::get_Frames()] : ldp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Frames(System.Single[])] : ldq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[][] Spine.DeformTimeline::get_Vertices()] : ldr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Vertices(System.Single[][])] : lds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::SetFrame(System.Int32,System.Single,System.Single[])] : ldt -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.EventTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.EventTimeline::get_FrameCount()] : ldu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.EventTimeline::get_Frames()] : ldv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::set_Frames(System.Single[])] : ldw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Event[] Spine.EventTimeline::get_Events()] : ldx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::set_Events(Spine.Event[])] : ldy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::SetFrame(System.Int32,Spine.Event)] : ldz -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DrawOrderTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.DrawOrderTimeline::get_FrameCount()] : lea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.DrawOrderTimeline::get_Frames()] : leb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::set_Frames(System.Single[])] : lec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[][] Spine.DrawOrderTimeline::get_DrawOrders()] : led -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::set_DrawOrders(System.Int32[][])] : lee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::SetFrame(System.Int32,System.Single,System.Int32[])] : lef -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.IkConstraintTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::set_IkConstraintIndex(System.Int32)] : leg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraintTimeline::get_IkConstraintIndex()] : leh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.IkConstraintTimeline::get_Frames()] : lei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::set_Frames(System.Single[])] : lej -[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)] : lek -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TransformConstraintTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::set_TransformConstraintIndex(System.Int32)] : lel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.TransformConstraintTimeline::get_TransformConstraintIndex()] : lem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TransformConstraintTimeline::get_Frames()] : len -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::set_Frames(System.Single[])] : leo -[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)] : lep -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintPositionTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::set_PathConstraintIndex(System.Int32)] : leq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.PathConstraintPositionTimeline::get_PathConstraintIndex()] : ler -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraintPositionTimeline::get_Frames()] : les -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::set_Frames(System.Single[])] : let -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::SetFrame(System.Int32,System.Single,System.Single)] : leu -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintSpacingTimeline::get_PropertyId()] : lcg -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintMixTimeline::get_PropertyId()] : lcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::set_PathConstraintIndex(System.Int32)] : lev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.PathConstraintMixTimeline::get_PathConstraintIndex()] : lew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraintMixTimeline::get_Frames()] : lex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::set_Frames(System.Single[])] : ley -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single)] : lez -[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)] : lcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnStart(Spine.TrackEntry)] : lfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnInterrupt(Spine.TrackEntry)] : lfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnEnd(Spine.TrackEntry)] : lfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnDispose(Spine.TrackEntry)] : lfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnComplete(Spine.TrackEntry)] : lfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnEvent(Spine.TrackEntry,Spine.Event)] : lff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Start(Spine.AnimationState/TrackEntryDelegate)] : lfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Start(Spine.AnimationState/TrackEntryDelegate)] : lfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : lfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : lfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_End(Spine.AnimationState/TrackEntryDelegate)] : lfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_End(Spine.AnimationState/TrackEntryDelegate)] : lfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Dispose(Spine.AnimationState/TrackEntryDelegate)] : lfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Dispose(Spine.AnimationState/TrackEntryDelegate)] : lfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Complete(Spine.AnimationState/TrackEntryDelegate)] : lfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Complete(Spine.AnimationState/TrackEntryDelegate)] : lfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Event(Spine.AnimationState/TrackEntryEventDelegate)] : lfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Event(Spine.AnimationState/TrackEntryEventDelegate)] : lfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AssignEventSubscribersFrom(Spine.AnimationState)] : lfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AddEventSubscribersFrom(Spine.AnimationState)] : lft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::Update(System.Single)] : lfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::UpdateMixingFrom(Spine.TrackEntry,System.Single)] : lfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::Apply(Spine.Skeleton)] : lfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::ApplyEventTimelinesOnly(Spine.Skeleton)] : lfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::ApplyMixingFrom(Spine.TrackEntry,Spine.Skeleton,Spine.MixBlend)] : lfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::ApplyMixingFromEventTimelinesOnly(Spine.TrackEntry,Spine.Skeleton)] : lfz -[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)] : lga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetAttachment(Spine.Skeleton,Spine.Slot,System.String,System.Boolean)] : lgb -[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)] : lgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::QueueEvents(Spine.TrackEntry,System.Single)] : lgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearTracks()] : lge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearTrack(System.Int32)] : lgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetCurrent(System.Int32,Spine.TrackEntry,System.Boolean)] : lgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,System.String,System.Boolean)] : lgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,Spine.Animation,System.Boolean)] : lgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,System.String,System.Boolean,System.Single)] : lgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,Spine.Animation,System.Boolean,System.Single)] : lgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetEmptyAnimation(System.Int32,System.Single)] : lgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddEmptyAnimation(System.Int32,System.Single,System.Single)] : lgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetEmptyAnimations(System.Single)] : lgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::ExpandToIndex(System.Int32)] : lgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::NewTrackEntry(System.Int32,Spine.Animation,System.Boolean,Spine.TrackEntry)] : lgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::DisposeNext(Spine.TrackEntry)] : lgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AnimationsChanged()] : lgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ComputeHold(Spine.TrackEntry)] : lgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::GetCurrent(System.Int32)] : lgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearListenerNotifications()] : lgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::get_TimeScale()] : lgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::set_TimeScale(System.Single)] : lgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationStateData Spine.AnimationState::get_Data()] : lgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::set_Data(Spine.AnimationStateData)] : lgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.AnimationState::get_Tracks()] : lgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::<.ctor>b__45_0()] : lha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Start(Spine.AnimationState/TrackEntryDelegate)] : lhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Start(Spine.AnimationState/TrackEntryDelegate)] : lhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : lhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : lhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_End(Spine.AnimationState/TrackEntryDelegate)] : lhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_End(Spine.AnimationState/TrackEntryDelegate)] : lhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Dispose(Spine.AnimationState/TrackEntryDelegate)] : lhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Dispose(Spine.AnimationState/TrackEntryDelegate)] : lhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Complete(Spine.AnimationState/TrackEntryDelegate)] : lhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Complete(Spine.AnimationState/TrackEntryDelegate)] : lhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Event(Spine.AnimationState/TrackEntryEventDelegate)] : lhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Event(Spine.AnimationState/TrackEntryEventDelegate)] : lhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnStart()] : lhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnInterrupt()] : lho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnEnd()] : lhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnDispose()] : lhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnComplete()] : lhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnEvent(Spine.Event)] : lhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::Reset()] : lht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.TrackEntry::get_TrackIndex()] : lhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.TrackEntry::get_Animation()] : lhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_Loop()] : lhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Loop(System.Boolean)] : lhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_Delay()] : lhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Delay(System.Single)] : lhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TrackTime()] : lia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TrackTime(System.Single)] : lib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TrackEnd()] : lic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TrackEnd(System.Single)] : lid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationStart()] : lie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationStart(System.Single)] : lif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationEnd()] : lig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationEnd(System.Single)] : lih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationLast()] : lii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationLast(System.Single)] : lij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationTime()] : lik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TimeScale()] : lil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TimeScale(System.Single)] : lim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_Alpha()] : lin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Alpha(System.Single)] : lio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_EventThreshold()] : lip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_EventThreshold(System.Single)] : liq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AttachmentThreshold()] : lir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AttachmentThreshold(System.Single)] : lis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_DrawOrderThreshold()] : lit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_DrawOrderThreshold(System.Single)] : liu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_Next()] : liv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_IsComplete()] : liw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_MixTime()] : lix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixTime(System.Single)] : liy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_MixDuration()] : liz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixDuration(System.Single)] : lja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MixBlend Spine.TrackEntry::get_MixBlend()] : ljb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixBlend(Spine.MixBlend)] : ljc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_MixingFrom()] : ljd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_MixingTo()] : lje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_HoldPrevious()] : ljf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_HoldPrevious(System.Boolean)] : ljg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::ResetRotationDirections()] : ljh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::add_AnimationsChanged(System.Action)] : lji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::remove_AnimationsChanged(System.Action)] : ljj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Start(Spine.TrackEntry)] : ljk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Interrupt(Spine.TrackEntry)] : ljl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::End(Spine.TrackEntry)] : ljm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Dispose(Spine.TrackEntry)] : ljn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Complete(Spine.TrackEntry)] : ljo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Event(Spine.TrackEntry,Spine.Event)] : ljp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Drain()] : ljq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Clear()] : ljr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Pool`1/IPoolable::Reset()] : lht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Pool`1::get_Count()] : ljs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Pool`1::get_Peak()] : ljt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::set_Peak(System.Int32)] : lju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Pool`1::Obtain()] : ljv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Clear()] : ljw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Reset(T)] : ljx -[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)] : ljy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.AnimationStateData/AnimationPairComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(Spine.AnimationStateData/AnimationPair)] : ljz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.AnimationStateData::get_SkeletonData()] : lka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationStateData::get_DefaultMix()] : lkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::set_DefaultMix(System.Single)] : lkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::SetMix(System.String,System.String,System.Single)] : lkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::SetMix(Spine.Animation,Spine.Animation,System.Single)] : lke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationStateData::GetMix(Spine.Animation,Spine.Animation)] : lkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Atlas::System.Collections.IEnumerable.GetEnumerator()] : lkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Atlas::get_Regions()] : lkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Atlas::get_Pages()] : lki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::Load(System.IO.TextReader,System.String,Spine.TextureLoader)] : lkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Atlas::ReadValue(System.IO.TextReader)] : lkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Atlas::ReadTuple(System.IO.TextReader,System.String[])] : lkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::FlipV()] : lkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Atlas::FindRegion(System.String)] : lkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::Dispose()] : lko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.AtlasPage::Clone()] : lkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.AtlasRegion::Clone()] : lkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TextureLoader::Load(Spine.AtlasPage,System.String)] : lkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.AtlasAttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : lks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.AtlasAttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : lkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.AtlasAttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : lku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathAttachment Spine.AtlasAttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : lkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PointAttachment Spine.AtlasAttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : lkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ClippingAttachment Spine.AtlasAttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : lkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.AtlasAttachmentLoader::FindRegion(System.String)] : lky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Attachment::get_Name()] : lkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Attachment::set_Name(System.String)] : lla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Attachment::Copy()] : llb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.IHasRendererObject::get_RendererObject()] : llc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IHasRendererObject::set_RendererObject(System.Object)] : lld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.RegionAttachment Spine.AttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : lks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.MeshAttachment Spine.AttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : lkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.AttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : lku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PathAttachment Spine.AttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : lkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PointAttachment Spine.AttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : lkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.ClippingAttachment Spine.AttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : lkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.BoundingBoxAttachment::Copy()] : llb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.ClippingAttachment::get_EndSlot()] : lle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ClippingAttachment::set_EndSlot(Spine.SlotData)] : llf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.ClippingAttachment::Copy()] : llb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.MeshAttachment::get_HullLength()] : llg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_HullLength(System.Int32)] : llh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.MeshAttachment::get_RegionUVs()] : lli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionUVs(System.Single[])] : llj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.MeshAttachment::get_UVs()] : llk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_UVs(System.Single[])] : lll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.MeshAttachment::get_Triangles()] : llm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Triangles(System.Int32[])] : lln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_R()] : llo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_R(System.Single)] : llp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_G()] : llq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_G(System.Single)] : llr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_B()] : lls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_B(System.Single)] : llt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_A()] : llu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_A(System.Single)] : llv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.MeshAttachment::get_Path()] : llw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Path(System.String)] : llx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Object Spine.MeshAttachment::get_RendererObject()] : llc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RendererObject(System.Object)] : lld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionU()] : lly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionU(System.Single)] : llz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionV()] : lma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionV(System.Single)] : lmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionU2()] : lmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionU2(System.Single)] : lmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionV2()] : lme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionV2(System.Single)] : lmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.MeshAttachment::get_RegionRotate()] : lmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionRotate(System.Boolean)] : lmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.MeshAttachment::get_RegionDegrees()] : lmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionDegrees(System.Int32)] : lmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOffsetX()] : lmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOffsetX(System.Single)] : lml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOffsetY()] : lmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOffsetY(System.Single)] : lmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionWidth()] : lmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionWidth(System.Single)] : lmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionHeight()] : lmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionHeight(System.Single)] : lmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOriginalWidth()] : lms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOriginalWidth(System.Single)] : lmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOriginalHeight()] : lmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOriginalHeight(System.Single)] : lmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.MeshAttachment::get_ParentMesh()] : lmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_ParentMesh(Spine.MeshAttachment)] : lmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.MeshAttachment::get_Edges()] : lmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Edges(System.Int32[])] : lmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_Width()] : lna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Width(System.Single)] : lnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_Height()] : lnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Height(System.Single)] : lnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::UpdateUVs()] : lne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.MeshAttachment::Copy()] : llb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.MeshAttachment::NewLinkedMesh()] : lnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathAttachment::get_Lengths()] : lng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_Lengths(System.Single[])] : lnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.PathAttachment::get_Closed()] : lni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_Closed(System.Boolean)] : lnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.PathAttachment::get_ConstantSpeed()] : lnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_ConstantSpeed(System.Boolean)] : lnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.PathAttachment::Copy()] : llb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_X()] : lnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_X(System.Single)] : lnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_Y()] : lno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_Y(System.Single)] : lnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_Rotation()] : lnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_Rotation(System.Single)] : lnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::ComputeWorldPosition(Spine.Bone,System.Single&,System.Single&)] : lns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::ComputeWorldRotation(Spine.Bone)] : lnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.PointAttachment::Copy()] : llb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_X()] : lnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_X(System.Single)] : lnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Y()] : lnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Y(System.Single)] : lnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Rotation()] : lny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Rotation(System.Single)] : lnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_ScaleX()] : loa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_ScaleX(System.Single)] : lob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_ScaleY()] : loc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_ScaleY(System.Single)] : lod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Width()] : loe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Width(System.Single)] : lof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Height()] : log -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Height(System.Single)] : loh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_R()] : loi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_R(System.Single)] : loj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_G()] : lok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_G(System.Single)] : lol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_B()] : lom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_B(System.Single)] : lon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_A()] : loo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_A(System.Single)] : lop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.RegionAttachment::get_Path()] : loq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Path(System.String)] : lor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Object Spine.RegionAttachment::get_RendererObject()] : llc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RendererObject(System.Object)] : lld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOffsetX()] : los -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOffsetX(System.Single)] : lot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOffsetY()] : lou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOffsetY(System.Single)] : lov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionWidth()] : low -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionWidth(System.Single)] : lox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionHeight()] : loy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionHeight(System.Single)] : loz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOriginalWidth()] : lpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOriginalWidth(System.Single)] : lpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOriginalHeight()] : lpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOriginalHeight(System.Single)] : lpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RegionAttachment::get_Offset()] : lpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RegionAttachment::get_UVs()] : lpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::UpdateOffset()] : lpg -[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)] : lph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::ComputeWorldVertices(Spine.Bone,System.Single[],System.Int32,System.Int32)] : lpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.RegionAttachment::Copy()] : llb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.VertexAttachment::get_Id()] : lpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.VertexAttachment::get_Bones()] : lpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_Bones(System.Int32[])] : lpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.VertexAttachment::get_Vertices()] : lpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_Vertices(System.Single[])] : lpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.VertexAttachment::get_WorldVerticesLength()] : lpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_WorldVerticesLength(System.Int32)] : lpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.VertexAttachment Spine.VertexAttachment::get_DeformAttachment()] : lpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_DeformAttachment(Spine.VertexAttachment)] : lpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::ComputeWorldVertices(Spine.Slot,System.Single[])] : lps -[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)] : lpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::CopyTo(Spine.VertexAttachment)] : lpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.Bone::get_Data()] : lpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Bone::get_Skeleton()] : lpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Bone::get_Parent()] : lpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Bone::get_Children()] : lpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Bone::get_Active()] : lpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_X()] : lqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_X(System.Single)] : lqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_Y()] : lqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_Y(System.Single)] : lqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_Rotation()] : lqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_Rotation(System.Single)] : lqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ScaleX()] : lqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ScaleX(System.Single)] : lqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ScaleY()] : lqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ScaleY(System.Single)] : lqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ShearX()] : lqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ShearX(System.Single)] : lql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ShearY()] : lqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ShearY(System.Single)] : lqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AppliedRotation()] : lqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AppliedRotation(System.Single)] : lqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AX()] : lqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AX(System.Single)] : lqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AY()] : lqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AY(System.Single)] : lqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AScaleX()] : lqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AScaleX(System.Single)] : lqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AScaleY()] : lqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AScaleY(System.Single)] : lqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AShearX()] : lqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AShearX(System.Single)] : lqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AShearY()] : lra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AShearY(System.Single)] : lrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_A()] : lrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_B()] : lrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_C()] : lre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_D()] : lrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldX()] : lrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldY()] : lrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldRotationX()] : lri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldRotationY()] : lrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldScaleX()] : lrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldScaleY()] : lrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::Update()] : lrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateWorldTransform()] : lrn -[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)] : lro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::SetToSetupPose()] : lrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateAppliedTransform()] : lrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::WorldToLocal(System.Single,System.Single,System.Single&,System.Single&)] : lrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::LocalToWorld(System.Single,System.Single,System.Single&,System.Single&)] : lrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldToLocalRotationX()] : lrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldToLocalRotationY()] : lru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::WorldToLocalRotation(System.Single)] : lrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::LocalToWorldRotation(System.Single)] : lrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::RotateWorld(System.Single)] : lrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.BoneData::get_Index()] : lry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.BoneData::get_Name()] : lrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.BoneData::get_Parent()] : lsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Length()] : lsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Length(System.Single)] : lsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_X()] : lsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_X(System.Single)] : lse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Y()] : lsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Y(System.Single)] : lsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Rotation()] : lsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Rotation(System.Single)] : lsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ScaleX()] : lsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ScaleX(System.Single)] : lsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ScaleY()] : lsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ScaleY(System.Single)] : lsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ShearX()] : lsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ShearX(System.Single)] : lso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ShearY()] : lsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ShearY(System.Single)] : lsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformMode Spine.BoneData::get_TransformMode()] : lsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_TransformMode(Spine.TransformMode)] : lss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.BoneData::get_SkinRequired()] : lst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_SkinRequired(System.Boolean)] : lsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.ConstraintData::get_Name()] : lsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ConstraintData::get_Order()] : lsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ConstraintData::set_Order(System.Int32)] : lsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ConstraintData::get_SkinRequired()] : lsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ConstraintData::set_SkinRequired(System.Boolean)] : lsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Event::get_Data()] : lta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Time()] : ltb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Event::get_Int()] : ltc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Int(System.Int32)] : ltd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Float()] : lte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Float(System.Single)] : ltf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Event::get_String()] : ltg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_String(System.String)] : lth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Volume()] : lti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Volume(System.Single)] : ltj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Balance()] : ltk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Balance(System.Single)] : ltl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_Name()] : ltm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.EventData::get_Int()] : ltn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Int(System.Int32)] : lto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Float()] : ltp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Float(System.Single)] : ltq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_String()] : ltr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_String(System.String)] : lts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_AudioPath()] : ltt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_AudioPath(System.String)] : ltu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Volume()] : ltv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Volume(System.Single)] : ltw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Balance()] : ltx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Balance(System.Single)] : lty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1/Enumerator::VerifyState()] : ltz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset()] : lua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current()] : lub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32)] : luc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32)] : lud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32)] : lue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32)] : luf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1)] : lug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1)] : luh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddRange(Spine.ExposedList`1)] : lui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1)] : luj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(T)] : luk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1)] : lul -[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)] : lum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Clear(System.Boolean)] : lun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Contains(T)] : luo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::ConvertAll(System.Converter`2)] : lup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(T[])] : luq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32)] : lur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32)] : lus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1)] : lut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::Find(System.Predicate`1)] : luu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1)] : luv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1)] : luw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1)] : lux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1)] : luy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1)] : luz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1)] : lva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1)] : lvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::FindLast(System.Predicate`1)] : lvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1)] : lvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1)] : lve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1)] : lvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1)] : lvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::ForEach(System.Action`1)] : lvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32)] : lvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T)] : lvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32)] : lvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32)] : lvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32)] : lvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckIndex(System.Int32)] : lvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Insert(System.Int32,T)] : lvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1)] : lvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1)] : lvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1)] : lvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1)] : lvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T)] : lvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32)] : lvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32)] : lvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Remove(T)] : lvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1)] : lvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::RemoveAt(System.Int32)] : lvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::Pop()] : lvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32)] : lwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort()] : lwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1)] : lwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Comparison`1)] : lwd -[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)] : lwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T[] Spine.ExposedList`1::ToArray()] : lwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::TrimExcess()] : lwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1)] : lwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::get_Capacity()] : lwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::set_Capacity(System.Int32)] : lwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator()] : lwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator()] : lwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::Apply()] : lwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IkConstraint::Update()] : lrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.IkConstraint::get_Bones()] : lwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.IkConstraint::get_Target()] : lwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Target(Spine.Bone)] : lwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraint::get_Mix()] : lwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Mix(System.Single)] : lwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraint::get_Softness()] : lws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Softness(System.Single)] : lwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraint::get_BendDirection()] : lwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_BendDirection(System.Int32)] : lwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Compress()] : lww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Compress(System.Boolean)] : lwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Stretch()] : lwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Stretch(System.Boolean)] : lwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Active()] : lpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraintData Spine.IkConstraint::get_Data()] : lxa -[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)] : lxb -[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)] : lxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.IkConstraintData::get_Bones()] : lxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.IkConstraintData::get_Target()] : lxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Target(Spine.BoneData)] : lxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraintData::get_Mix()] : lxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Mix(System.Single)] : lxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraintData::get_Softness()] : lxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Softness(System.Single)] : lxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraintData::get_BendDirection()] : lxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_BendDirection(System.Int32)] : lxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Compress()] : lxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Compress(System.Boolean)] : lxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Stretch()] : lxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Stretch(System.Boolean)] : lxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Uniform()] : lxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Uniform(System.Boolean)] : lxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IUpdatable::Update()] : lrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.IUpdatable::get_Active()] : lpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Json::Deserialize(System.IO.TextReader)] : lxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Sin(System.Single)] : lxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Cos(System.Single)] : lxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::SinDeg(System.Single)] : lxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::CosDeg(System.Single)] : lxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Atan2(System.Single,System.Single)] : lxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Clamp(System.Single,System.Single,System.Single)] : lxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single)] : lxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single,System.Single)] : lya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IInterpolation::Apply(System.Single)] : lyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IInterpolation::Apply(System.Single,System.Single,System.Single)] : lyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Pow::get_Power()] : lyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pow::set_Power(System.Single)] : lye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.Pow::Apply(System.Single)] : lyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.PowOut::Apply(System.Single)] : lyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::Apply()] : lyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraint::Update()] : lrm -[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)] : lyg -[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)] : lyh -[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)] : lyi -[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)] : lyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_Position()] : lyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Position(System.Single)] : lyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_Spacing()] : lym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Spacing(System.Single)] : lyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_RotateMix()] : lyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_RotateMix(System.Single)] : lyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_TranslateMix()] : lyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_TranslateMix(System.Single)] : lyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.PathConstraint::get_Bones()] : lys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.PathConstraint::get_Target()] : lyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Target(Spine.Slot)] : lyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.PathConstraint::get_Active()] : lpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraintData Spine.PathConstraint::get_Data()] : lyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.PathConstraintData::get_Bones()] : lyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.PathConstraintData::get_Target()] : lyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Target(Spine.SlotData)] : lyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PositionMode Spine.PathConstraintData::get_PositionMode()] : lyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_PositionMode(Spine.PositionMode)] : lza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SpacingMode Spine.PathConstraintData::get_SpacingMode()] : lzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_SpacingMode(Spine.SpacingMode)] : lzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RotateMode Spine.PathConstraintData::get_RotateMode()] : lzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_RotateMode(Spine.RotateMode)] : lze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_OffsetRotation()] : lzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_OffsetRotation(System.Single)] : lzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_Position()] : lzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Position(System.Single)] : lzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_Spacing()] : lzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Spacing(System.Single)] : lzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_RotateMix()] : lzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_RotateMix(System.Single)] : lzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_TranslateMix()] : lzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_TranslateMix(System.Single)] : lzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Skeleton::get_Data()] : lzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_Bones()] : lzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_UpdateCacheList()] : lzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_Slots()] : lzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_DrawOrder()] : lzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_IkConstraints()] : lzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_PathConstraints()] : lzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_TransformConstraints()] : lzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Skeleton::get_Skin()] : lzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Skin(Spine.Skin)] : lzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_R()] : lzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_R(System.Single)] : maa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_G()] : mab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_G(System.Single)] : mac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_B()] : mad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_B(System.Single)] : mae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_A()] : maf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_A(System.Single)] : mag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_Time()] : mah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Time(System.Single)] : mai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_X()] : maj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_X(System.Single)] : mak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_Y()] : mal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Y(System.Single)] : mam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_ScaleX()] : man -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_ScaleX(System.Single)] : mao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_ScaleY()] : map -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_ScaleY(System.Single)] : maq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skeleton::get_FlipX()] : mar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_FlipX(System.Boolean)] : mas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skeleton::get_FlipY()] : mat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_FlipY(System.Boolean)] : mau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Skeleton::get_RootBone()] : mav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateCache()] : maw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortIkConstraint(Spine.IkConstraint)] : may -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraint(Spine.PathConstraint)] : maz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortTransformConstraint(Spine.TransformConstraint)] : mba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Skin,System.Int32,Spine.Bone)] : mbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Attachment,Spine.Bone)] : mbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortBone(Spine.Bone)] : mbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortReset(Spine.ExposedList`1)] : mbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateWorldTransform()] : mbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateWorldTransform(Spine.Bone)] : mbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetToSetupPose()] : mbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetBonesToSetupPose()] : mbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSlotsToSetupPose()] : mbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Skeleton::FindBone(System.String)] : mbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skeleton::FindBoneIndex(System.String)] : mbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Skeleton::FindSlot(System.String)] : mbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skeleton::FindSlotIndex(System.String)] : mbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSkin(System.String)] : mbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSkin(Spine.Skin)] : mbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skeleton::GetAttachment(System.String,System.String)] : mbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skeleton::GetAttachment(System.Int32,System.String)] : mbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetAttachment(System.String,System.String)] : mbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraint Spine.Skeleton::FindIkConstraint(System.String)] : mbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraint Spine.Skeleton::FindTransformConstraint(System.String)] : mbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraint Spine.Skeleton::FindPathConstraint(System.String)] : mbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::Update(System.Single)] : mbw -[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[]&)] : mbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Byte Spine.SkeletonBinary/SkeletonInput::ReadByte()] : mby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.SByte Spine.SkeletonBinary/SkeletonInput::ReadSByte()] : mbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBinary/SkeletonInput::ReadBoolean()] : mca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBinary/SkeletonInput::ReadFloat()] : mcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonBinary/SkeletonInput::ReadInt()] : mcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonBinary/SkeletonInput::ReadInt(System.Boolean)] : mcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::ReadString()] : mce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::ReadStringRef()] : mcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary/SkeletonInput::ReadFully(System.Byte[],System.Int32,System.Int32)] : mcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::GetVersionString()] : mch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBinary::get_Scale()] : mci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary::set_Scale(System.Single)] : mcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.String)] : mck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary::GetVersionString(System.IO.Stream)] : mcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.IO.Stream)] : mcm -[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)] : mcn -[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)] : mco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonBinary/Vertices Spine.SkeletonBinary::ReadVertices(Spine.SkeletonBinary/SkeletonInput,System.Int32)] : mcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.SkeletonBinary::ReadFloatArray(Spine.SkeletonBinary/SkeletonInput,System.Int32,System.Single)] : mcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.SkeletonBinary::ReadShortArray(Spine.SkeletonBinary/SkeletonInput)] : mcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.SkeletonBinary::ReadAnimation(System.String,Spine.SkeletonBinary/SkeletonInput,Spine.SkeletonData)] : mcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary::ReadCurve(Spine.SkeletonBinary/SkeletonInput,System.Int32,Spine.CurveTimeline)] : mct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonBounds::get_BoundingBoxes()] : mcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_BoundingBoxes(Spine.ExposedList`1)] : mcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonBounds::get_Polygons()] : mcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_Polygons(Spine.ExposedList`1)] : mcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MinX()] : mcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MinX(System.Single)] : mcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MinY()] : mda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MinY(System.Single)] : mdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MaxX()] : mdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MaxX(System.Single)] : mdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MaxY()] : mde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MaxY(System.Single)] : mdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_Width()] : mdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_Height()] : mdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::Update(Spine.Skeleton,System.Boolean)] : mdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::AabbCompute()] : mdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbContainsPoint(System.Single,System.Single)] : mdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbIntersectsSegment(System.Single,System.Single,System.Single,System.Single)] : mdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbIntersectsSkeleton(Spine.SkeletonBounds)] : mdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::ContainsPoint(Spine.Polygon,System.Single,System.Single)] : mdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.SkeletonBounds::ContainsPoint(System.Single,System.Single)] : mdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.SkeletonBounds::IntersectsSegment(System.Single,System.Single,System.Single,System.Single)] : mdp -[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)] : mdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Polygon Spine.SkeletonBounds::GetPolygon(Spine.BoundingBoxAttachment)] : mdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.Polygon::get_Vertices()] : mds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Polygon::set_Vertices(System.Single[])] : mdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Polygon::get_Count()] : mdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Polygon::set_Count(System.Int32)] : mdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedVertices()] : mdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedTriangles()] : mdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedUVs()] : mdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonClipping::get_IsClipping()] : mdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonClipping::ClipStart(Spine.Slot,Spine.ClippingAttachment)] : mea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipEnd(Spine.Slot)] : meb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipEnd()] : mec -[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[])] : med -[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)] : mee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::MakeClockwise(Spine.ExposedList`1)] : mef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Name()] : meg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Name(System.String)] : meh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Bones()] : mei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Slots()] : mej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Skins()] : mek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Skins(Spine.ExposedList`1)] : mel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonData::get_DefaultSkin()] : mem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_DefaultSkin(Spine.Skin)] : men -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Events()] : meo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Events(Spine.ExposedList`1)] : mep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Animations()] : meq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Animations(Spine.ExposedList`1)] : mer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_IkConstraints()] : mes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_IkConstraints(Spine.ExposedList`1)] : met -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_TransformConstraints()] : meu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_TransformConstraints(Spine.ExposedList`1)] : mev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_PathConstraints()] : mew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_PathConstraints(Spine.ExposedList`1)] : mex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_X()] : mey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_X(System.Single)] : mez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Y()] : mfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Y(System.Single)] : mfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Width()] : mfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Width(System.Single)] : mfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Height()] : mfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Height(System.Single)] : mff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Version()] : mfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Version(System.String)] : mfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Hash()] : mfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Hash(System.String)] : mfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_ImagesPath()] : mfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_ImagesPath(System.String)] : mfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_AudioPath()] : mfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_AudioPath(System.String)] : mfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Fps()] : mfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Fps(System.Single)] : mfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.SkeletonData::FindBone(System.String)] : mfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindBoneIndex(System.String)] : mfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.SkeletonData::FindSlot(System.String)] : mfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindSlotIndex(System.String)] : mft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonData::FindSkin(System.String)] : mfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.SkeletonData::FindEvent(System.String)] : mfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.SkeletonData::FindAnimation(System.String)] : mfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraintData Spine.SkeletonData::FindIkConstraint(System.String)] : mfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraintData Spine.SkeletonData::FindTransformConstraint(System.String)] : mfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraintData Spine.SkeletonData::FindPathConstraint(System.String)] : mfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindPathConstraintIndex(System.String)] : mga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::get_Scale()] : mgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::set_Scale(System.Single)] : mgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonJson::ReadSkeletonData(System.String)] : mgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonJson::ReadSkeletonData(System.IO.TextReader)] : mge -[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)] : mgf -[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)] : mgg -[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)] : mgh -[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)] : mgi -[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)] : mgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.SkeletonJson::GetIntArray(System.Collections.Generic.Dictionary`2,System.String)] : mgk -[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)] : mgl -[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)] : mgm -[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)] : mgn -[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)] : mgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::ToColor(System.String,System.Int32,System.Int32)] : mgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skin/SkinEntry::get_SlotIndex()] : mgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Skin/SkinEntry::get_Name()] : mgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skin/SkinEntry::get_Attachment()] : mgt -[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)] : mgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skin/SkinEntryComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(Spine.Skin/SkinEntry)] : mgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Skin::get_Name()] : mgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2 Spine.Skin::get_Attachments()] : mgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skin::get_Bones()] : mgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skin::get_Constraints()] : mgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::SetAttachment(System.Int32,System.String,Spine.Attachment)] : mha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::AddSkin(Spine.Skin)] : mhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::CopySkin(Spine.Skin)] : mhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skin::GetAttachment(System.Int32,System.String)] : mhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::RemoveAttachment(System.Int32,System.String)] : mhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.ICollection`1 Spine.Skin::GetAttachments()] : mhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::GetAttachments(System.Int32,System.Collections.Generic.List`1)] : mhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::Clear()] : mhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::AttachAll(Spine.Skeleton,Spine.Skin)] : mhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.Slot::get_Data()] : mhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Slot::get_Bone()] : mhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Slot::get_Skeleton()] : mhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_R()] : mhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_R(System.Single)] : mhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_G()] : mho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_G(System.Single)] : mhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_B()] : mhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_B(System.Single)] : mhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_A()] : mhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_A(System.Single)] : mht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::ClampColor()] : mhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_R2()] : mhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_R2(System.Single)] : mhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_G2()] : mhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_G2(System.Single)] : mhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_B2()] : mhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_B2(System.Single)] : mia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Slot::get_HasSecondColor()] : mib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_HasSecondColor(System.Boolean)] : mic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::ClampSecondColor()] : mie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Slot::get_Attachment()] : mif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_Attachment(Spine.Attachment)] : mig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_AttachmentTime()] : mih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_AttachmentTime(System.Single)] : mii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Slot::get_Deform()] : mij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_Deform(Spine.ExposedList`1)] : mik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::SetToSetupPose()] : mil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SlotData::get_Index()] : mim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SlotData::get_Name()] : mio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.SlotData::get_BoneData()] : mip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_R()] : miq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_R(System.Single)] : mir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_G()] : mis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_G(System.Single)] : mit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_B()] : miu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_B(System.Single)] : miv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_A()] : miw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_A(System.Single)] : miy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_R2()] : miz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_R2(System.Single)] : mja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_G2()] : mjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_G2(System.Single)] : mjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_B2()] : mjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_B2(System.Single)] : mje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SlotData::get_HasSecondColor()] : mjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_HasSecondColor(System.Boolean)] : mjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SlotData::get_AttachmentName()] : mjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_AttachmentName(System.String)] : mji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BlendMode Spine.SlotData::get_BlendMode()] : mjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_BlendMode(Spine.BlendMode)] : mjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::Apply()] : mjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TransformConstraint::Update()] : lrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyAbsoluteWorld()] : mjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyRelativeWorld()] : mjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyAbsoluteLocal()] : mjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyRelativeLocal()] : mjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.TransformConstraint::get_Bones()] : mjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.TransformConstraint::get_Target()] : mjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_Target(Spine.Bone)] : mjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_RotateMix()] : mjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_RotateMix(System.Single)] : mju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_TranslateMix()] : mjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_TranslateMix(System.Single)] : mjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_ScaleMix()] : mjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_ScaleMix(System.Single)] : mjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_ShearMix()] : mjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_ShearMix(System.Single)] : mka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.TransformConstraint::get_Active()] : lpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraintData Spine.TransformConstraint::get_Data()] : mkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.TransformConstraintData::get_Bones()] : mkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.TransformConstraintData::get_Target()] : mkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Target(Spine.BoneData)] : mke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_RotateMix()] : mkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_RotateMix(System.Single)] : mkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_TranslateMix()] : mkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_TranslateMix(System.Single)] : mki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_ScaleMix()] : mkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_ScaleMix(System.Single)] : mkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_ShearMix()] : mkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_ShearMix(System.Single)] : mkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetRotation()] : mkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetRotation(System.Single)] : mko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetX()] : mkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetX(System.Single)] : mkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetY()] : mkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetY(System.Single)] : mks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetScaleX()] : mkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetScaleX(System.Single)] : mku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetScaleY()] : mkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetScaleY(System.Single)] : mkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetShearY()] : mkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetShearY(System.Single)] : mky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TransformConstraintData::get_Relative()] : mkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Relative(System.Boolean)] : mla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TransformConstraintData::get_Local()] : mlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Local(System.Boolean)] : mlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Triangulator::Triangulate(Spine.ExposedList`1)] : mld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1> Spine.Triangulator::Decompose(Spine.ExposedList`1,Spine.ExposedList`1)] : mle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Triangulator::IsConcave(System.Int32,System.Int32,System.Single[],System.Int32[])] : mlf -[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)] : mlg -[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)] : mlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::CalculateSetupWorld(Spine.BoneData)] : mli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::GetInheritedInternal(Spine.BoneData,Spine.BoneMatrix)] : mlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::TransformMatrix(Spine.BoneMatrix)] : mlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::IsWeighted(Spine.VertexAttachment)] : mll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::IsRenderable(Spine.Attachment)] : mlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::InheritsRotation(Spine.TransformMode)] : mln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::InheritsScale(Spine.TransformMode)] : mlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetPropertyToSetupPose(Spine.Skeleton,System.Int32)] : mlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetDrawOrderToSetupPose(Spine.Skeleton)] : mlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetSlotAttachmentsToSetupPose(Spine.Skeleton)] : mlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetColorToSetupPose(Spine.Slot)] : mls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetAttachmentToSetupPose(Spine.Slot)] : mlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetSlotAttachmentToSetupPose(Spine.Skeleton,System.Int32)] : mlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetKeyedItemsToSetupPose(Spine.Animation,Spine.Skeleton)] : mlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::AllowImmediateQueue(Spine.TrackEntry)] : mlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.AnimationReferenceAsset::get_SkeletonDataAsset()] : mlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.AnimationReferenceAsset::get_Animation()] : mly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AnimationReferenceAsset::Initialize()] : mlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.AnimationReferenceAsset::op_Implicit(Spine.Unity.AnimationReferenceAsset)] : mma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.AtlasAssetBase::get_PrimaryMaterial()] : mmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.AtlasAssetBase::get_Materials()] : mmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.AtlasAssetBase::get_MaterialCount()] : mmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.AtlasAssetBase::get_IsLoaded()] : mme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AtlasAssetBase::Clear()] : mmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas Spine.Unity.AtlasAssetBase::GetAtlas()] : mmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BlendModeMaterials::get_RequiresBlendModeMaterials()] : mmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterials::set_RequiresBlendModeMaterials(System.Boolean)] : mmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterials::ApplyMaterials(Spine.SkeletonData)] : mmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.BlendModeMaterials::CloneAtlasRegionWithMaterial(Spine.AtlasRegion,System.Collections.Generic.List`1)] : mmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Unity.EventDataReferenceAsset::get_EventData()] : mml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.EventDataReferenceAsset::Initialize()] : mmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Unity.EventDataReferenceAsset::op_Implicit(Spine.Unity.EventDataReferenceAsset)] : mmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.RegionlessAttachmentLoader::get_EmptyRegion()] : mmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.RegionlessAttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : lks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.RegionlessAttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : lkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.RegionlessAttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : lku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PathAttachment Spine.Unity.RegionlessAttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : lkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PointAttachment Spine.Unity.RegionlessAttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : lkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.ClippingAttachment Spine.Unity.RegionlessAttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : lkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonDataAsset::get_IsLoaded()] : mmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::Reset()] : mmq -[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)] : mmr -[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)] : mms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::Clear()] : mmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationStateData Spine.Unity.SkeletonDataAsset::GetAnimationStateData()] : mmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::GetSkeletonData(System.Boolean)] : mmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::InitializeWithData(Spine.SkeletonData)] : mmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::FillStateData()] : mmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas[] Spine.Unity.SkeletonDataAsset::GetAtlasArray()] : mmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::ReadSkeletonData(System.Byte[],Spine.AttachmentLoader,System.Single)] : mmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::ReadSkeletonData(System.String,Spine.AttachmentLoader,System.Single)] : mna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.SkeletonDataCompatibility/CompatibilityProblemInfo::DescriptionString()] : mnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataModifierAsset::Apply(Spine.SkeletonData)] : mnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.Unity.SpineAtlasAsset::get_IsLoaded()] : mme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.SpineAtlasAsset::get_Materials()] : mmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.Unity.SpineAtlasAsset::get_MaterialCount()] : mmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SpineAtlasAsset::get_PrimaryMaterial()] : mmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAtlasAsset Spine.Unity.SpineAtlasAsset::CreateRuntimeInstance(UnityEngine.TextAsset,UnityEngine.Material[],System.Boolean)] : mnd -[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)] : mne -[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)] : mnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineAtlasAsset::Reset()] : mng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SpineAtlasAsset::Clear()] : mmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineAtlasAsset::GetAtlas()] : mmg -[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)] : mnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.MaterialsTextureLoader::Load(Spine.AtlasPage,System.String)] : lkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.Unity.SpineSpriteAtlasAsset::get_IsLoaded()] : mme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.SpineSpriteAtlasAsset::get_Materials()] : mmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.Unity.SpineSpriteAtlasAsset::get_MaterialCount()] : mmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SpineSpriteAtlasAsset::get_PrimaryMaterial()] : mmb -[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)] : mni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::Reset()] : mnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::Clear()] : mmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineSpriteAtlasAsset::GetAtlas()] : mmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::AssignRegionsFromSavedRegions(UnityEngine.Sprite[],Spine.Atlas)] : mnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineSpriteAtlasAsset::LoadAtlas(UnityEngine.U2D.SpriteAtlas)] : mnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.SpineSpriteAtlasAsset::AccessPackedTexture(UnityEngine.Sprite[])] : mnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Sprite[] Spine.Unity.SpineSpriteAtlasAsset::AccessPackedSprites(UnityEngine.U2D.SpriteAtlas)] : mnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.BoneFollower::get_SkeletonRenderer()] : mno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::set_SkeletonRenderer(Spine.Unity.SkeletonRenderer)] : mnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoneFollower::SetBone(System.String)] : mnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::HandleRebuildRenderer(Spine.Unity.SkeletonRenderer)] : mnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::Initialize()] : mns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonGraphic Spine.Unity.BoneFollowerGraphic::get_SkeletonGraphic()] : mnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollowerGraphic::set_SkeletonGraphic(Spine.Unity.SkeletonGraphic)] : mnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoneFollowerGraphic::SetBone(System.String)] : mnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollowerGraphic::Initialize()] : mnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Unity.BoundingBoxFollower::get_Slot()] : mnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.BoundingBoxFollower::get_CurrentAttachment()] : mny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.BoundingBoxFollower::get_CurrentAttachmentName()] : mnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.BoundingBoxFollower::get_CurrentCollider()] : moa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoundingBoxFollower::get_IsTrigger()] : mob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::HandleRebuild(Spine.Unity.SkeletonRenderer)] : moc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::Initialize(System.Boolean)] : mod -[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&)] : moe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::ClearState()] : mof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::DisposeExcessCollidersAfter(System.Int32)] : mog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::MatchAttachment(Spine.Attachment)] : moh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Unity.BoundingBoxFollowerGraphic::get_Slot()] : moi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentAttachment()] : moj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentAttachmentName()] : mok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentCollider()] : mol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoundingBoxFollowerGraphic::get_IsTrigger()] : mom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::HandleRebuild(Spine.Unity.SkeletonGraphic)] : mon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::Initialize(System.Boolean)] : moo -[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&)] : mop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::ClearState()] : moq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::DisposeExcessCollidersAfter(System.Int32)] : mor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::MatchAttachment(Spine.Attachment)] : mos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.PointFollower::get_SkeletonRenderer()] : mot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.PointFollower::get_SkeletonComponent()] : mou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.PointFollower::get_IsValid()] : mov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::Initialize()] : mow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::HandleRebuildRenderer(Spine.Unity.SkeletonRenderer)] : mox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::UpdateReferences()] : moy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim Spine.Unity.SkeletonMecanimRootMotion::get_SkeletonMecanim()] : moz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonMecanimRootMotion::GetRemainingRootMotion(System.Int32)] : mpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonMecanimRootMotion::GetRootMotionInfo(System.Int32)] : mpb -[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)] : mpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonMecanimRootMotion::CalculateAnimationsMovementDelta()] : mpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotion::GetRemainingRootMotion(System.Int32)] : mpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotion::GetRootMotionInfo(System.Int32)] : mpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonRootMotion::get_AdditionalScale()] : mpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotion::CalculateAnimationsMovementDelta()] : mpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotion::ApplyMixAlphaToDelta(UnityEngine.Vector2&,Spine.TrackEntry,Spine.TrackEntry)] : mpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRootMotionBase::get_UsesRigidbody()] : mpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::FindRigidbodyComponent()] : mph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.Unity.SkeletonRootMotionBase::get_AdditionalScale()] : mpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::CalculateAnimationsMovementDelta()] : mpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetRemainingRootMotion(System.Int32)] : mpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotionBase::GetRootMotionInfo(System.Int32)] : mpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::SetRootMotionBone(System.String)] : mpi -[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)] : mpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotion(Spine.Animation)] : mpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotion(System.Single,System.Single,Spine.Animation)] : mpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotionInfo(Spine.Animation,System.Single)] : mpm -[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)] : mpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::GatherTopLevelBones()] : mpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::HandleUpdateLocal(Spine.Unity.ISkeletonAnimation)] : mpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::ApplyRootMotion(UnityEngine.Vector2,UnityEngine.Vector2)] : mpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetScaleAffectingRootMotion()] : mpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetScaleAffectingRootMotion(UnityEngine.Vector2&)] : mps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetSkeletonSpaceMovementDelta(UnityEngine.Vector2,UnityEngine.Vector2&)] : mpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::SetEffectiveBoneOffsetsTo(UnityEngine.Vector2,UnityEngine.Vector2)] : mpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::ClearEffectiveBoneOffsets(UnityEngine.Vector2)] : mpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationState Spine.Unity.SkeletonAnimation::get_AnimationState()] : mpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.SkeletonAnimation::get_AnimationName()] : mqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::set_AnimationName(System.String)] : mqo -[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)] : mqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonAnimation Spine.Unity.SkeletonAnimation::NewSkeletonAnimationGameObject(Spine.Unity.SkeletonDataAsset,System.Boolean)] : mqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::ClearState()] : mqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::Initialize(System.Boolean,System.Boolean)] : mqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::UpdateAnimationStatus(System.Single)] : mqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::ApplyAnimation()] : mqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonGraphic::get_SkeletonDataAsset()] : mlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.UpdateMode Spine.Unity.SkeletonGraphic::get_UpdateMode()] : mqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_UpdateMode(Spine.Unity.UpdateMode)] : mqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Unity.SkeletonGraphic::get_SeparatorParts()] : mqx -[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)] : mqy -[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)] : mqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonGraphic::get_CustomTextureOverride()] : mra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonGraphic::get_CustomMaterialOverride()] : mrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture Spine.Unity.SkeletonGraphic::get_OverrideTexture()] : mrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_OverrideTexture(UnityEngine.Texture)] : mrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::SyncRawImagesWithCanvasRenderers()] : mre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateAnimationStatus(System.Single)] : mrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::ApplyAnimation()] : mrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::OnCullStateChanged(System.Boolean)] : mrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::ReapplySeparatorSlotNames()] : mri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonGraphic::get_Skeleton()] : mrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_Skeleton(Spine.Skeleton)] : mrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonGraphic::get_SkeletonData()] : mrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::get_IsValid()] : mrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnRebuild(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : mrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnRebuild(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : mro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : mrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : mrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.AnimationState Spine.Unity.SkeletonGraphic::get_AnimationState()] : mpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator Spine.Unity.SkeletonGraphic::get_MeshGenerator()] : mrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SkeletonGraphic::GetLastMesh()] : mrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformWithBounds()] : mrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformSingleRenderer()] : mru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformMultipleRenderers()] : mrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::SetRectTransformBounds(UnityEngine.Bounds)] : mrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : mrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : msa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::Clear()] : msb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::TrimRenderers()] : msc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::Initialize(System.Boolean)] : msd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMesh(System.Boolean)] : mse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::HasMultipleSubmeshInstructions()] : msf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::InitMeshBuffers()] : msh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DisposeMeshBuffers()] : msi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMeshSingleCanvasRenderer()] : msj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMeshMultipleCanvasRenderers(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : msk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureCanvasRendererCount(System.Int32)] : msl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DisableUnusedCanvasRenderers(System.Int32)] : msm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureMeshesCount(System.Int32)] : msn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DestroyMeshes()] : mso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureSeparatorPartCount()] : msp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateSeparatorPartParents()] : msq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::add__OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : msr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::remove__OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : mss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::add_OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : mst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::remove_OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : msu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Animator Spine.Unity.SkeletonMecanim/MecanimTranslator::get_Animator()] : msv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.SkeletonMecanim/MecanimTranslator::get_MecanimLayerCount()] : msw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String[] Spine.Unity.SkeletonMecanim/MecanimTranslator::get_MecanimLayerNames()] : msx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::Initialize(UnityEngine.Animator,Spine.Unity.SkeletonDataAsset)] : msy -[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)] : msz -[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)] : mta -[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)] : mtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::Apply(Spine.Skeleton)] : mtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2 Spine.Unity.SkeletonMecanim/MecanimTranslator::GetActiveAnimationAndTime(System.Int32)] : mtd -[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)] : mte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonMecanim/MecanimTranslator::AnimationTime(System.Single,System.Single,System.Boolean)] : mtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::InitClipInfosForLayers()] : mtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::ClearClipInfosForLayers()] : mth -[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)] : mti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::GetStateUpdatesFromAnimator(System.Int32)] : mtj -[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&)] : mtk -[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&)] : mtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.SkeletonMecanim/MecanimTranslator::GetAnimation(UnityEngine.AnimationClip)] : mtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator Spine.Unity.SkeletonMecanim::get_Translator()] : mtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::Initialize(System.Boolean,System.Boolean)] : mqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::ApplyAnimation()] : mty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer/SpriteMaskInteractionMaterials::get_AnyMaterialCreated()] : mtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer/<>c__DisplayClass75_0::b__0(System.String)] : mua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.UpdateMode Spine.Unity.SkeletonRenderer::get_UpdateMode()] : mub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::set_UpdateMode(Spine.Unity.UpdateMode)] : muc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_generateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : mud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_generateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : mue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_GenerateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : muf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_GenerateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : mug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : muh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : mui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonRenderer::get_CustomMaterialOverride()] : muj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonRenderer::get_CustomSlotMaterials()] : muk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonRenderer::get_Skeleton()] : mrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnRebuild(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : mul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnRebuild(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : mum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : mun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : muo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonRenderer::get_SkeletonDataAsset()] : mlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.SkeletonRenderer::NewSpineGameObject(Spine.Unity.SkeletonDataAsset,System.Boolean)] : mup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.SkeletonRenderer::AddSpineComponent(UnityEngine.GameObject,Spine.Unity.SkeletonDataAsset,System.Boolean)] : muq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::SetMeshSettings(Spine.Unity.MeshGenerator/Settings)] : mur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::ClearState()] : mqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::EnsureMeshGeneratorCapacity(System.Int32)] : mus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::Initialize(System.Boolean,System.Boolean)] : mqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::FindAndApplySeparatorSlots(System.String,System.Boolean,System.Boolean)] : mut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::FindAndApplySeparatorSlots(System.Func`2,System.Boolean,System.Boolean)] : muu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::ReapplySeparatorSlotNames()] : muv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::AssignSpriteMaskMaterials()] : muw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsInsideMask()] : mux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsOutsideMask()] : muy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsForMaskType(UnityEngine.Rendering.CompareFunction,UnityEngine.Material[]&)] : muz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::SetMaterialSettingsToFixDrawOrder()] : mva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::SetCustomMaterialOverrides()] : mvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::RemoveCustomMaterialOverrides()] : mvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::SetCustomTextureOverrides()] : mvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::RemoveCustomTextureOverrides()] : mve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::SetCustomSlotMaterials()] : mvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::RemoveCustomSlotMaterials()] : mvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::SetCustomMaterialOverrides()] : mvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::RemoveCustomMaterialOverrides()] : mvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator Spine.Unity.SkeletonPartsRenderer::get_MeshGenerator()] : mvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.MeshRenderer Spine.Unity.SkeletonPartsRenderer::get_MeshRenderer()] : mvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.MeshFilter Spine.Unity.SkeletonPartsRenderer::get_MeshFilter()] : mvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonPartsRenderer/SkeletonPartsRendererDelegate)] : mvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonPartsRenderer/SkeletonPartsRendererDelegate)] : mvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::LazyIntialize()] : mvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::ClearMesh()] : mvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::RenderParts(Spine.ExposedList`1,System.Int32,System.Int32)] : mvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::SetPropertyBlock(UnityEngine.MaterialPropertyBlock)] : mvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonPartsRenderer Spine.Unity.SkeletonPartsRenderer::NewPartsRendererGameObject(UnityEngine.Transform,System.String,System.Int32)] : mvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.SkeletonRenderSeparator::get_SkeletonRenderer()] : mvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::set_SkeletonRenderer(Spine.Unity.SkeletonRenderer)] : mvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : mvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : mvw -[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)] : mvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonPartsRenderer Spine.Unity.SkeletonRenderSeparator::AddPartsRenderer(System.Int32,System.String)] : mvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::HandleRender(Spine.Unity.SkeletonRendererInstruction)] : mvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::HandleFlip(System.Boolean)] : mwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::ResetJointPositions(UnityEngine.HingeJoint2D[])] : mwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::CompensateMovementAfterFlipX(UnityEngine.Transform,UnityEngine.Transform)] : mwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.FollowSkeletonUtilityRootRotation::CompensatePositionToYRotation()] : mwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.FollowSkeletonUtilityRootRotation::CompensatePositionToXRotation()] : mwe -[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)] : mwf -[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)] : mwg -[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)] : mwh -[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)] : mwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Bounds Spine.Unity.SkeletonUtility::GetBoundingBoxBounds(Spine.BoundingBoxAttachment,System.Single)] : mwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rigidbody2D Spine.Unity.SkeletonUtility::AddBoneRigidbody2D(UnityEngine.GameObject,System.Boolean,System.Single)] : mwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::add_OnReset(Spine.Unity.SkeletonUtility/SkeletonUtilityDelegate)] : mwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::remove_OnReset(Spine.Unity.SkeletonUtility/SkeletonUtilityDelegate)] : mwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.SkeletonUtility::get_SkeletonComponent()] : mwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonUtility::get_Skeleton()] : mwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtility::get_IsValid()] : mwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonUtility::get_PositionScale()] : mwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::ResubscribeEvents()] : mwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::HandleRendererReset(Spine.Unity.SkeletonRenderer)] : mws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::HandleRendererReset(Spine.Unity.SkeletonGraphic)] : mwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::RegisterBone(Spine.Unity.SkeletonUtilityBone)] : mwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UnregisterBone(Spine.Unity.SkeletonUtilityBone)] : mwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::RegisterConstraint(Spine.Unity.SkeletonUtilityConstraint)] : mww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UnregisterConstraint(Spine.Unity.SkeletonUtilityConstraint)] : mwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::CollectBones()] : mwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateLocal(Spine.Unity.ISkeletonAnimation)] : mwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateWorld(Spine.Unity.ISkeletonAnimation)] : mxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateComplete(Spine.Unity.ISkeletonAnimation)] : mxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateAllBones(Spine.Unity.SkeletonUtilityBone/UpdatePhase)] : mxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Transform Spine.Unity.SkeletonUtility::GetBoneRoot()] : mxd -[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)] : mxe -[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)] : mxf -[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)] : mxg -[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)] : mxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtilityBone::get_IncompatibleTransformMode()] : mxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::HandleOnReset()] : mxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::DoUpdate(Spine.Unity.SkeletonUtilityBone/UpdatePhase)] : mxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtilityBone::BoneTransformModeIncompatible(Spine.Bone)] : mxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::AddBoundingBox(System.String,System.String,System.String)] : mxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityConstraint::DoUpdate()] : mxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.ISkeletonAnimation::get_Skeleton()] : mrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.IHasSkeletonDataAsset::get_SkeletonDataAsset()] : mlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.ISkeletonComponent::get_SkeletonDataAsset()] : mlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.ISkeletonComponent::get_Skeleton()] : mrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.AnimationState Spine.Unity.IAnimationStateComponent::get_AnimationState()] : mpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.IHasSkeletonRenderer::get_SkeletonRenderer()] : mot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.IHasSkeletonComponent::get_SkeletonComponent()] : mou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.DoubleBuffered`1::GetCurrent()] : mxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.DoubleBuffered`1::GetNext()] : mxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator/Settings Spine.Unity.MeshGenerator/Settings::get_Default()] : mxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.MeshGenerator::get_VertexCount()] : mxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGeneratorBuffers Spine.Unity.MeshGenerator::get_Buffers()] : mxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::GenerateSingleSubmeshInstruction(Spine.Unity.SkeletonRendererInstruction,Spine.Skeleton,UnityEngine.Material)] : mxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.MeshGenerator::RequiresMultipleSubmeshesByDrawOrder(Spine.Skeleton)] : mxu -[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)] : mxv -[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)] : mxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::Begin()] : mxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::AddSubmesh(Spine.Unity.SubmeshInstruction,System.Boolean)] : mxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::BuildMesh(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : mxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::BuildMeshWithArrays(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : mya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::ScaleVertexData(System.Single)] : myb -[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)] : myc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillVertexData(UnityEngine.Mesh)] : myd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillLateVertexData(UnityEngine.Mesh)] : mye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillTriangles(UnityEngine.Mesh)] : myf -[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)] : myg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::TrimExcess()] : myh -[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)] : myi -[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)] : myj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::SolveTangents2DBuffer(UnityEngine.Vector4[],UnityEngine.Vector2[],System.Int32)] : myk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillMeshLocal(UnityEngine.Mesh,Spine.RegionAttachment)] : myl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillMeshLocal(UnityEngine.Mesh,Spine.MeshAttachment,Spine.SkeletonData)] : mym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers/SmartMesh::Clear()] : myn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::Initialize()] : myo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material[] Spine.Unity.MeshRendererBuffers::GetUpdatedSharedMaterialsArray()] : myp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.MeshRendererBuffers::MaterialsChangedInLastUpdate()] : myq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::UpdateSharedMaterials(Spine.ExposedList`1)] : myr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshRendererBuffers/SmartMesh Spine.Unity.MeshRendererBuffers::GetNextMesh()] : mys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::Clear()] : myt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Clear()] : myu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Dispose()] : myv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::SetWithSubset(Spine.ExposedList`1,System.Int32,System.Int32)] : myw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Set(Spine.Unity.SkeletonRendererInstruction)] : myx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRendererInstruction::GeometryNotEqual(Spine.Unity.SkeletonRendererInstruction,Spine.Unity.SkeletonRendererInstruction)] : myy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SpineMesh::NewSkeletonMesh()] : myz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.SubmeshInstruction::get_SlotCount()] : mza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache::CloneAtlasRegionWithMaterial(Spine.AtlasRegion,UnityEngine.Material)] : mzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache::GetAtlasPageWithMaterial(Spine.AtlasPage,UnityEngine.Material)] : mzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterialsAsset::Apply(Spine.SkeletonData)] : mnc -[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)] : mzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Unity.SpineBone::GetBone(System.String,Spine.Unity.SkeletonRenderer)] : mze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.Unity.SpineBone::GetBoneData(System.String,Spine.Unity.SkeletonDataAsset)] : mzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAttachment/Hierarchy Spine.Unity.SpineAttachment::GetHierarchy(System.String)] : mzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.SpineAttachment::GetAttachment(System.String,Spine.SkeletonData)] : mzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.SpineAttachment::GetAttachment(System.String,Spine.Unity.SkeletonDataAsset)] : mzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.Skeleton)] : mzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.RegionAttachment)] : mzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.MeshAttachment)] : mzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.Slot)] : mzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColorTintBlack(Spine.Slot)] : mzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Skeleton,UnityEngine.Color)] : mzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Skeleton,UnityEngine.Color32)] : mzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Slot,UnityEngine.Color)] : mzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Slot,UnityEngine.Color32)] : mzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.RegionAttachment,UnityEngine.Color)] : mzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.RegionAttachment,UnityEngine.Color32)] : mzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.MeshAttachment,UnityEngine.Color)] : mzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.MeshAttachment,UnityEngine.Color32)] : mzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalScale(Spine.Skeleton,UnityEngine.Vector2)] : mzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Matrix4x4 Spine.Unity.SkeletonExtensions::GetMatrix4x4(Spine.Bone)] : mzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalPosition(Spine.Bone,UnityEngine.Vector2)] : mzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalPosition(Spine.Bone,UnityEngine.Vector3)] : mzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetLocalPosition(Spine.Bone)] : naa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetSkeletonSpacePosition(Spine.Bone)] : nab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetSkeletonSpacePosition(Spine.Bone,UnityEngine.Vector2)] : nac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.Bone,UnityEngine.Transform)] : nad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.Bone,UnityEngine.Transform,System.Single)] : nae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Quaternion Spine.Unity.SkeletonExtensions::GetQuaternion(Spine.Bone)] : naf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Quaternion Spine.Unity.SkeletonExtensions::GetLocalQuaternion(Spine.Bone)] : nag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetLocalScale(Spine.Skeleton)] : nah -[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&)] : nai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::WorldToLocal(Spine.Bone,UnityEngine.Vector2)] : naj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::SetPositionSkeletonSpace(Spine.Bone,UnityEngine.Vector2)] : nak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SkeletonExtensions::GetMaterial(Spine.Attachment)] : nal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2[] Spine.Unity.SkeletonExtensions::GetLocalVertices(Spine.VertexAttachment,Spine.Slot,UnityEngine.Vector2[])] : nam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2[] Spine.Unity.SkeletonExtensions::GetWorldVertices(Spine.VertexAttachment,Spine.Slot,UnityEngine.Vector2[])] : nan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.PointAttachment,Spine.Slot,UnityEngine.Transform)] : nao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.PointAttachment,Spine.Bone,UnityEngine.Transform)] : nap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimation Spine.Unity.WaitForSpineAnimation::NowWaitFor(Spine.TrackEntry,Spine.Unity.WaitForSpineAnimation/AnimationEventTypes)] : naq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.MoveNext()] : nar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.Reset()] : nas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.get_Current()] : nat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::SafeSubscribe(Spine.TrackEntry,Spine.Unity.WaitForSpineAnimation/AnimationEventTypes)] : nau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::HandleComplete(Spine.TrackEntry)] : nav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimationComplete Spine.Unity.WaitForSpineAnimationComplete::NowWaitFor(Spine.TrackEntry,System.Boolean)] : naw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimationEnd Spine.Unity.WaitForSpineAnimationEnd::NowWaitFor(Spine.TrackEntry)] : nax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::Subscribe(Spine.AnimationState,Spine.EventData,System.Boolean)] : nay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::SubscribeByName(Spine.AnimationState,System.String,System.Boolean)] : naz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::HandleAnimationStateEventByName(Spine.TrackEntry,Spine.Event)] : nba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::HandleAnimationStateEvent(Spine.TrackEntry,Spine.Event)] : nbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineEvent::get_WillUnsubscribeAfterFiring()] : nbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::set_WillUnsubscribeAfterFiring(System.Boolean)] : nbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineEvent Spine.Unity.WaitForSpineEvent::NowWaitFor(Spine.AnimationState,Spine.EventData,System.Boolean)] : nbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineEvent Spine.Unity.WaitForSpineEvent::NowWaitFor(Spine.AnimationState,System.String,System.Boolean)] : nbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::Clear(Spine.AnimationState)] : nbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.MoveNext()] : nbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.Reset()] : nbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.get_Current()] : nbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::HandleEnd(Spine.TrackEntry)] : nbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::SafeSubscribe(Spine.TrackEntry)] : nbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineTrackEntryEnd Spine.Unity.WaitForSpineTrackEntryEnd::NowWaitFor(Spine.TrackEntry)] : nbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.MoveNext()] : nbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.Reset()] : nbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.get_Current()] : nbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.AnimationTools.TimelineExtensions::Evaluate(Spine.TranslateTimeline,System.Single,Spine.SkeletonData)] : nbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TranslateTimeline Spine.Unity.AnimationTools.TimelineExtensions::FindTranslateTimelineForBone(Spine.Animation,System.Int32)] : nbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Texture2D,UnityEngine.Material,System.Single)] : nbs -[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)] : nbt -[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)] : nbu -[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)] : nbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.Unity.AttachmentTools.AtlasUtilities::ToSpineAtlasPage(UnityEngine.Material)] : nbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,Spine.AtlasPage)] : nbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,UnityEngine.Material)] : nby -[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)] : nbz -[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)] : nca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,System.Boolean)] : ncb -[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)] : ncc -[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[])] : ncd -[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[])] : nce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Sprite Spine.Unity.AttachmentTools.AtlasUtilities::ToSprite(Spine.AtlasRegion,System.Single)] : ncf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::ClearCache()] : ncg -[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)] : nch -[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)] : nci -[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)] : ncj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTexture(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Texture2D)] : nck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTextureApplyPMA(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Texture2D)] : ncl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.AttachmentTools.AtlasUtilities::IsRenderable(Spine.Attachment)] : ncm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::SpineUnityFlipRect(UnityEngine.Rect,System.Int32)] : ncn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetUnityRect(Spine.AtlasRegion)] : nco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetUnityRect(Spine.AtlasRegion,System.Int32)] : ncp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetSpineAtlasRect(Spine.AtlasRegion,System.Boolean)] : ncq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::UVRectToTextureRect(UnityEngine.Rect,System.Int32,System.Int32)] : ncr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::TextureRectToUVRect(UnityEngine.Rect,System.Int32,System.Int32)] : ncs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::UVRectToAtlasRegion(UnityEngine.Rect,Spine.AtlasRegion,Spine.AtlasPage)] : nct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetMainTexture(Spine.AtlasRegion)] : ncu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetTexture(Spine.AtlasRegion,System.String)] : ncv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetTexture(Spine.AtlasRegion,System.Int32)] : ncw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTextureAttributesFrom(UnityEngine.Texture2D,UnityEngine.Texture2D)] : ncx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.AttachmentTools.AtlasUtilities::InverseLerp(System.Single,System.Single,System.Single)] : ncy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetCopy(Spine.Attachment,System.Boolean)] : ncz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,System.String,Spine.AtlasRegion)] : nda -[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)] : ndb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,UnityEngine.Sprite,UnityEngine.Material)] : ndc -[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)] : ndd -[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)] : nde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.Attachment)] : ndf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.RegionAttachment)] : ndg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.MeshAttachment)] : ndh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.Attachment,Spine.AtlasRegion,System.Boolean)] : ndi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.RegionAttachment,Spine.AtlasRegion,System.Boolean)] : ndj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.MeshAttachment,Spine.AtlasRegion,System.Boolean)] : ndk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(UnityEngine.Sprite,UnityEngine.Material,System.Single)] : ndl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(UnityEngine.Sprite,Spine.AtlasPage,System.Single)] : ndm -[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)] : ndn -[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)] : ndo -[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)] : ndp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetScale(Spine.RegionAttachment,UnityEngine.Vector2)] : ndq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetScale(Spine.RegionAttachment,System.Single,System.Single)] : ndr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetPositionOffset(Spine.RegionAttachment,UnityEngine.Vector2)] : nds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetPositionOffset(Spine.RegionAttachment,System.Single,System.Single)] : ndt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRotation(Spine.RegionAttachment,System.Single)] : ndu -[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)] : ndv -[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)] : ndw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.SkinUtilities::GetClone(Spine.Skin)] : ndx -[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)] : ndy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::AddAttachments(Spine.Skin,Spine.Skin)] : ndz -[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)] : nea -[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)] : neb -[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)] : nec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::Clear(Spine.Skin)] : ned -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::Append(Spine.Skin,Spine.Skin)] : nee -[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)] : nef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.Deprecated.SlotBlendModes::get_MaterialTable()] : neg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.Deprecated.SlotBlendModes::GetOrAddMaterialFor(UnityEngine.Material,UnityEngine.Texture2D)] : neh -[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)] : nei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::RemoveMaterialFromTable(UnityEngine.Material,UnityEngine.Texture2D)] : nej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.Deprecated.SlotBlendModes::get_Applied()] : nek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::set_Applied(System.Boolean)] : nel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::Apply()] : nem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::Remove()] : nen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::GetTexture()] : neo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey)] : nep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey)] : neq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear()] : ner -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly()] : nes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey)] : net -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator()] : neu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Contains(TValue)] : nev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Add(TValue)] : new -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Clear()] : nex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.get_IsReadOnly()] : ney -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Remove(TValue)] : nez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.IEnumerable.GetEnumerator()] : nfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/d__34::System.IDisposable.Dispose()] : nfb -[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()] : nfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/d__34::System.Collections.IEnumerator.Reset()] : nfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Collections.OrderedDictionary`2/d__34::System.Collections.IEnumerator.get_Current()] : nfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEqualityComparer`1 Spine.Collections.OrderedDictionary`2::get_Comparer()] : nff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::Insert(System.Int32,TKey,TValue)] : nfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] TKey Spine.Collections.OrderedDictionary`2::GetKey(System.Int32)] : nfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Collections.OrderedDictionary`2::IndexOf(TKey)] : nfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2/KeyCollection Spine.Collections.OrderedDictionary`2::get_Keys()] : nfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2/ValueCollection Spine.Collections.OrderedDictionary`2::get_Values()] : nfk -[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)] : nfl -[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)] : nfm -[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()] : nfn -[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()] : nfo -[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)] : nfp -[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)] : nfq -[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)] : nfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.get_IsReadOnly()] : nfs -[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)] : nft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2::System.Collections.IEnumerable.GetEnumerator()] : nfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2[] Spine.Collections.OrderedDictionaryDebugView`2::get_Items()] : nfv -[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)] : nfw -[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)] : nfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpService MaxCmpService::get_Instance()] : nfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpService::ShowCmpForExistingUser(System.Action`1)] : nfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxCmpService::get_HasSupportedCmp()] : nga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpService::NotifyCompletedIfNeeded(System.Collections.Generic.Dictionary`2)] : ngb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError MaxCmpError::Create(System.Collections.Generic.IDictionary`2)] : ngc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError/ErrorCode MaxCmpError::GetCode(System.Int32)] : ngd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError/ErrorCode MaxCmpError::get_Code()] : nge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_Code(MaxCmpError/ErrorCode)] : ngf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxCmpError::get_Message()] : ngg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_Message(System.String)] : ngh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxCmpError::get_CmpCode()] : ngi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_CmpCode(System.Int32)] : ngj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxCmpError::get_CmpMessage()] : ngk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_CmpMessage(System.String)] : ngl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdk::get_Version()] : ngm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/AdViewPosition MaxSdkBase/AdViewConfiguration::get_Position()] : ngn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_Position(MaxSdkBase/AdViewPosition)] : ngo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkBase/AdViewConfiguration::get_XCoordinate()] : ngp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_XCoordinate(System.Single)] : ngq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkBase/AdViewConfiguration::get_YCoordinate()] : ngr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_YCoordinate(System.Single)] : ngs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/AdViewConfiguration::get_IsAdaptive()] : ngt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_IsAdaptive(System.Boolean)] : ngu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/AdViewConfiguration::get_UseCoordinates()] : ngv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_UseCoordinates(System.Boolean)] : ngw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/SdkConfiguration::get_IsSuccessfullyInitialized()] : ngx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_IsSuccessfullyInitialized(System.Boolean)] : ngy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/SdkConfiguration::get_CountryCode()] : ngz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_CountryCode(System.String)] : nha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/AppTrackingStatus MaxSdkBase/SdkConfiguration::get_AppTrackingStatus()] : nhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_AppTrackingStatus(MaxSdkBase/AppTrackingStatus)] : nhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/SdkConfiguration::get_IsTestModeEnabled()] : nhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_IsTestModeEnabled(System.Boolean)] : nhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ConsentFlowUserGeography MaxSdkBase/SdkConfiguration::get_ConsentFlowUserGeography()] : nhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_ConsentFlowUserGeography(MaxSdkBase/ConsentFlowUserGeography)] : nhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ConsentDialogState MaxSdkBase/SdkConfiguration::get_ConsentDialogState()] : nhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_ConsentDialogState(MaxSdkBase/ConsentDialogState)] : nhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration MaxSdkBase/SdkConfiguration::Create(System.Collections.Generic.IDictionary`2)] : nhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/Reward::IsValid()] : nhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_AdUnitIdentifier()] : nhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_AdUnitIdentifier(System.String)] : nhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_AdFormat()] : nhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_AdFormat(System.String)] : nho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_NetworkName()] : nhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_NetworkName(System.String)] : nhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_NetworkPlacement()] : nhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_NetworkPlacement(System.String)] : nhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_Placement()] : nht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_Placement(System.String)] : nhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_CreativeIdentifier()] : nhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_CreativeIdentifier(System.String)] : nhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Double MaxSdkBase/AdInfo::get_Revenue()] : nhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_Revenue(System.Double)] : nhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_RevenuePrecision()] : nhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_RevenuePrecision(System.String)] : nia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo MaxSdkBase/AdInfo::get_WaterfallInfo()] : nib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_WaterfallInfo(MaxSdkBase/WaterfallInfo)] : nic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/AdInfo::get_LatencyMillis()] : nid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_LatencyMillis(System.Int64)] : nie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_DspName()] : nif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_DspName(System.String)] : nig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo/<>c::b__17_0(MaxSdkBase/NetworkResponseInfo)] : nih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo::get_Name()] : nii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_Name(System.String)] : nij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo::get_TestName()] : nik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_TestName(System.String)] : nil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkBase/WaterfallInfo::get_NetworkResponses()] : nim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_NetworkResponses(System.Collections.Generic.List`1)] : nin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/WaterfallInfo::get_LatencyMillis()] : nio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_LatencyMillis(System.Int64)] : nip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/NetworkResponseInfo/<>c::b__25_0(System.Collections.Generic.KeyValuePair`2)] : niq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/MaxAdLoadState MaxSdkBase/NetworkResponseInfo::get_AdLoadState()] : nir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_AdLoadState(MaxSdkBase/MaxAdLoadState)] : nis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/MediatedNetworkInfo MaxSdkBase/NetworkResponseInfo::get_MediatedNetwork()] : nit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_MediatedNetwork(MaxSdkBase/MediatedNetworkInfo)] : niu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 MaxSdkBase/NetworkResponseInfo::get_Credentials()] : niv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_Credentials(System.Collections.Generic.Dictionary`2)] : niw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/NetworkResponseInfo::get_IsBidding()] : nix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_IsBidding(System.Boolean)] : niy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/NetworkResponseInfo::get_LatencyMillis()] : niz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_LatencyMillis(System.Int64)] : nja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ErrorInfo MaxSdkBase/NetworkResponseInfo::get_Error()] : njb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_Error(MaxSdkBase/ErrorInfo)] : njc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_Name()] : njd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_Name(System.String)] : nje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_AdapterClassName()] : njf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_AdapterClassName(System.String)] : njg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_AdapterVersion()] : njh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_AdapterVersion(System.String)] : nji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_SdkVersion()] : njj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_SdkVersion(System.String)] : njk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/InitializationStatus MaxSdkBase/MediatedNetworkInfo::get_InitializationStatus()] : njl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_InitializationStatus(MaxSdkBase/InitializationStatus)] : njm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/InitializationStatus MaxSdkBase/MediatedNetworkInfo::InitializationStatusFromCode(System.Int32)] : njn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ErrorCode MaxSdkBase/ErrorInfo::get_Code()] : njo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_Code(MaxSdkBase/ErrorCode)] : njp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_Message()] : njq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_Message(System.String)] : njr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/ErrorInfo::get_MediatedNetworkErrorCode()] : njs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_MediatedNetworkErrorCode(System.Int32)] : njt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_MediatedNetworkErrorMessage()] : nju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_MediatedNetworkErrorMessage(System.String)] : njv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_AdLoadFailureInfo()] : njw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_AdLoadFailureInfo(System.String)] : njx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo MaxSdkBase/ErrorInfo::get_WaterfallInfo()] : njy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_WaterfallInfo(MaxSdkBase/WaterfallInfo)] : njz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/ErrorInfo::get_LatencyMillis()] : nka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_LatencyMillis(System.Int64)] : nkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Left()] : nkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Left(System.Int32)] : nkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Top()] : nke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Top(System.Int32)] : nkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Right()] : nkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Right(System.Int32)] : nkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Bottom()] : nki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Bottom(System.Int32)] : nkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkBase::get_InvokeEventsOnUnityMainThread()] : nkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::set_InvokeEventsOnUnityMainThread(System.Nullable`1)] : nkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpService MaxSdkBase::get_CmpService()] : nkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase::get_DisableAllLogs()] : nkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::set_DisableAllLogs(System.Boolean)] : nko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::ValidateAdUnitIdentifier(System.String,System.String)] : nkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::InitializeEventExecutor()] : nkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase::GenerateMetaData()] : nkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkBase::GetRectFromString(System.String)] : nks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::HandleExtraParameter(System.String,System.String)] : nkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::HandleBackgroundCallback(System.String)] : nku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase::SerializeLocalExtraParameterValue(System.Object)] : nkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AdPositionExtenstion::ToSnakeCaseString(MaxSdkBase/AdViewPosition)] : nkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdLoadedEvent(System.Action`2)] : nkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdLoadedEvent(System.Action`2)] : nky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdLoadFailedEvent(System.Action`2)] : nkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdLoadFailedEvent(System.Action`2)] : nla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdDisplayedEvent(System.Action`2)] : nlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdDisplayedEvent(System.Action`2)] : nlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdDisplayFailedEvent(System.Action`3)] : nld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdDisplayFailedEvent(System.Action`3)] : nle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdClickedEvent(System.Action`2)] : nlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdClickedEvent(System.Action`2)] : nlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdRevenuePaidEvent(System.Action`2)] : nlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdRevenuePaidEvent(System.Action`2)] : nli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnExpiredAdReloadedEvent(System.Action`3)] : nlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnExpiredAdReloadedEvent(System.Action`3)] : nlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdHiddenEvent(System.Action`2)] : nln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdHiddenEvent(System.Action`2)] : nlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdLoadedEvent(System.Action`2)] : nlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdLoadedEvent(System.Action`2)] : nlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdLoadFailedEvent(System.Action`2)] : nlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdLoadFailedEvent(System.Action`2)] : nls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdDisplayedEvent(System.Action`2)] : nlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdDisplayedEvent(System.Action`2)] : nlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdDisplayFailedEvent(System.Action`3)] : nlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdDisplayFailedEvent(System.Action`3)] : nlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdClickedEvent(System.Action`2)] : nlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdClickedEvent(System.Action`2)] : nly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdRevenuePaidEvent(System.Action`2)] : nlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdRevenuePaidEvent(System.Action`2)] : nma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnExpiredAdReloadedEvent(System.Action`3)] : nmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnExpiredAdReloadedEvent(System.Action`3)] : nmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdHiddenEvent(System.Action`2)] : nmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdHiddenEvent(System.Action`2)] : nme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdLoadedEvent(System.Action`2)] : nmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdLoadedEvent(System.Action`2)] : nmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdLoadFailedEvent(System.Action`2)] : nmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdLoadFailedEvent(System.Action`2)] : nmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdDisplayedEvent(System.Action`2)] : nmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdDisplayedEvent(System.Action`2)] : nmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdDisplayFailedEvent(System.Action`3)] : nml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdDisplayFailedEvent(System.Action`3)] : nmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdClickedEvent(System.Action`2)] : nmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdClickedEvent(System.Action`2)] : nmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdRevenuePaidEvent(System.Action`2)] : nmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdRevenuePaidEvent(System.Action`2)] : nmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnExpiredAdReloadedEvent(System.Action`3)] : nmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnExpiredAdReloadedEvent(System.Action`3)] : nms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdReceivedRewardEvent(System.Action`3)] : nmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdReceivedRewardEvent(System.Action`3)] : nmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdHiddenEvent(System.Action`2)] : nmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdHiddenEvent(System.Action`2)] : nmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdLoadedEvent(System.Action`2)] : nmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdLoadedEvent(System.Action`2)] : nna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdLoadFailedEvent(System.Action`2)] : nnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdLoadFailedEvent(System.Action`2)] : nnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdClickedEvent(System.Action`2)] : nnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdClickedEvent(System.Action`2)] : nne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdRevenuePaidEvent(System.Action`2)] : nnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdRevenuePaidEvent(System.Action`2)] : nng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdExpandedEvent(System.Action`2)] : nnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdExpandedEvent(System.Action`2)] : nnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdCollapsedEvent(System.Action`2)] : nnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdCollapsedEvent(System.Action`2)] : nnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdLoadedEvent(System.Action`2)] : nnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdLoadedEvent(System.Action`2)] : nno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdLoadFailedEvent(System.Action`2)] : nnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdLoadFailedEvent(System.Action`2)] : nnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdClickedEvent(System.Action`2)] : nnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdClickedEvent(System.Action`2)] : nns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdRevenuePaidEvent(System.Action`2)] : nnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdRevenuePaidEvent(System.Action`2)] : nnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdExpandedEvent(System.Action`2)] : nnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdExpandedEvent(System.Action`2)] : nny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdCollapsedEvent(System.Action`2)] : nnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdCollapsedEvent(System.Action`2)] : noa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass15_0`1::b__0()] : nob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass16_0`2::b__0()] : noc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass17_0`3::b__0()] : nod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::add_OnSdkInitializedEvent(System.Action`1)] : noe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::remove_OnSdkInitializedEvent(System.Action`1)] : nof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::add_OnApplicationStateChangedEvent(System.Action`1)] : nog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::remove_OnApplicationStateChangedEvent(System.Action`1)] : noh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::ForwardEvent(System.String)] : noi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action,System.String,System.Boolean)] : noj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`1,T,System.String,System.Boolean)] : nok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`2,T1,T2,System.String,System.Boolean)] : nol -[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)] : nom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkCallbacks::CanInvokeEvent(System.Delegate)] : non -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkCallbacks::ShouldInvokeInBackground(System.Boolean)] : noo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::LogSubscribedToEvent(System.String)] : nop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::LogUnsubscribedToEvent(System.String)] : noq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::InitializeSdk(System.String[])] : nor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsInitialized()] : nos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetUserId(System.String)] : not -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetSegmentCollection(MaxSegmentCollection)] : nou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkiOS::GetAvailableMediatedNetworks()] : nov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowMediationDebugger()] : now -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowCreativeDebugger()] : nox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkiOS::GetAdValue(System.String,System.String)] : noy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration MaxSdkiOS::GetSdkConfiguration()] : noz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetHasUserConsent(System.Boolean)] : npa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::HasUserConsent()] : npb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsUserConsentSet()] : npc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetDoNotSell(System.Boolean)] : npd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsDoNotSell()] : npe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsDoNotSellSet()] : npf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,MaxSdkBase/AdViewConfiguration)] : npg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadBanner(System.String)] : nph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerPlacement(System.String,System.String)] : npi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StartBannerAutoRefresh(System.String)] : npj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StopBannerAutoRefresh(System.String)] : npk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,MaxSdkBase/AdViewPosition)] : npl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,System.Single,System.Single)] : npm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerWidth(System.String,System.Single)] : npn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowBanner(System.String)] : npo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::DestroyBanner(System.String)] : npp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::HideBanner(System.String)] : npq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerBackgroundColor(System.String,UnityEngine.Color)] : npr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerExtraParameter(System.String,System.String,System.String)] : nps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerLocalExtraParameter(System.String,System.String,System.Object)] : npt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerCustomData(System.String,System.String)] : npu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkiOS::GetBannerLayout(System.String)] : npv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,MaxSdkBase/AdViewConfiguration)] : npw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadMRec(System.String)] : npx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecPlacement(System.String,System.String)] : npy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StartMRecAutoRefresh(System.String)] : npz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StopMRecAutoRefresh(System.String)] : nqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateMRecPosition(System.String,MaxSdkBase/AdViewPosition)] : nqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateMRecPosition(System.String,System.Single,System.Single)] : nqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowMRec(System.String)] : nqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::DestroyMRec(System.String)] : nqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::HideMRec(System.String)] : nqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecExtraParameter(System.String,System.String,System.String)] : nqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecLocalExtraParameter(System.String,System.String,System.Object)] : nqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecCustomData(System.String,System.String)] : nqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkiOS::GetMRecLayout(System.String)] : nqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadInterstitial(System.String)] : nqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsInterstitialReady(System.String)] : nql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowInterstitial(System.String,System.String,System.String)] : nqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetInterstitialExtraParameter(System.String,System.String,System.String)] : nqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetInterstitialLocalExtraParameter(System.String,System.String,System.Object)] : nqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadAppOpenAd(System.String)] : nqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsAppOpenAdReady(System.String)] : nqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowAppOpenAd(System.String,System.String,System.String)] : nqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetAppOpenAdExtraParameter(System.String,System.String,System.String)] : nqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetAppOpenAdLocalExtraParameter(System.String,System.String,System.Object)] : nqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadRewardedAd(System.String)] : nqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsRewardedAdReady(System.String)] : nqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowRewardedAd(System.String,System.String,System.String)] : nqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetRewardedAdExtraParameter(System.String,System.String,System.String)] : nqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetRewardedAdLocalExtraParameter(System.String,System.String,System.Object)] : nqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::TrackEvent(System.String,System.Collections.Generic.IDictionary`2)] : nqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMuted(System.Boolean)] : nra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsMuted()] : nrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetVerboseLogging(System.Boolean)] : nrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsVerboseLoggingEnabled()] : nrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetCreativeDebuggerEnabled(System.Boolean)] : nre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetTestDeviceAdvertisingIdentifiers(System.String[])] : nrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetExceptionHandlerEnabled(System.Boolean)] : nrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetExtraParameter(System.String,System.String)] : nrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SafeAreaInsets MaxSdkiOS::GetSafeAreaInsets()] : nri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::BackgroundCallback(System.String)] : nrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,MaxSdkBase/BannerPosition)] : nrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,System.Single,System.Single)] : nrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,MaxSdkBase/BannerPosition)] : nrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,MaxSdkBase/AdViewPosition)] : nrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,System.Single,System.Single)] : nro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetSdkKey(System.String)] : nrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserDebug(System.String)] : nrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::D(System.String)] : nrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserWarning(System.String)] : nrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::W(System.String)] : nrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserError(System.String)] : nru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::LogException(System.Exception)] : nrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils/<>c__DisplayClass34_0::b__0(System.String)] : nrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils/<>c__DisplayClass34_0::b__1(System.String)] : nrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetAdaptiveBannerHeight(System.Single)] : nry -[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)] : nrz -[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)] : nsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::GetStringFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.String)] : nsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::GetBoolFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Boolean)] : nsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetIntFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int32)] : nsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkUtils::GetLongFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int64)] : nse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetFloatFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Single)] : nsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Double MaxSdkUtils::GetDoubleFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int32)] : nsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::InvariantCultureToString(System.Object)] : nsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkUtils::PropsStringsToList(System.String)] : nsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::ParseColor(UnityEngine.Color)] : nsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsTablet()] : nsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsPhysicalDevice()] : nsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetScreenDensity()] : nsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetTcfConsentStatus(System.Int32)] : nsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificTcfConsentStatus(System.Int32)] : nso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetAdditionalConsentStatus(System.Int32)] : nsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificAdditionalConsentStatus(System.Int32)] : nsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetPurposeConsentStatus(System.Int32)] : nsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificPurposeConsentStatus(System.Int32)] : nss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetSpecialFeatureOptInStatus(System.Int32)] : nst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificSpecialFeatureOptInStatus(System.Int32)] : nsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetConsentStatusValue(System.Int32)] : nsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsVersionInRange(System.String,System.String,System.String)] : nsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkUtils/VersionComparisonResult MaxSdkUtils::CompareVersions(System.String,System.String)] : nsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsValidString(System.String)] : nsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsNullOrEmpty(T[])] : nsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder MaxSegmentCollection/MaxSegmentCollectionBuilder::AddSegment(MaxSegment)] : nta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection MaxSegmentCollection/MaxSegmentCollectionBuilder::Build()] : ntb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSegmentCollection::GetSegments()] : ntc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder MaxSegmentCollection::Builder()] : ntd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSegment::GetKey()] : nte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSegment::GetValues()] : ntf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : ntg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper/Task::run()] : nth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[BigoAds] System.Void AdHelper/DestryAdTask::run()] : nth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowBannerAd(UnityEngine.AndroidJavaObject)] : nti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowBannerAd(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : ntj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowNativeAd(UnityEngine.AndroidJavaObject)] : ntk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::RemoveAdView()] : ntl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowNativeAd(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : ntm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::SetViewPosition(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : ntn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::DestroyAd(UnityEngine.AndroidJavaObject)] : nto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::PostToAndroidMainThread(AdHelper/Task)] : ntp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : ntq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : ntr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::RequestAuthorizationTracking()] : nts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::RequestAuthorizationTracking(Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler)] : ntt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus Unity.Advertisement.IosSupport.ATTrackingStatusBinding::GetAuthorizationTrackingStatus()] : ntu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::AppTransparencyTrackingRequestCompleted(System.Int32)] : ntv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.SkAdNetworkBinding::SkAdNetworkUpdateConversionValue(System.Int32)] : ntw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.SkAdNetworkBinding::SkAdNetworkRegisterAppForNetworkAttribution()] : ntx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiAdsMgr::Init(System.String,System.String,System.Boolean,System.Action`3)] : nty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiLog::Log(System.String)] : ntz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiLog::Error(System.String)] : nua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] IKwaiAdListener KwaiInterAd::get_KwaiAdListener()] : nub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::Load(System.String)] : nuc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Boolean KwaiInterAd::IsReady()] : nud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::NotifyWin(System.String)] : nue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::NotifyLoss(System.String)] : nuf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] IKwaiAdListener KwaiVideoAd::get_KwaiAdListener()] : nug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::Load(System.String)] : nuh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Boolean KwaiVideoAd::IsReady()] : nui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::NotifyWin(System.String)] : nuj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::NotifyLoss(System.String)] : nuk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : nul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : nun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Reflection.MethodInfo IngameDebugConsole.ConsoleAttribute::get_Method()] : nuo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::set_Method(System.Reflection.MethodInfo)] : nup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleAttribute::get_Order()] : nuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::SetMethod(System.Reflection.MethodInfo)] : nur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::Load()] : nus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleCustomTypeParserAttribute::get_Order()] : nuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleCustomTypeParserAttribute::Load()] : nus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.ConsoleMethodAttribute::get_Command()] : nut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.ConsoleMethodAttribute::get_Description()] : nuu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String[] IngameDebugConsole.ConsoleMethodAttribute::get_ParameterNames()] : nuv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleMethodAttribute::get_Order()] : nuq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleMethodAttribute::Load()] : nus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.CircularBuffer`1::get_Count()] : nuw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.CircularBuffer`1::set_Count(System.Int32)] : nux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::get_Count()] : nuy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::set_Count(System.Int32)] : nuz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::get_Capacity()] : nva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::SetCapacity(System.Int32)] : nvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::AddFirst(T)] : nvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::AddRange(IngameDebugConsole.DynamicCircularBuffer`1)] : nvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] T IngameDebugConsole.DynamicCircularBuffer`1::RemoveFirst()] : nve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] T IngameDebugConsole.DynamicCircularBuffer`1::RemoveLast()] : nvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::RemoveAll(System.Predicate`1)] : nvg -[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)] : nvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimStart(System.Int32,System.Action`1)] : nvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimEnd(System.Int32,System.Action`1)] : nvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimInternal(System.Int32,System.Int32,System.Action`1)] : nvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::Clear()] : nvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::IndexOf(T)] : nvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::ForEach(System.Action`1)] : nvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.ConsoleMethodInfo::IsValid()] : nvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole/<>c::b__13_0(IngameDebugConsole.ConsoleAttribute,IngameDebugConsole.ConsoleAttribute)] : nvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::add_OnCommandExecuted(IngameDebugConsole.DebugLogConsole/CommandExecutedDelegate)] : nvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::remove_OnCommandExecuted(IngameDebugConsole.DebugLogConsole/CommandExecutedDelegate)] : nvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::SearchAssemblyForConsoleMethods(System.Reflection.Assembly)] : nvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Collections.Generic.List`1 IngameDebugConsole.DebugLogConsole::GetAllCommands()] : nvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogAllCommands()] : nvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogAllCommandsWithName(System.String)] : nvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogSystemInfo()] : nvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Text.StringBuilder IngameDebugConsole.DebugLogConsole::AppendSysInfoIfPresent(System.Text.StringBuilder,System.String,System.String)] : nvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Text.StringBuilder IngameDebugConsole.DebugLogConsole::AppendSysInfoIfPresent(System.Text.StringBuilder,System.Int32,System.String)] : nvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCustomParameterType(System.Type,IngameDebugConsole.DebugLogConsole/ParseFunction,System.String)] : nvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCustomParameterType(System.Type)] : nwa -[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[])] : nwb -[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[])] : nwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action)] : nwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`1)] : nwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`1)] : nwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`2)] : nwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`2)] : nwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`3)] : nwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`3)] : nwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`4)] : nwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`4)] : nwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`5)] : nwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Delegate)] : nwn -[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)] : nwo -[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)] : nwp -[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)] : nwq -[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)] : nwr -[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)] : nws -[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)] : nwt -[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)] : nwu -[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)] : nwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Delegate,System.String[])] : nww -[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[])] : nwx -[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[])] : nwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.String)] : nwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action)] : nxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`1)] : nxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`1)] : nxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`2)] : nxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`2)] : nxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`3)] : nxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`3)] : nxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`4)] : nxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`4)] : nxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`5)] : nxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Delegate)] : nxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Reflection.MethodInfo)] : nxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogConsole::GetAutoCompleteCommand(System.String,System.String)] : nxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::ExecuteCommand(System.String)] : nxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::FetchArgumentsFromCommand(System.String,System.Collections.Generic.List`1)] : nxo -[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)] : nxp -[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&)] : nxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfDelimiterGroup(System.Char)] : nxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfDelimiterGroupEnd(System.String,System.Int32,System.Int32)] : nxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfChar(System.String,System.Char,System.Int32)] : nxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::FindCommandIndex(System.String)] : nxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::IsSupportedArrayType(System.Type)] : nxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogConsole::GetTypeReadableName(System.Type)] : nxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseArgument(System.String,System.Type,System.Object&)] : nxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseString(System.String,System.Object&)] : nxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBool(System.String,System.Object&)] : nxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseInt(System.String,System.Object&)] : nya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseUInt(System.String,System.Object&)] : nyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseLong(System.String,System.Object&)] : nyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseULong(System.String,System.Object&)] : nyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseByte(System.String,System.Object&)] : nye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseSByte(System.String,System.Object&)] : nyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseShort(System.String,System.Object&)] : nyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseUShort(System.String,System.Object&)] : nyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseChar(System.String,System.Object&)] : nyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseFloat(System.String,System.Object&)] : nyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseDouble(System.String,System.Object&)] : nyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseDecimal(System.String,System.Object&)] : nyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector2(System.String,System.Object&)] : nym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector3(System.String,System.Object&)] : nyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector4(System.String,System.Object&)] : nyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseQuaternion(System.String,System.Object&)] : nyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseColor(System.String,System.Object&)] : nyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseColor32(System.String,System.Object&)] : nyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRect(System.String,System.Object&)] : nys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRectOffset(System.String,System.Object&)] : nyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBounds(System.String,System.Object&)] : nyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector2Int(System.String,System.Object&)] : nyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector3Int(System.String,System.Object&)] : nyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRectInt(System.String,System.Object&)] : nyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBoundsInt(System.String,System.Object&)] : nyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseGameObject(System.String,System.Object&)] : nyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseComponent(System.String,System.Type,System.Object&)] : nza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseEnum(System.String,System.Type,System.Object&)] : nzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseArray(System.String,System.Type,System.Object&)] : nzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector(System.String,System.Type,System.Object&)] : nzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntry::Initialize(System.String,System.String)] : nze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntry::Clear()] : nzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogEntry::MatchesSearchTerm(System.String)] : nzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogEntry::GetContentHashCode()] : nzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.QueuedDebugLogEntry::MatchesSearchTerm(System.String)] : nzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntryTimestamp::AppendTime(System.Text.StringBuilder)] : nzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntryTimestamp::AppendFullTimestamp(System.Text.StringBuilder)] : nzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.RectTransform IngameDebugConsole.DebugLogItem::get_Transform()] : nzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.UI.Image IngameDebugConsole.DebugLogItem::get_Image()] : nzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.CanvasGroup IngameDebugConsole.DebugLogItem::get_CanvasGroup()] : nzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogEntry IngameDebugConsole.DebugLogItem::get_Entry()] : nzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Nullable`1 IngameDebugConsole.DebugLogItem::get_Timestamp()] : nzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogItem::get_Expanded()] : nzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::Initialize(IngameDebugConsole.DebugLogRecycledListView)] : nzr -[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)] : nzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::ShowCount()] : nzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::HideCount()] : nzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::UpdateTimestamp(IngameDebugConsole.DebugLogEntryTimestamp)] : nzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::SetText(IngameDebugConsole.DebugLogEntry,System.Nullable`1,System.Boolean)] : nzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::CopyLog()] : nzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogItem::GetCopyContent()] : nzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogItem::CalculateExpandedHeight(IngameDebugConsole.DebugLogEntry,System.Nullable`1)] : nzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogManager IngameDebugConsole.DebugLogManager::get_Instance()] : oaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::set_Instance(IngameDebugConsole.DebugLogManager)] : oab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::get_IsLogWindowVisible()] : oac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::get_PopupEnabled()] : oad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::set_PopupEnabled(System.Boolean)] : oae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnApplicationQuitting()] : oaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ShowLogWindow()] : oag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::HideLogWindow()] : oah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Char IngameDebugConsole.DebugLogManager::OnValidateCommand(System.String,System.Int32,System.Char)] : oai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ReceivedLog(System.String,System.String,UnityEngine.LogType)] : oaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ProcessQueuedLogs(System.Int32)] : oak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ProcessLog(IngameDebugConsole.QueuedDebugLogEntry,IngameDebugConsole.DebugLogEntryTimestamp)] : oal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RemoveOldestLogs(System.Int32)] : oam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RemoveUncollapsedLogEntry(IngameDebugConsole.DebugLogEntry)] : oan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::ShouldRemoveCollapsedLogEntry(IngameDebugConsole.DebugLogEntry)] : oao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::ShouldRemoveLogEntryToShow(IngameDebugConsole.DebugLogEntry)] : oap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::UpdateLogEntryCollapsedIndex(IngameDebugConsole.DebugLogEntry,System.Int32)] : oaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnLogEntriesUpdated(System.Boolean,System.Boolean)] : oar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::PoolLogEntry(IngameDebugConsole.DebugLogEntry)] : oas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ValidateScrollPosition()] : oat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::AdjustLatestPendingLog(System.Boolean,System.Boolean)] : oau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ClearLogs()] : oav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::CollapseButtonPressed()] : oaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterLogButtonPressed()] : oax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterWarningButtonPressed()] : oay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterErrorButtonPressed()] : oaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SearchTermChanged(System.String)] : oba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RefreshCommandSuggestions(System.String)] : obb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnEditCommand(System.String)] : obc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnEndEditCommand(System.String)] : obd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::Resize(UnityEngine.EventSystems.PointerEventData)] : obe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterLogs()] : obf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogManager::GetAllLogs()] : obg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::GetAllLogs(IngameDebugConsole.DynamicCircularBuffer`1&,IngameDebugConsole.DynamicCircularBuffer`1&)] : obh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SaveLogsToFile()] : obi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SaveLogsToFile(System.String)] : obk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::CheckScreenCutout()] : obl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::PoolLogItem(IngameDebugConsole.DebugLogItem)] : obm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogItem IngameDebugConsole.DebugLogManager::PopLogItem()] : obn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::b__140_0()] : obo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup/d__25::System.IDisposable.Dispose()] : obp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Object IngameDebugConsole.DebugLogPopup/d__25::System.Collections.Generic.IEnumerator.get_Current()] : obq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup/d__25::System.Collections.IEnumerator.Reset()] : obr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Object IngameDebugConsole.DebugLogPopup/d__25::System.Collections.IEnumerator.get_Current()] : obs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogPopup::get_IsVisible()] : obt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::set_IsVisible(System.Boolean)] : obu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::NewLogsArrived(System.Int32,System.Int32,System.Int32)] : obv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::ResetValues()] : obw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Collections.IEnumerator IngameDebugConsole.DebugLogPopup::MoveToPosAnimation(UnityEngine.Vector2)] : obx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::Hide()] : oby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::UpdatePosition(System.Boolean)] : obz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_DeltaHeightOfSelectedLogEntry()] : oca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_ItemHeight()] : ocb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_SelectedItemHeight()] : occ -[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)] : ocd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::SetCollapseMode(System.Boolean)] : oce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogItemClicked(IngameDebugConsole.DebugLogItem)] : ocf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::SelectAndFocusOnLogItemAtIndex(System.Int32)] : ocg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogItemClickedInternal(System.Int32,IngameDebugConsole.DebugLogItem)] : och -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::DeselectSelectedLogItem()] : oci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnBeforeFilterLogs()] : ocj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnAfterFilterLogs()] : ock -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogEntriesUpdated(System.Boolean)] : ocl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnCollapsedLogEntryAtIndexUpdated(System.Int32)] : ocm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::RefreshCollapsedLogEntryCounts()] : ocn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogEntriesRemoved(System.Int32)] : oco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogRecycledListView::ShouldRemoveLogItem(IngameDebugConsole.DebugLogItem)] : ocp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogRecycledListView::FindIndexOfLogEntryInReverseDirection(IngameDebugConsole.DebugLogEntry,System.Int32)] : ocq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnViewportWidthChanged()] : ocr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnViewportHeightChanged()] : ocs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::CalculateContentHeight()] : oct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::CalculateSelectedLogEntryHeight(IngameDebugConsole.DebugLogItem)] : ocu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::UpdateItemsInTheList(System.Boolean)] : ocv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogItem IngameDebugConsole.DebugLogRecycledListView::GetLogItemAtIndex(System.Int32)] : ocw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::UpdateLogItemContentsBetweenIndices(System.Int32,System.Int32,System.Int32)] : ocx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::RepositionLogItem(IngameDebugConsole.DebugLogItem)] : ocy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::ColorLogItem(IngameDebugConsole.DebugLogItem)] : ocz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::b__27_0(UnityEngine.Vector2)] : oda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogResizeListener::UnityEngine.EventSystems.IBeginDragHandler.OnBeginDrag(UnityEngine.EventSystems.PointerEventData)] : odb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogResizeListener::UnityEngine.EventSystems.IDragHandler.OnDrag(UnityEngine.EventSystems.PointerEventData)] : odc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugsOnScrollListener::IsScrollbarAtBottom()] : odd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::OnSceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)] : ode -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::OnSceneUnloaded(UnityEngine.SceneManagement.Scene)] : odf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::ActivateEventSystemIfNeeded()] : odg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::DeactivateEventSystem()] : odh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : odi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Boolean AFMiniJSON.Json/Parser::IsWordBreak(System.Char)] : odj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::Parse(System.String)] : odk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Collections.Generic.Dictionary`2 AFMiniJSON.Json/Parser::ParseObject()] : odl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Collections.Generic.List`1 AFMiniJSON.Json/Parser::ParseArray()] : odm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseValue()] : odn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseByToken(AFMiniJSON.Json/Parser/TOKEN)] : odo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Parser::ParseString()] : odp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseNumber()] : odq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Parser::EatWhitespace()] : odr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Char AFMiniJSON.Json/Parser::get_PeekChar()] : ods -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Char AFMiniJSON.Json/Parser::get_NextChar()] : odt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Parser::get_NextWord()] : odu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] AFMiniJSON.Json/Parser/TOKEN AFMiniJSON.Json/Parser::get_NextToken()] : odv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Serializer::Serialize(System.Object)] : odw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeValue(System.Object)] : odx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : ody -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)] : odz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeString(System.String)] : oea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeOther(System.Object)] : oeb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json::Deserialize(System.String)] : oec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json::Serialize(System.Object)] : oed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : oee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.AuthorizationRequest::get_IsFinished()] : oef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_IsFinished(System.Boolean)] : oeg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.AuthorizationRequest::get_Granted()] : oeh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_Granted(System.Boolean)] : oei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.AuthorizationRequest::get_Error()] : oej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_Error(System.String)] : oek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.AuthorizationRequest::get_DeviceToken()] : oel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_DeviceToken(System.String)] : oem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::OnAuthorizationRequestCompleted(Unity.Notifications.iOS.iOSAuthorizationRequestData)] : oen -[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)] : oeo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.AuthorizationRequest::get_RegisteredForRemoteNotifications()] : oep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::UnregisterForRemoteNotifications()] : oeq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Identifier()] : oer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Identifier(System.String)] : oes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_CategoryIdentifier()] : oet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_CategoryIdentifier(System.String)] : oeu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_ThreadIdentifier()] : oev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_ThreadIdentifier(System.String)] : oew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Title()] : oex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Title(System.String)] : oey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Subtitle()] : oez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Subtitle(System.String)] : ofa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Body()] : ofb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Body(System.String)] : ofc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotification::get_ShowInForeground()] : ofd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_ShowInForeground(System.Boolean)] : ofe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption Unity.Notifications.iOS.iOSNotification::get_ForegroundPresentationOption()] : off -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_ForegroundPresentationOption(Unity.Notifications.iOS.PresentationOption)] : ofg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotification::get_Badge()] : ofh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Badge(System.Int32)] : ofi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType Unity.Notifications.iOS.iOSNotification::get_SoundType()] : ofj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_SoundType(Unity.Notifications.iOS.NotificationSoundType)] : ofk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_SoundName()] : ofl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_SoundName(System.String)] : ofm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotification::get_SoundVolume()] : ofn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_SoundVolume(System.Nullable`1)] : ofo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel Unity.Notifications.iOS.iOSNotification::get_InterruptionLevel()] : ofp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_InterruptionLevel(Unity.Notifications.iOS.NotificationInterruptionLevel)] : ofq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Double Unity.Notifications.iOS.iOSNotification::get_RelevanceScore()] : ofr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_RelevanceScore(System.Double)] : ofs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Data()] : oft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Data(System.String)] : ofu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.Dictionary`2 Unity.Notifications.iOS.iOSNotification::get_UserInfo()] : ofv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.List`1 Unity.Notifications.iOS.iOSNotification::get_Attachments()] : ofw -[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)] : ofx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Trigger(Unity.Notifications.iOS.iOSNotificationTrigger)] : ofy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTrigger Unity.Notifications.iOS.iOSNotification::get_Trigger()] : ofz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::GenerateUniqueID()] : oga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo Unity.Notifications.iOS.iOSNotification::GetDataForSending()] : ogb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_Id()] : ogc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_Id(System.String)] : ogd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_Title()] : oge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_Title(System.String)] : ogf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions Unity.Notifications.iOS.iOSNotificationAction::get_Options()] : ogg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_Options(Unity.Notifications.iOS.iOSNotificationActionOptions)] : ogh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_SystemImageName()] : ogi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_SystemImageName(System.String)] : ogj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_TemplateImageName()] : ogk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_TemplateImageName(System.String)] : ogl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationAction::CreateUNNotificationAction()] : ogm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSTextInputNotificationAction::get_TextInputButtonTitle()] : ogn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSTextInputNotificationAction::set_TextInputButtonTitle(System.String)] : ogo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSTextInputNotificationAction::get_TextInputPlaceholder()] : ogp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSTextInputNotificationAction::set_TextInputPlaceholder(System.String)] : ogq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSTextInputNotificationAction::CreateUNNotificationAction()] : ogm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCategory::get_Id()] : ogr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_Id(System.String)] : ogs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAction[] Unity.Notifications.iOS.iOSNotificationCategory::get_Actions()] : ogt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String[] Unity.Notifications.iOS.iOSNotificationCategory::get_IntentIdentifiers()] : ogu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCategory::get_HiddenPreviewsBodyPlaceholder()] : ogv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_HiddenPreviewsBodyPlaceholder(System.String)] : ogw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCategory::get_SummaryFormat()] : ogx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_SummaryFormat(System.String)] : ogy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions Unity.Notifications.iOS.iOSNotificationCategory::get_Options()] : ogz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_Options(Unity.Notifications.iOS.iOSNotificationCategoryOptions)] : oha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddAction(Unity.Notifications.iOS.iOSNotificationAction)] : ohb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddActions(System.Collections.Generic.IEnumerable`1)] : ohc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddIntentIdentifier(System.String)] : ohd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddIntentIdentifiers(System.Collections.Generic.IEnumerable`1)] : ohe -[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)] : ohf -[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)] : ohg -[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)] : ohh -[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)] : ohi -[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)] : ohj -[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)] : ohk -[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)] : ohl -[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)] : ohm -[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)] : ohn -[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)] : oho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationCenter::get_ApplicationBadge()] : ohp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::set_ApplicationBadge(System.Int32)] : ohq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationCenter::Initialize()] : ohr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::ScheduleNotification(Unity.Notifications.iOS.iOSNotification)] : ohs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification[] Unity.Notifications.iOS.iOSNotificationCenter::GetScheduledNotifications()] : oht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification[] Unity.Notifications.iOS.iOSNotificationCenter::GetDeliveredNotifications()] : ohu -[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[])] : ohv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification Unity.Notifications.iOS.iOSNotificationCenter::GetLastRespondedNotification()] : ohw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCenter::GetLastRespondedNotificationAction()] : ohx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCenter::GetLastRespondedNotificationUserText()] : ohy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveScheduledNotification(System.String)] : ohz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveDeliveredNotification(System.String)] : oia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveAllScheduledNotifications()] : oib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveAllDeliveredNotifications()] : oic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings Unity.Notifications.iOS.iOSNotificationCenter::GetNotificationSettings()] : oid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::SetNotificationCategories(System.Collections.Generic.IEnumerable`1)] : oie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::OnReceivedRemoteNotification(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] : oif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::OnSentNotification(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] : oig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::OpenNotificationSettings()] : oih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus Unity.Notifications.iOS.iOSNotificationSettings::get_AuthorizationStatus()] : oii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_NotificationCenterSetting()] : oij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_LockScreenSetting()] : oik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_CarPlaySetting()] : oil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_AlertSetting()] : oim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_BadgeSetting()] : oin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_SoundSetting()] : oio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.AlertStyle Unity.Notifications.iOS.iOSNotificationSettings::get_AlertStyle()] : oip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.ShowPreviewsSetting Unity.Notifications.iOS.iOSNotificationSettings::get_ShowPreviewsSetting()] : oiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RegisterAuthorizationRequestCallback()] : oir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RegisterOnReceivedRemoteNotificationCallback()] : ois -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RegisterOnReceivedCallback()] : oit -[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)] : oiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RemoteNotificationReceived(Unity.Notifications.iOS.iOSNotificationData)] : oiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::NotificationReceived(Unity.Notifications.iOS.iOSNotificationData)] : oiw -[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)] : oix -[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)] : oiy -[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)] : oiz -[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)] : oja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationsWrapper::RegisteredForRemoteNotifications()] : ojb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::UnregisterForRemoteNotifications()] : ojc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings Unity.Notifications.iOS.iOSNotificationsWrapper::GetNotificationSettings()] : ojd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::ScheduleLocalNotification(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] : oje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo[] Unity.Notifications.iOS.iOSNotificationsWrapper::GetDeliveredNotificationData()] : ojf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationsWrapper::GetLastRespondedNotificationAction()] : ojg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationsWrapper::GetLastRespondedNotificationUserText()] : ojh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo[] Unity.Notifications.iOS.iOSNotificationsWrapper::GetScheduledNotificationData()] : oji -[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)] : ojj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::CsDictionaryToObjC(System.Collections.Generic.Dictionary`2)] : ojk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::CsAttachmentsToObjc(System.Collections.Generic.List`1)] : ojl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.Dictionary`2 Unity.Notifications.iOS.iOSNotificationsWrapper::NSDictionaryToCs(System.IntPtr)] : ojm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.List`1 Unity.Notifications.iOS.iOSNotificationsWrapper::AttachmentsNSArrayToCs(System.IntPtr)] : ojn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::SetApplicationBadge(System.Int32)] : ojo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationsWrapper::GetApplicationBadge()] : ojp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationsWrapper::GetAppOpenedUsingNotification()] : ojq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotificationsWrapper::GetLastNotificationData()] : ojr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::SetNotificationCategories(System.Collections.Generic.IEnumerable`1)] : ojs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTrigger::get_Type()] : ojt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Type()] : ojt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] UnityEngine.Vector2 Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Center()] : oju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationLocationTrigger::set_Center(UnityEngine.Vector2)] : ojv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationPushTrigger::get_Type()] : ojt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::get_Type()] : ojt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.TimeSpan Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::get_TimeInterval()] : ojw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::set_TimeInterval(System.TimeSpan)] : ojx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Type()] : ojt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCalendarTrigger Unity.Notifications.iOS.iOSNotificationCalendarTrigger::ToUtc()] : ojy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCalendarTrigger Unity.Notifications.iOS.iOSNotificationCalendarTrigger::ToLocal()] : ojz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.DateTime Unity.Notifications.iOS.iOSNotificationCalendarTrigger::AssignDateTimeComponents(System.DateTime)] : oka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::AssignNonEmptyComponents(System.DateTime)] : okb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : okc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.iOS.iOSNotification Unity.Notifications.Notification::op_Explicit(Unity.Notifications.Notification)] : okd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.iOS.iOSNotification Unity.Notifications.Notification::GetNotification()] : oke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Title()] : okf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Title(System.String)] : okg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Text()] : okh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Text(System.String)] : oki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Data()] : okj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Data(System.String)] : okk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.Notification::get_Badge()] : okl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Badge(System.Int32)] : okm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Group()] : okn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Group(System.String)] : oko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Boolean Unity.Notifications.Notification::get_IsGroupSummary()] : okp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_IsGroupSummary(System.Boolean)] : okq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenterArgs Unity.Notifications.NotificationCenterArgs::get_Default()] : okr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::add_s_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : oks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::remove_s_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : okt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::NotificationReceived(Unity.Notifications.iOS.iOSNotification)] : oku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::add_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : okv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::remove_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : okw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::Initialize(Unity.Notifications.NotificationCenterArgs)] : okx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionRequest Unity.Notifications.NotificationCenter::RequestPermission()] : oky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CheckInitialized()] : okz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationCenter::ScheduleNotification(Unity.Notifications.Notification,T)] : ola -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationCenter::ScheduleNotification(Unity.Notifications.Notification,System.String,T)] : olb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Nullable`1 Unity.Notifications.NotificationCenter::get_LastRespondedNotification()] : olc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelScheduledNotification(System.Int32)] : old -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelDeliveredNotification(System.Int32)] : ole -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelAllScheduledNotifications()] : olf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelAllDeliveredNotifications()] : olg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::ClearBadge()] : olh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::OpenNotificationSettings(Unity.Notifications.NotificationSettingsSection)] : oli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationSchedule::Schedule(Unity.Notifications.iOS.iOSNotification&)] : olj -[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&)] : olk -[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&)] : oll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionStatus Unity.Notifications.NotificationsPermissionRequest::get_Status()] : olm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : oln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : olo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::add_OnReset(System.Action`1)] : olp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::remove_OnReset(System.Action`1)] : olq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::Dispatch_OnReset(DG.Tweening.DOTweenAnimation)] : olr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::CreateTween()] : ols -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayById(System.String)] : olt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayAllById(System.String)] : olu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPauseAllById(System.String)] : olv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayBackwardsById(System.String)] : olw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayBackwardsAllById(System.String)] : olx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayForwardById(System.String)] : oly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayForwardAllById(System.String)] : olz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayNext()] : oma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORewindAndPlayNext()] : omb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORewindAllById(System.String)] : omc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORestartById(System.String)] : omd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORestartAllById(System.String)] : ome -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Collections.Generic.List`1 DG.Tweening.DOTweenAnimation::GetTweens()] : omf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimation/TargetType DG.Tweening.DOTweenAnimation::TypeToDOTargetType(System.Type)] : omg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tween DG.Tweening.DOTweenAnimation::CreateEditorPreview()] : omh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.GameObject DG.Tweening.DOTweenAnimation::GetTweenGO()] : omi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::ReEvaluateRelativeTween()] : omj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::b__47_0()] : omk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenAnimationExtensions::IsSameOrSubclassOf(UnityEngine.Component)] : oml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0::b__0()] : omm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0::b__1(UnityEngine.Vector3)] : omn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass2_0::b__0()] : omo -[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)] : omp -[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)] : omq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0::b__0()] : omr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0::b__1(UnityEngine.Color)] : oms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.String DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0::b__0()] : omt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0::b__1(System.String)] : omu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0::b__0()] : omv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : omw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0::b__0()] : omx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0::b__1(UnityEngine.Color)] : omy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0::b__0()] : omz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0::b__1(UnityEngine.Color)] : ona -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0::b__0()] : onb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0::b__1(UnityEngine.Color)] : onc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0::b__0()] : ond -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0::b__1(UnityEngine.Vector3)] : one -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Int32 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0::b__0()] : onf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0::b__1(System.Int32)] : ong -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0::b__0()] : onh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0::b__1(System.Single)] : oni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Int32 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0::b__0()] : onj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0::b__1(System.Int32)] : onk -[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)] : onl -[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)] : onm -[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)] : onn -[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)] : ono -[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)] : onp -[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)] : onq -[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)] : onr -[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)] : ons -[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)] : ont -[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)] : onu -[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)] : onv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::Refresh(TMPro.TMP_TextInfo,TMPro.TMP_MeshInfo[])] : onw -[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[])] : onx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetTransformationData()] : ony -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetGeometry(TMPro.TMP_Text,TMPro.TMP_MeshInfo[])] : onz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetColors(TMPro.TMP_Text,TMPro.TMP_MeshInfo[])] : ooa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color32 DG.Tweening.DOTweenTMPAnimator/CharTransform::GetColor(TMPro.TMP_MeshInfo[])] : oob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/CharVertices DG.Tweening.DOTweenTMPAnimator/CharTransform::GetVertices()] : ooc -[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)] : ood -[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)] : ooe -[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)] : oof -[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)] : oog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetVerticesShift(TMPro.TMP_Text)] : ooh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0::b__0()] : ooi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0::b__1(UnityEngine.Color)] : ooj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0::b__0()] : ook -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0::b__1(UnityEngine.Color)] : ool -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0::b__0()] : oom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0::b__1(UnityEngine.Vector3)] : oon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Quaternion DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0::b__0()] : ooo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0::b__1(UnityEngine.Quaternion)] : oop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0::b__0()] : ooq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0::b__1(UnityEngine.Vector3)] : oor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0::b__0()] : oos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0::b__1(UnityEngine.Vector3)] : oot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0::b__0()] : oou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0::b__1(UnityEngine.Vector3)] : oov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0::b__0()] : oow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0::b__1(UnityEngine.Vector3)] : oox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0::b__0()] : ooy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0::b__1(UnityEngine.Vector3)] : ooz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0::b__0()] : opa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0::b__1(UnityEngine.Vector3)] : opb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::b__0()] : opc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::b__1(UnityEngine.Vector3)] : opd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] TMPro.TMP_Text DG.Tweening.DOTweenTMPAnimator::get_target()] : ope -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::set_target(TMPro.TMP_Text)] : opf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] TMPro.TMP_TextInfo DG.Tweening.DOTweenTMPAnimator::get_textInfo()] : opg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::set_textInfo(TMPro.TMP_TextInfo)] : oph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Refresh()] : opi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Reset()] : opj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::OnTextChanged(UnityEngine.Object)] : opk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenTMPAnimator::ValidateChar(System.Int32,System.Boolean)] : opl -[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&)] : opm -[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)] : opn -[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)] : opo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator::GetCharColor(System.Int32)] : opp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharOffset(System.Int32)] : opq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharRotation(System.Int32)] : opr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharScale(System.Int32)] : opt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharColor(System.Int32,UnityEngine.Color32)] : opu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharOffset(System.Int32,UnityEngine.Vector3)] : opv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharRotation(System.Int32,UnityEngine.Vector3)] : opw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharScale(System.Int32,UnityEngine.Vector3)] : opx -[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)] : opy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.DOTweenTMPAnimator::SkewCharX(System.Int32,System.Single,System.Boolean)] : opz -[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)] : oqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::ResetVerticesShift(System.Int32)] : oqb -[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)] : oqc -[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)] : oqd -[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)] : oqe -[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)] : oqf -[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)] : oqg -[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)] : oqh -[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)] : oqi -[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)] : oqj -[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)] : oqk -[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)] : oql -[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)] : oqm -[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)] : oqn -[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)] : oqo -[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)] : oqp -[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)] : oqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : oqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__0()] : oqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__1(System.Single)] : oqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__0()] : oqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__1(System.Single)] : oqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__0()] : oqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__1(System.Single)] : oqx -[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)] : oqy -[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)] : oqz -[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)] : ora -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOComplete(UnityEngine.Audio.AudioMixer,System.Boolean)] : orb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOKill(UnityEngine.Audio.AudioMixer,System.Boolean)] : orc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOFlip(UnityEngine.Audio.AudioMixer)] : ord -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOGoto(UnityEngine.Audio.AudioMixer,System.Single,System.Boolean)] : ore -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPause(UnityEngine.Audio.AudioMixer)] : orf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlay(UnityEngine.Audio.AudioMixer)] : org -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlayBackwards(UnityEngine.Audio.AudioMixer)] : orh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlayForward(UnityEngine.Audio.AudioMixer)] : ori -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DORestart(UnityEngine.Audio.AudioMixer)] : orj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DORewind(UnityEngine.Audio.AudioMixer)] : ork -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOSmoothRewind(UnityEngine.Audio.AudioMixer)] : orl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOTogglePause(UnityEngine.Audio.AudioMixer)] : orm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0::b__0()] : orn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__0()] : oro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__1(UnityEngine.Vector3)] : orp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0::b__0()] : orq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0::b__0()] : orr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0::b__0()] : ors -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0::b__0()] : ort -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0::b__0()] : oru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__0()] : orv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__1()] : orw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__2()] : orx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__3()] : ory -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__4()] : orz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0::b__0()] : osa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__0()] : osb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__1(UnityEngine.Vector3)] : osc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0::b__0()] : osd -[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)] : ose -[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)] : osf -[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)] : osg -[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)] : osh -[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)] : osi -[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)] : osj -[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)] : osk -[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)] : osl -[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)] : osm -[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)] : osn -[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)] : oso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0::b__0()] : osp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0::b__0()] : osq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0::b__0()] : osr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0::b__0()] : oss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__0()] : ost -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__1(UnityEngine.Vector2)] : osu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__2()] : osv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__3()] : osw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__4(UnityEngine.Vector2)] : osx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__5()] : osy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__0()] : osz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__1(UnityEngine.Vector3)] : ota -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__0()] : otb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__1(UnityEngine.Vector3)] : otc -[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)] : otd -[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)] : ote -[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)] : otf -[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)] : otg -[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)] : oth -[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)] : oti -[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)] : otj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__0()] : otk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__1(UnityEngine.Color)] : otl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__0()] : otm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : otn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__0()] : oto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__1(UnityEngine.Color)] : otp -[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)] : otq -[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)] : otr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleSprite::DOGradientColor(UnityEngine.SpriteRenderer,UnityEngine.Gradient,System.Single)] : ots -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleSprite::DOBlendableColor(UnityEngine.SpriteRenderer,UnityEngine.Color,System.Single)] : ott -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/Utils::SwitchToRectTransform(UnityEngine.RectTransform,UnityEngine.RectTransform)] : otu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__0()] : otv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__1(System.Single)] : otw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__0()] : otx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__1(UnityEngine.Color)] : oty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__0()] : otz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__1(UnityEngine.Color)] : oua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__0()] : oub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__1(UnityEngine.Vector2)] : ouc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__0()] : oud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__1(UnityEngine.Vector2)] : oue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__0()] : ouf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__1(UnityEngine.Vector2)] : oug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__0()] : ouh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__1(UnityEngine.Vector2)] : oui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__0()] : ouj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__1(UnityEngine.Vector3)] : ouk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__0()] : oul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__1(UnityEngine.Vector3)] : oum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__0()] : oun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__1(UnityEngine.Vector3)] : ouo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__0()] : oup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__1(UnityEngine.Vector3)] : ouq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__0()] : our -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : ous -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__0()] : out -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__1(UnityEngine.Vector2)] : ouu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__0()] : ouv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__1(UnityEngine.Vector2)] : ouw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__0()] : oux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__1(UnityEngine.Vector2)] : ouy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__0()] : ouz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__1(UnityEngine.Vector2)] : ova -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__0()] : ovb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__1(UnityEngine.Vector2)] : ovc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__0()] : ovd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__1(UnityEngine.Vector2)] : ove -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__0()] : ovf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__1(UnityEngine.Vector3)] : ovg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__0()] : ovh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__1(UnityEngine.Vector3)] : ovi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__0()] : ovj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__1(UnityEngine.Vector3)] : ovk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__0()] : ovl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__1(UnityEngine.Vector2)] : ovm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__2()] : ovn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__3()] : ovo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__4(UnityEngine.Vector2)] : ovp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__5()] : ovq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__0()] : ovr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__1(UnityEngine.Color)] : ovs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__0()] : ovt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__1(UnityEngine.Vector2)] : ovu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__0()] : ovv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__1(System.Single)] : ovw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__0()] : ovx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__1(System.Single)] : ovy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__0()] : ovz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__1(System.Single)] : owa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__0()] : owb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__1(UnityEngine.Color)] : owc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__0()] : owd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__1(System.Int32)] : owe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__0()] : owf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__1(UnityEngine.Color)] : owg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.String DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__0()] : owh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__1(System.String)] : owi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__0()] : owj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__1(UnityEngine.Color)] : owk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__0()] : owl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__1(UnityEngine.Color)] : owm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__0()] : own -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__1(UnityEngine.Color)] : owo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__0()] : owp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__1(UnityEngine.Color)] : owq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__0()] : owr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__1(UnityEngine.Color)] : ows -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__0()] : owt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__1(System.Single)] : owu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__0()] : owv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__1(UnityEngine.Vector2)] : oww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__0()] : owx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2)] : owy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__0()] : owz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2)] : oxa -[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)] : oxb -[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)] : oxc -[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)] : oxd -[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)] : oxe -[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)] : oxf -[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)] : oxg -[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)] : oxh -[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)] : oxi -[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)] : oxj -[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)] : oxk -[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)] : oxl -[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)] : oxm -[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)] : oxn -[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)] : oxo -[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)] : oxp -[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)] : oxq -[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)] : oxr -[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)] : oxs -[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)] : oxt -[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)] : oxu -[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)] : oxv -[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)] : oxw -[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)] : oxx -[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)] : oxy -[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)] : oxz -[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)] : oya -[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)] : oyb -[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)] : oyc -[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)] : oyd -[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)] : oye -[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)] : oyf -[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)] : oyg -[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)] : oyh -[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)] : oyi -[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)] : oyj -[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)] : oyk -[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)] : oyl -[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)] : oym -[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)] : oyn -[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)] : oyo -[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)] : oyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__0()] : oyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2)] : oyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__0()] : oys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2)] : oyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUnityVersion::DOGradientColor(UnityEngine.Material,UnityEngine.Gradient,System.Single)] : oyu -[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)] : oyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForCompletion(DG.Tweening.Tween,System.Boolean)] : oyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForRewind(DG.Tweening.Tween,System.Boolean)] : oyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForKill(DG.Tweening.Tween,System.Boolean)] : oyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForElapsedLoops(DG.Tweening.Tween,System.Int32,System.Boolean)] : oyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForPosition(DG.Tweening.Tween,System.Single,System.Boolean)] : oza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForStart(DG.Tweening.Tween,System.Boolean)] : ozb -[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)] : ozc -[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)] : ozd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForCompletion(DG.Tweening.Tween)] : oze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForRewind(DG.Tweening.Tween)] : ozf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForKill(DG.Tweening.Tween)] : ozg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForElapsedLoops(DG.Tweening.Tween,System.Int32)] : ozh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForPosition(DG.Tweening.Tween,System.Single)] : ozi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForStart(DG.Tweening.Tween)] : ozj -[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)] : ozk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody2D(UnityEngine.Component)] : ozl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody(UnityEngine.Component)] : ozm -[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)] : ozn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils::Init()] : ozo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils::Preserver()] : ozp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : ozq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::get_IsKeyboardVisible()] : ozr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::IsWebViewAvailable()] : ozs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::IsInitialized()] : ozt -[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)] : ozu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Pause()] : ozv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Resume()] : ozw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetCenterPositionWithScale(UnityEngine.Vector2,UnityEngine.Vector2)] : ozx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMargins(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)] : ozy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetVisibility(System.Boolean)] : ozz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetVisibility()] : paa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetScrollbarsVisibility(System.Boolean)] : pab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetInteractionEnabled(System.Boolean)] : pac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetAlertDialogEnabled(System.Boolean)] : pad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetAlertDialogEnabled()] : pae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetScrollBounceEnabled(System.Boolean)] : paf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetScrollBounceEnabled()] : pag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetCameraAccess(System.Boolean)] : pah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMicrophoneAccess(System.Boolean)] : pai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::SetURLPattern(System.String,System.String,System.String)] : paj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::LoadURL(System.String)] : pak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::LoadHTML(System.String,System.String)] : pal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::EvaluateJS(System.String)] : pam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Int32 WebViewObject::Progress()] : pan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::CanGoBack()] : pao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::CanGoForward()] : pap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GoBack()] : paq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GoForward()] : par -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Reload()] : pas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnError(System.String)] : pat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnHttpError(System.String)] : pau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnStarted(System.String)] : pav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnLoaded(System.String)] : paw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallFromJS(System.String)] : pax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnHooked(System.String)] : pay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnCookies(System.String)] : paz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::AddCustomHeader(System.String,System.String)] : pba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.String WebViewObject::GetCustomHeaderValue(System.String)] : pbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::RemoveCustomHeader(System.String)] : pbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCustomHeader()] : pbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCookies()] : pbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SaveCookies()] : pbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GetCookies(System.String)] : pbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetBasicAuthInfo(System.String,System.String)] : pbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCache(System.Boolean)] : pbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetTextZoom(System.Int32)] : pbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMixedContentMode(System.Int32)] : pbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : pbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void MainThreadUtil/<>c__DisplayClass9_0::b__0(System.Object)] : pbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] MainThreadUtil MainThreadUtil::get_Instance()] : pbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void MainThreadUtil::set_Instance(MainThreadUtil)] : pbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.SynchronizationContext MainThreadUtil::get_synchronizationContext()] : pbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void MainThreadUtil::set_synchronizationContext(System.Threading.SynchronizationContext)] : pbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void MainThreadUtil::Run(System.Collections.IEnumerator)] : pbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Boolean WaitForUpdate/MainThreadAwaiter::get_IsCompleted()] : pbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/MainThreadAwaiter::set_IsCompleted(System.Boolean)] : pbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/MainThreadAwaiter::GetResult()] : pbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/MainThreadAwaiter::Complete()] : pbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/MainThreadAwaiter::System.Runtime.CompilerServices.INotifyCompletion.OnCompleted(System.Action)] : pbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/d__4::System.IDisposable.Dispose()] : pbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Object WaitForUpdate/d__4::System.Collections.Generic.IEnumerator.get_Current()] : pby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/d__4::System.Collections.IEnumerator.Reset()] : pbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Object WaitForUpdate/d__4::System.Collections.IEnumerator.get_Current()] : pca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] WaitForUpdate/MainThreadAwaiter WaitForUpdate::GetAwaiter()] : pcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Collections.IEnumerator WaitForUpdate::CoroutineWrapper(System.Collections.IEnumerator,WaitForUpdate/MainThreadAwaiter)] : pcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : pcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::add_OnOpen(NativeWebSocket.WebSocketOpenEventHandler)] : pce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::remove_OnOpen(NativeWebSocket.WebSocketOpenEventHandler)] : pcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::add_OnMessage(NativeWebSocket.WebSocketMessageEventHandler)] : pcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::remove_OnMessage(NativeWebSocket.WebSocketMessageEventHandler)] : pch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::add_OnError(NativeWebSocket.WebSocketErrorEventHandler)] : pci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::remove_OnError(NativeWebSocket.WebSocketErrorEventHandler)] : pcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::add_OnClose(NativeWebSocket.WebSocketCloseEventHandler)] : pck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::remove_OnClose(NativeWebSocket.WebSocketCloseEventHandler)] : pcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocketState NativeWebSocket.IWebSocket::get_State()] : pcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocketCloseCode NativeWebSocket.WebSocketHelpers::ParseCloseCodeEnum(System.Int32)] : pcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocketException NativeWebSocket.WebSocketHelpers::GetErrorMessageFromCode(System.Int32,System.Exception)] : pco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WaitForBackgroundThread/<>c::b__0_0()] : pcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter NativeWebSocket.WaitForBackgroundThread::GetAwaiter()] : pcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::add_OnOpen(NativeWebSocket.WebSocketOpenEventHandler)] : pce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::remove_OnOpen(NativeWebSocket.WebSocketOpenEventHandler)] : pcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::add_OnMessage(NativeWebSocket.WebSocketMessageEventHandler)] : pcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::remove_OnMessage(NativeWebSocket.WebSocketMessageEventHandler)] : pch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::add_OnError(NativeWebSocket.WebSocketErrorEventHandler)] : pci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::remove_OnError(NativeWebSocket.WebSocketErrorEventHandler)] : pcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::add_OnClose(NativeWebSocket.WebSocketCloseEventHandler)] : pck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::remove_OnClose(NativeWebSocket.WebSocketCloseEventHandler)] : pcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::CancelConnection()] : pcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::Connect()] : pcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocketState NativeWebSocket.WebSocket::get_State()] : pcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::Send(System.Byte[])] : pct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::SendText(System.String)] : pcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::SendMessage(System.Collections.Generic.List`1>,System.Net.WebSockets.WebSocketMessageType,System.ArraySegment`1)] : pcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::HandleQueue(System.Collections.Generic.List`1>,System.Net.WebSockets.WebSocketMessageType)] : pcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::DispatchMessageQueue()] : pcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::Close()] : pcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocket NativeWebSocket.WebSocketFactory::CreateInstance(System.String)] : pcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::KPBSRC0F(System.Object)] : pda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::wlbTymZZ(System.Object)] : pdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::fM_JWCbk(System.Object)] : pdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::myLRjZ4o(System.Object)] : pdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::B32oBOeF(System.Object)] : pde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::Ba9xjLj1(System.Object)] : pdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::oJuYOP4I(System.Object)] : pdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::dx5ZuZrH(System.Object)] : pdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::QgW3yoMw(System.Object)] : pdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::KU7kJxal(System.Boolean)] : pdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::1i3I6SDC(System.Boolean)] : pdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::HUyPpsmO(System.Object)] : pdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::9q1LvxOP(System.Object)] : pdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::mEaVRYIw(System.Object)] : pdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DiGWDVEv(System.Object)] : pdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::wsrG91dc(System.Object)] : pdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::JxCY4dcn(System.Boolean)] : pdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::AUnzBCy4(System.Boolean)] : pdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::ERXk1lb8(System.Object)] : pds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::C50Uvya9(System.Object)] : pdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::nmi__MQ3(System.String)] : pdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::L1Xs4iEH(System.Object)] : pdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::JLrXFQia(System.Object)] : pdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::UNdeo0AR(System.Object)] : pdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::M4O4a74r(System.Object)] : pdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::LOmFd_lo(System.Object)] : pdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::UVUqTTzM(System.Object)] : pea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::MIterQm4(System.Object)] : peb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::TSU9zxF4(System.Object)] : pec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::CA4ihcDm(System.String)] : ped -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::IqQo59Tj(System.Object)] : pee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::OAsXca2o(System.Object)] : pef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::0Seo_Z6s(System.Boolean)] : peg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::gH3Cpfzv(System.Boolean)] : peh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::XGvTWmw0(System.Object)] : pei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::oL7kuO9K(System.Object)] : pej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::jVr6ObMJ(System.Object)] : pek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::O7NToorf(System.Boolean)] : pel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::JlChvhP3(System.Exception)] : pem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::CDkZwkRp(System.Object)] : pen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DLOZozin(System.Boolean)] : peo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::znPPn4BN(System.Object)] : pep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::9uO4hHSW(System.Object)] : peq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::WGQ1N2Q6(System.Object)] : per -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::foOb_Jeu(System.Object)] : pes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::iBL35bVl(System.Object)] : pet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::OIZYJqLA(System.Object)] : peu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::0CAAU6cO(System.Boolean)] : pev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::x6LF2a8i(System.Object)] : pew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::sdkblDy6(System.Object)] : pex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::_QvCa_NV(System.Object)] : pey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::oElAEoSV(System.Exception)] : pez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::6KmPiEgA(System.Boolean)] : pfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::kIwnnpFe(System.Object)] : pfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::K8q2Hpb3(System.Object)] : pfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::YQ_A51wo(System.Object)] : pfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::teCoUfDL(System.Boolean)] : pfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::R1hzU9xk(System.Object)] : pff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::B3JeEmwv(System.Object)] : pfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::wIwTx2F3(System.Object)] : pfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::Ls2NSZ4K(System.Object)] : pfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::ELGZFgYK(System.Object)] : pfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DfvuRfO4(System.Object)] : pfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::YxytAQpM(System.Object)] : pfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::c43knRmj(System.Object)] : pfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::1J7FRFHR(System.Object)] : pfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::W306hOEf(System.Object)] : pfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::AOaCDG2J(System.Exception)] : pfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::tcCaIjqb(System.Object)] : pfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::oicBdT8A(System.Object)] : pfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::vfAZbVz_(System.Object)] : pfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DygooE9P(System.Object)] : pft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::gtgGDOij(System.Boolean)] : pfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::jke5OtNY(System.Object)] : pfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::WPyzMlWy(System.Object)] : pfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::a1d9BN2y(System.Object)] : pfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::QBFC4_gv(System.Boolean)] : pfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::p2Zr6nTO(System.Object)] : pfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DRk3wEsk(System.Exception)] : pga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::WPtyPXJb(System.Object)] : pgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::c2x0o_Oz(System.Object)] : pgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::PmanfILg(System.Object)] : pgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::90oWvx7X(System.Object)] : pge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::_pYLZseY(System.Object)] : pgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::RUy6fENF(System.Object)] : pgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::OGVV2KIn(System.Object)] : pgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::Nng4qNOt(System.Object)] : pgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::BfYDi_5n(System.Object)] : pgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::3rStvHNk(System.Object)] : pgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::CgeDb46L(System.Boolean)] : pgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::jgqUQM4Q(System.Object)] : pgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::evj25iv7(System.Object)] : pgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::J2iFMru0(System.Boolean)] : pgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::sen61bnO(System.Boolean)] : pgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::3PfyaAeY(System.Exception)] : pgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::ez0qco2M(System.Object)] : pgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::B5s8xZLb(System.Object)] : pgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::4FEQMyC5(System.Object)] : pgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::qDeVZ6AM(System.Object)] : pgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::A5ZHZkVa(System.Object)] : pgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::zfRKnOfI(System.String)] : pgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::QGwq_vM1(System.Object)] : pgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::mKrXFdEH(System.Object)] : pgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::929LCUGF(System.Object)] : pgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::nUAfINLu(System.Boolean)] : pha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::TA8pVZO_(System.Object)] : phb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::YLasNKSK(System.Object)] : phc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::ZBb3VTyc(System.Object)] : phd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::OSWoMN4H(System.Boolean)] : phe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::cuklcGST(System.Object)] : phf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::z9EQuHPF(System.Object)] : phg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::3sQCJ1qq(System.Object)] : phh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::xEPLwcv2(Loom/ie2f3aII)] : phi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::x0QvWbvj(Loom/ie2f3aII)] : phj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::EOpYh7_q(Loom/ie2f3aII)] : phk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::G1VlUMl4(Loom/ie2f3aII)] : phl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::RNDo66fV(Loom/ie2f3aII)] : phm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::fqPG8Gw5(Loom/ie2f3aII)] : phn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::kKHJQP5H(Loom/ie2f3aII)] : pho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::qzUvclOU(Loom/ie2f3aII)] : php -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::GfL4544B(Loom/ie2f3aII)] : phq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::Jecm2vP2(System.Object)] : phr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::XWuV2Das()] : phs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::bRFPQj4C()] : pht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::i2j6gfgu()] : phu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::MnUWFoKX()] : phv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::5Np01q4c()] : phw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::UByCTrZR(System.Object)] : phx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::2dtDCnYt()] : phy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::LR3hxa7I()] : phz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::3_2B7iQi()] : pia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::65qzlA9T(System.Object)] : pib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::IGZv1JcX(System.Action`1,System.Object,System.Single)] : pic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::xZNIEKwQ()] : pid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::Tw24QKLr(System.Action)] : pie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::vtyhjciE(System.Action)] : pif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::gBJUPsnC(System.Action`1,System.Object)] : pig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::_q2Q3Fna(System.Action`1,System.Object)] : pih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::pSXPIAo2(System.Object)] : pii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::wxjDjK6p(System.Action)] : pij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::DcMd1fNt()] : pik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::gcrdLjMj()] : pil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::xYcaEzXh()] : pim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::rH9EMk1p()] : pin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::GLiJdJAQ()] : pio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::XlUqqGgu(System.Object)] : pip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::tsStqUhw(System.Action`1,System.Object,System.Single)] : piq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::wB4rHL6P(System.Object)] : pir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::WcbMRn_N()] : pis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::MgMkhRoa(System.Action`1,System.Object)] : pit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::_hTjNmc3()] : piu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::6OM596ep()] : piv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::yj1XrFXY()] : piw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::XecJHp5E()] : pix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::ycr3ux4E()] : piy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::jJURaLkh()] : piz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::mRiosM8I()] : pja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::DugeQNsb(System.Action)] : pjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::xxFQFI4K()] : pjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::355h3vnI()] : pjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::V60dU3Vz()] : pje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::e0z0vGcG(System.Action`1,System.Object,System.Single)] : pjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::YrV3Bfht(System.Action`1,System.Object,System.Single)] : pjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::awbgGx8r()] : pjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::zgM71FoA(System.Object)] : pji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::dNDpxQdv(System.Action`1,System.Object)] : pjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::wdnDqT4x()] : pjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::bl83wlEd(System.Action`1,System.Object)] : pjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::5AFf3_37(System.Action`1,System.Object,System.Single)] : pjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::kw0YQ5H7(System.Action`1,System.Object)] : pjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::QEQjWSth()] : pjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::pW4uhGLI()] : pjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::AFrVnULL(System.Action)] : pjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::t9uMF9R2()] : pjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::k2ZjMpk3()] : pjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::E9Kvz3BE()] : pjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::p8TRi4DK()] : pju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::2L3tLk0o()] : pjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::9rqsgUkL(System.Action)] : pjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::V00qlEzi(System.Action`1,System.Object)] : pjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::Gnu9FwBY(System.Action`1,System.Object,System.Single)] : pjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::QG5bOlIH(System.Action)] : pjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::ykh7qGOX(System.Action)] : pka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::bQdVq2Uu(System.Action)] : pkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::KAHy8a0g(System.Action`1,System.Object,System.Single)] : pkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::teYlDAHE(System.Action)] : pkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::OpCto3jA()] : pke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::hqIwKk3i(System.Action`1,System.Object)] : pkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::tHE6GIJY(System.Action)] : pkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::8pRtVrQJ()] : pkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::Kgxw0jRd()] : pki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::K6gEW4AW()] : pkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::5iPiHXiW(System.Action`1,System.Object)] : pkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::9brl0WkH()] : pkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::v43FlxgT()] : pkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::EoFFbPHx()] : pkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::SnOR99Lj(System.Action`1,System.Object)] : pko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::p_J2FDwr(System.Action)] : pkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::AN5Sc76D()] : pkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::RRPsbnhy()] : pkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::4IUgs5qF()] : pks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::buq47ZgV(System.Action`1,System.Object)] : pkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::JZdd1EcK(System.Action)] : pku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::tbx74yW1(System.Action)] : pkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::8XRQveT6()] : pkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::OxroOHCp(System.Action`1,System.Object)] : pkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::k_k3i8eM(System.Action`1,System.Object)] : pky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::j2hyAN6h()] : pkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::Wv3gTGfn()] : pla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::9BcEu2lx()] : plb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::zaBlwH8H()] : plc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::dOVGconm()] : pld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::JCXAHaRw(System.Object)] : ple -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::H3LFQNtL()] : plf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::pgFCIWiM()] : plg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::4iHmsczQ()] : plh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::EiYD2VBg()] : pli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::EvhYvTR9(System.Action)] : plj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::RJKh_jGa()] : plk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::nKopKYX5()] : pll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::9nWznI5u(System.Action`1,System.Object,System.Single)] : plm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::yUo9dS0y()] : pln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::HpAsIicu()] : plo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::qPELDU35()] : plp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::otgqOqdo()] : plq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::8ras6MGg()] : plr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::uKtAT1Rz()] : pls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::HkwmPqY7()] : plt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::C4eNwlUY()] : plu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::Mgz_tkRk()] : plv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::QJmj1aeG()] : plw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::Li7A_wxK()] : plx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::b5dg6E25()] : ply -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::UvraCj7x()] : plz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::qIHJnyfc()] : pmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::1hdoKJuf()] : pmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::9CuFYPko()] : pmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::8d6Zf9Ge()] : pme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::xNqJczYZ()] : pmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::WX8oWMdS()] : pmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::7onRRsAl()] : pmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::OWp2KsHK()] : pmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::Qgw44sJa()] : pmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::0gDi9jFw()] : pmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::yubjCqf5()] : pml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::sB3rJORV()] : pmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::FVrORttX()] : pmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::L2_kW2_v()] : pmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::SjrWsG6M()] : pmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::QvLuJg9G()] : pmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::jWhXhwD_()] : pmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::TvmtEzK8()] : pms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::jg2VqCHe()] : pmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::QuFSZDKn()] : pmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::U_PgyjVs()] : pmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::k2MUrFRx()] : pmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::JZwrb_5x()] : pmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::_Rrsycuh()] : pmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::wKhME4bF()] : pmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::q2OGCAn7()] : pna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::zkM3WM7i()] : pnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::ZteUpwQt()] : pnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::kQRwBltp()] : pnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::wvNc5BaB()] : pne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::MvfPGHUa()] : pnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::KvcaVUgs()] : png -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::i1M4sZJz()] : pnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::yvhGnE0Q()] : pni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::mZbqcaAD()] : pnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::fI26hJHO()] : pnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::xTAAwx6S()] : pnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::92Ke6CRR()] : pnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::8bfUtd4b()] : pnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::e3pFFKIL()] : pno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::rwzABrqw(UnityTimer.Timer)] : pnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::EHxawfDS(UnityTimer.Timer)] : pnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::b__7_0(UnityTimer.Timer)] : pnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::Cyc44813(UnityTimer.Timer)] : pns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::A00p6t60(UnityTimer.Timer)] : pnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::4ngmGKIw(UnityTimer.Timer)] : pnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::gL_CPWY8(UnityTimer.Timer)] : pnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::k0ZVtUs5(UnityTimer.Timer)] : pnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::ZMq9DSnB(UnityTimer.Timer)] : pnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::qhIlvIlH(UnityTimer.Timer)] : pny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::gjy5lI1K(UnityTimer.Timer)] : pnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::8y3IqA8P(UnityTimer.Timer)] : poa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::QDIhF9TD(UnityTimer.Timer)] : pob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::dcthjULb()] : poc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::UpdateAllTimers()] : pod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::PauseAllTimers()] : poe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::PPHG94tl(UnityTimer.Timer)] : pof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::UC_jE9Vv(UnityTimer.Timer)] : pog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::45nlF6Qt()] : poh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::uvsdpQ8E(UnityTimer.Timer)] : poi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::ResumeAllTimers()] : poj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::qs8aoD42()] : pok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::JzUxxugT()] : pol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::4gBC5kFR()] : pom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::CancelAllTimers()] : pon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::RegisterTimer(UnityTimer.Timer)] : poo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::GPhsmDAm(UnityTimer.Timer)] : pop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::get_duration()] : poq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::NAmO8aaN()] : por -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::set_usesRealTime(System.Boolean)] : pot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::iIXXurB9()] : pou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::S1zHdD5c()] : pov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::4C8iEG7K()] : pow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::3J8KmqXt()] : pox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Resume(UnityTimer.Timer)] : poy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::BxX_sIcK()] : poz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::hUXR3Q6i()] : ppa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::4JrtilOO()] : ppb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::bjV2iiWN()] : ppc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::ceV318OJ()] : ppd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::IbJhULWN()] : ppe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetTimeElapsed()] : ppf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Q4nlk9fc()] : ppg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::BvZjThit()] : pph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::QXBJEpdZ()] : ppi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::iGXKDuzx()] : ppj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::e1Ii_01H()] : ppk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::KJRy8sVx()] : ppl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::e0np23zi(System.Single)] : ppm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::PEKFDmlI()] : ppn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::wAvoCILb()] : ppo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::ILsytnf5()] : ppp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::LQqqFdYR()] : ppq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::UcKvjbmV(System.Boolean)] : ppr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::RK9kOnJ7(UnityTimer.Timer)] : pps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::FCZftAeT()] : ppt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::Ko5EnDVE()] : ppu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::SrBzbX_6()] : ppv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::pOY8FJ5n()] : ppw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::wa_xZ9CU()] : ppx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::1ZseYNr8(System.Boolean)] : ppy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::12xrv6Co()] : ppz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetRatioRemaining()] : pqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::68n3rb3y()] : pqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Pause()] : pqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::uRgErRY5(UnityTimer.Timer)] : pqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::6kLn2L66()] : pqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::tltJv4mn()] : pqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::dr7ZQ7Ws()] : pqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::ZztQwfjA()] : pqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::GvLgXWMt()] : pqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::4EvZSecK()] : pqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::set_duration(System.Single)] : pqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::jJodHeJC()] : pql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Lrb9Dru2()] : pqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::9f8EhAm1()] : pqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::HYpgh54f(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::MBtRtioa()] : pqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::UlHmPPXh()] : pqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Niqw9n21(System.Single)] : pqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::PauseAllRegisteredTimers()] : pqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::ogwKcySe()] : pqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::NlaSuQk7()] : pqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::HZwxViZk(System.Single)] : pqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::1rMrCbo1(UnityTimer.Timer)] : pqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::ResumeAllRegisteredTimers()] : pqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::xSsVy6Ij(System.Boolean)] : pqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::RuCc9KXg(System.Boolean)] : pqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::0v8HKDTl(System.Single)] : pra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::9sr32ISU()] : prb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::aEhlupqU(System.Boolean)] : prc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::V6tQCZj6()] : prd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::0VtJ99vn()] : pre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::rqldfbmL()] : prf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::TAjlrcDs()] : prg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::tqwfwDOI()] : prh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::fHd7s4tb()] : pri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::Qgt7cGpd()] : prj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isPaused()] : prk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isOwnerDestroyed()] : prl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::pZ5znofM(System.Boolean)] : prm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::b_d1PG8Q()] : prn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::U3jCRxeq()] : pro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::fRLzUA7F(System.Boolean)] : prp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Wg_NOxlZ(System.Boolean)] : prq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::CKeoXC1U(UnityTimer.Timer)] : prr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::zq0Pta90()] : prs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::oP0YRbAd()] : prt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::klXdBRxV()] : pru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::dYQD_aDo(UnityTimer.Timer)] : prv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::73iOpA4F()] : prw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::w6_wGiUE()] : prx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::mpoW3DxF(System.Single)] : pry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::C_SJyq5C()] : prz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::3LyP0Vgm()] : psa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::N6Dcpu1C()] : psb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::gQvZjWq8()] : psc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isCancelled()] : psd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::A6u2Q62A()] : pse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::DxnlpHw9()] : psf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::ZczeagQc()] : psg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Update()] : psh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::XZoqFRIi()] : psi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::mcQdzuCE()] : psj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::jIIFJmqb()] : psk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::mkwB5AoK()] : psl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::UjL1KxI5()] : psm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::P2ktCRoD()] : psn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::AC0ZEFcB()] : pso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::q65KVNgW(System.Single)] : psp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::10AOXhgJ(UnityTimer.Timer)] : psq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::8uKKpGxf()] : psr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::O969kL83()] : pss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Resume()] : pst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::skkJq_ZP(UnityTimer.Timer)] : psu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::EBMHvB7k()] : psv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::LluKNWek()] : psw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::WqEHoA5W()] : psx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::uJ8W2lkj()] : psy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::VH3fzXcA(System.Single)] : psz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::lstcpslY()] : pta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::KQP7Vit5()] : ptb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::tUP802Ux()] : ptc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Ll_b4eM7()] : ptd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::mZxGxBSM()] : pte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::nMb3KzvC(System.Single)] : ptf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::swiMkFUU()] : ptg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::cU1ZFbV2()] : pth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::shNFV81u()] : pti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::T9PiAMRK()] : ptj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::XiJboRD_(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : ptk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::SfaBqp3m()] : ptl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::RJSucSWT()] : ptm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::TOeNtpNm(UnityTimer.Timer)] : ptn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetFireTime()] : pto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::7Svb2Ye5(UnityTimer.Timer)] : ptp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::65a0h5WR()] : ptq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::aa1Vzbem()] : ptr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::_e0DbROE()] : pts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::hWwGWklX()] : ptt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::YPZhPbVI()] : ptu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::jNFa5Ros()] : ptv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Mka8QPGh(System.Boolean)] : ptw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::P1PZQ_s0()] : ptx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::I9ZWELID(UnityTimer.Timer)] : pty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetTimeDelta()] : ptz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::oLfiEBcs()] : pua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Jb64xXGt()] : pub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::o8EXTzJj()] : puc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::cVgfCrJd()] : pud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::kfremztA()] : pue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::CRf27sNl(System.Single)] : puf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::JnFnZE_P()] : pug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::set_isLooped(System.Boolean)] : puh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isLooped()] : pui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Cancel()] : puj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::cISFDmxG(System.Boolean)] : puk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::BAelb0yg(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::bq71Ek_Z()] : pum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::n9zPllRb()] : pun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::r2P0z2eO()] : puo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::P_2x7jkE()] : pup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::RaxmEixh()] : puq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::1SkbBjQ0()] : pur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::0yNn3cZo()] : pus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::RwSLum7f()] : put -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::70AI11Bd()] : puu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::wykFQrai()] : puv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetTimeRemaining()] : puw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::AYlV_7jC(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::2G_wkJ3F(System.Boolean)] : puy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::8NEtWcQJ()] : puz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::6dCDo9uS(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::bcHpk3bQ()] : pvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::ERON2rBB()] : pvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::SdjRO4wn()] : pvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::QifWnDxQ()] : pve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::qr9aNiT4()] : pvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::Register(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Nj5h00KZ(UnityTimer.Timer)] : pvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::FPfYTzVJ()] : pvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::w1F4zzbV(System.Single)] : pvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::V90y0FrE()] : pvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::zl5qEKPu()] : pvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::XIGWRTIS()] : pvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::YW7iFy4V()] : pvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::WLzM_fWH()] : pvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::f3tOZtgI()] : pvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::99DF4frz()] : pvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::BDda4obG()] : pvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::_grquNN8()] : pvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::GIiD2u5E(System.Single)] : pvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::09OH3zvb()] : pvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::pZuT34A5(System.Single)] : pvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::2FQFK7mN()] : pvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::M5EVEeL7()] : pvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::LJOgNm7p(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isDone()] : pvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::WaXjb3A2()] : pwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::ExfTCsuO()] : pwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::YgqhpuB7()] : pwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::1ts8Hfzn()] : pwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetWorldTime()] : pwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::UE9FvKrX()] : pwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::_Vx1TPo9()] : pwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::m8pixydH(System.Boolean)] : pwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::R2CTozyb()] : pwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::CancelAllRegisteredTimers()] : pwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::3yk8HtQ6()] : pwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::8GarHSt3()] : pwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::YcWO0dtN()] : pwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::MtwXqeEZ()] : pwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::11TlsDhO(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::95S2ZIlT()] : pwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::PMGTGbZ3()] : pwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::p9zrMOzH()] : pwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::FTMGZ3Dg()] : pws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetRatioComplete()] : pwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::oLcNuuJn()] : pwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::d06nZlnP()] : pwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Aqpu_AXw()] : pww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::JLZG0kXm()] : pwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isCompleted()] : pwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::UPnLhXGI()] : pwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::QWlcryFp()] : pxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::sHBSuo4G()] : pxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::OLNDruKY()] : pxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::VOL4Jnn4()] : pxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::0DIJ6oRi()] : pxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::vJ7RCpPV()] : pxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::RRaDKfcB()] : pxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Cancel(UnityTimer.Timer)] : pxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::iG3EKIzN()] : pxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::sPghnMVD()] : pxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::ObzAHEsi()] : pxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::F5dBP6b0()] : pxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::srADql2m()] : pxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::34E6Bg0n(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::C_jV268v()] : pxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::Iz63F_nv(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::LgdQQUph()] : pxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Pause(UnityTimer.Timer)] : pxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::1d1ZX15a(System.Single)] : pxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::vIdSWQjC()] : pxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::8eRniyLy()] : pxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::9yYeG55L()] : pxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::SsbnOS02(System.Single)] : pxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_usesRealTime()] : pxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::vf2fTUdv(System.Boolean)] : pxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::KTdTcCkD()] : pxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::2LPDNnqt(UnityTimer.Timer)] : pya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::c1vZb1Vz(System.Boolean)] : pyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::Xko9JWKc()] : pyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::8ftLNknR()] : pyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::8xgfMpDS(System.Boolean)] : pye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::XlXzp0fK()] : pyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::HqRp78Eb(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::set_isCompleted(System.Boolean)] : pyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::JQ2If0Po()] : pyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::OTqlheMp()] : pyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::URvSAqXU()] : pyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::Z2eGTTuI()] : pyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::SfLldxpY()] : pym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::2QfltIHj()] : pyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::zInDY4vk()] : pyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::iFtSjlNb(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::HBN4LUO5()] : pyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::lbRup9_Y()] : pyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::ojhZmwyI()] : pys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::oW09jGtT(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::tBKGKJDX(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::qqeAnSAw(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::AttachTimer(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::6SidMOfE(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::3kSm7DwW(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_uid()] : cck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_device()] : ccl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_os_ver()] : ccm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_network()] : ccn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_device_id()] : cco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_pack_name()] : ccp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_version()] : ccq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_channel()] : ccr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_level()] : ccs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_message()] : cct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::get_stacktrace()] : ccu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::get_assembly()] : ccv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::get_type()] : ccw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass10_0::b__0(UnityEngine.Texture)] : ccx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass3_0::b__0(UnityEngine.Sprite)] : ccy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass8_0::b__0(FairyGUI.NTexture)] : ccz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass8_0::b__1(FairyGUI.NTexture)] : cda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/<>c__DisplayClass8_1::b__2(UnityEngine.Sprite)] : cdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__9::System.IDisposable.Dispose()] : cdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__9::System.Collections.Generic.IEnumerator.get_Current()] : cdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__9::System.Collections.IEnumerator.Reset()] : cde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__9::System.Collections.IEnumerator.get_Current()] : cdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__4::System.IDisposable.Dispose()] : cdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__4::System.Collections.Generic.IEnumerator.get_Current()] : cdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__4::System.Collections.IEnumerator.Reset()] : cdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__4::System.Collections.IEnumerator.get_Current()] : cdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__6::System.IDisposable.Dispose()] : cdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__6::System.Collections.Generic.IEnumerator.get_Current()] : cdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper/d__6::System.Collections.IEnumerator.Reset()] : cdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TextureHelper/d__6::System.Collections.IEnumerator.get_Current()] : cdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetNTexture(System.String,System.String,UnityEngine.Events.UnityAction`1)] : cdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TextureHelper::GetLocalTexture(System.String,System.Action`1)] : cdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetCardIcon(System.Boolean,UnityEngine.Events.UnityAction`1)] : cdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TextureHelper::GetTextureFromNet(System.String,System.Int32,System.String,System.Action`1)] : cdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetItemIcon(System.Int32,UnityEngine.Events.UnityAction`1)] : cds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::SetAvatarToLoader(System.Int32,FairyGUI.GLoader,System.Boolean)] : cdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TextureHelper::GetAvatarLocal(System.Int32,System.Action`1)] : cdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetFaceBookAvatar(System.Int32,System.Action`1)] : cdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetSelfFaceBookAvatar(System.Action`1)] : cdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String TextureHelper::GetBankIconUrl(System.String)] : cdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TextureHelper::GetGalleryLocal(System.Int32,System.Action`1)] : cdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void DataMgr/<>c__DisplayClass3_0`1::b__0(T,T)] : cdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void DataMgr::InitPreferences(System.String)] : cea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::BindDataStorage(System.String,System.String,T)] : ceb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::Clear()] : cec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::LogToFilter(System.String,System.String)] : ced +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::LogAsType(System.String,System.String)] : cee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::Watch(System.String,System.String)] : cef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ConsoleProDebug::Search(System.String)] : ceg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] AnimationCurveData AnimationCurveData::get_Instance()] : ceh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener CommonExpand::FadeIn(FairyGUI.GObject,System.Single,System.Single)] : cei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener CommonExpand::FadeOut(FairyGUI.GObject,System.Single,System.Single)] : cej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void CommonExpand::SetClick(FairyGUI.GObject,System.Action,System.Boolean,System.Boolean)] : cek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void CommonExpand::SafeKill(DG.Tweening.Tween)] : cel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Obj FXPool`1::GetObject(T)] : cem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FXPool`1::AddKey(T)] : cen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Obj FXPool`1::LoadObject(T)] : ceo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FXPool`1::RecObject(T,UnityEngine.Object)] : cep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FXPool`1::RemoveKey(T)] : ceq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FXPool`1::RemoveAll()] : cer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::GetFileMD5(System.String)] : ces +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::GetStringMD5(System.String)] : cet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MD5Kit::MD5String1(System.String)] : ceu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__0_0(System.Boolean)] : cev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__0_1()] : cew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__1_0()] : cex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__2_0()] : cey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__9_0()] : cez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__9_1()] : cfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__10_0()] : cfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__19_0(System.Boolean)] : cfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__20_0(System.Boolean,System.String)] : cfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo/<>c::b__23_0(System.Int32)] : cfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::ShowAdmobInter()] : cff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::Track()] : cfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::GetCountryCode()] : cfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::ShowH5()] : cfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::ShowH5WebView()] : cfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::ShowH5(UnityEngine.RectTransform)] : cfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::HideH5()] : cfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::CheckShowH5(UnityEngine.UI.Image)] : cfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::TrackLevel()] : cfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::GetWithDrawConfigs()] : cfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::CreateWithDrawOrder()] : cfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::GetWithDrawOrders()] : cfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::Init()] : cfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String NCWWA6A0SDKDemo::GetSdkVersion()] : cfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::b__17_0(System.Boolean,System.String)] : cft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void NCWWA6A0SDKDemo::g__GameConfig|23_1(System.Boolean,System.String)] : cfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c::b__18_0()] : cfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c::b__18_2()] : cfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass18_0::b__1()] : cfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass18_0::b__3()] : cfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass18_0::b__4()] : cfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass18_0::b__5()] : cga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass5_0::b__0()] : cgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager/<>c__DisplayClass6_0::b__0(System.Boolean)] : cgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::Redeem(AdRedeemData)] : cgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::ShowVideoAd(System.String,System.Action)] : cge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::SetWatchAd(System.String,FGUI.Common_01.btn_watchAd,System.Action)] : cgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::removeWatchAd()] : cgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::updateWatchCD()] : cgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 AdRedeemManager::GetCeilingNeedAds(System.String)] : cgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean AdRedeemManager::checkIsCanReceive(System.String)] : cgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::checkBtnState(FGUI.Common_01.btn_watchAd,System.String)] : cgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::RunAllAction()] : cgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::startAction()] : cgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::stopAction()] : cgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 AdRedeemManager::GetLookRewardADNum()] : cgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::SetLookRewardADNum(System.Int32)] : cgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::Start()] : cgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::Destroy()] : cgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void AdRedeemManager::SendEventClickByName(System.String,System.String)] : cgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_0()] : cgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_1()] : cgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_2()] : cgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_3(System.String)] : cgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_4()] : cgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_5(System.String)] : cgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_6()] : cgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_7(System.String)] : cha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_8()] : chb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_9(System.String)] : chc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_10()] : chd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_11(System.String)] : che +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_12()] : chf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_13(System.String)] : chg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_14()] : chh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_15(System.String)] : chi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_16()] : chj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_17(System.String)] : chk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_18()] : chl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_19()] : chm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnectRoot/<>c::b__3_20()] : chn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot/<>c::b__3_21(System.String)] : cho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot::OnLauncher()] : chp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnectRoot::BuildGMTool()] : chq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ErrorLogger::HandleLog(System.String,System.String,UnityEngine.LogType)] : chr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ErrorLogger::SendErrorToServer(System.String,System.String)] : chs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FreeWebViewManager::initView()] : cht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FreeWebViewManager::OpenWeb(System.String)] : chu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FreeWebViewManager::OnWebMessage(System.String)] : chv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FreeWebViewManager::CallJs(System.String)] : chw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FreeWebViewManager::CloseWeb()] : chx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 InputHelper::get_TouchCount()] : chy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Touch InputHelper::GetTouch(System.Int32)] : chz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean InputHelper::GetMouseButtonDown(System.Int32)] : cia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean InputHelper::GetMouseButton(System.Int32)] : cib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean InputHelper::GetMouseButtonUp(System.Int32)] : cic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 InputHelper::get_MousePosition()] : cid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] LevelManager LevelManager::get_Instance()] : cie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LevelManager::set_Instance(LevelManager)] : cif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LevelConfig LevelManager::get_CurrentLevel()] : cig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void LevelManager::set_CurrentLevel(ChillConnect.LevelConfig)] : cih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean LevelManager::LoadLevel(System.Int32)] : cii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean LevelManager::LoadLevelByName(System.String)] : cij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MaxPayManager/<>c::b__11_0(System.Collections.Generic.KeyValuePair`2)] : cik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c::b__16_0()] : cil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c__DisplayClass14_0::b__0(SGModule.Net.ResponseData`1)] : cim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c__DisplayClass14_1::b__2()] : cin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c__DisplayClass14_1::b__1()] : cio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/<>c__DisplayClass5_0::b__0(SGModule.Net.ResponseData`1)] : cip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/d__11::System.IDisposable.Dispose()] : ciq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/d__11::<>m__Finally1()] : cir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MaxPayManager/d__11::System.Collections.Generic.IEnumerator.get_Current()] : cis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager/d__11::System.Collections.IEnumerator.Reset()] : cit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MaxPayManager/d__11::System.Collections.IEnumerator.get_Current()] : ciu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::Buy(ApplePayClass)] : civ +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::MaxPay(ApplePayClass)] : ciw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::SavePayData(System.String,ApplePayClass)] : cix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ApplePayClass MaxPayManager::GetPayData(System.String)] : ciy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean MaxPayManager::GetPayStatus()] : ciz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator MaxPayManager::ProcessPayData()] : cja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::StopPayCoroutine()] : cjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::PaySuccess()] : cjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::PaySuccess(System.String)] : cjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::reCreatPur()] : cje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::OnPayFailed(System.String)] : cjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean MaxPayManager::CheckIsOpen(System.String)] : cjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::GetPayPrice(ApplePayClass)] : cjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal MaxPayManager::GetGoldRewradNum(System.Int32)] : cji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MaxPayManager::GetPayReward(System.Decimal)] : cjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void OpenBrowser::OpenURL(System.String)] : cjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PurchasingManager/<>c__DisplayClass3_0::b__0(SGModule.ApplePay.ApplePayBackType,AppleResponseData)] : cjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String PurchasingManager::GetPaySku(PayType)] : cjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PurchasingManager::Purchase(SGModule.ApplePay.ApplePayData)] : cjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Action`2 PurchasingManager::ApplePaySuccessCallback(SGModule.ApplePay.ApplePayData)] : cjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String PurchasingManager::SetSku(SGModule.ApplePay.ApplePayData)] : cjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void PurchasingManager::SendEventClickByName(System.String,System.String)] : cjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single CommonTools::CalculateScale(UnityEngine.Vector2,UnityEngine.Vector2)] : cjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single CommonTools::GetScale()] : cjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotClass::SetStatus(SaveingPotTaskStatus)] : cjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotClass::GetAmountStr()] : cju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::CheckSaveingPot()] : cjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::CreatSaveingPotItem()] : cjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SaveingPotHelper::TestingClearTime()] : cjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SaveingPotHelper::ResetHistory()] : cjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotHelper::getChString(System.Single)] : cjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SaveingPotHelper::getChNumber(System.Single)] : cka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem/<>c__DisplayClass10_1::b__0(System.Decimal)] : ckb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem/<>c__DisplayClass10_1::b__1()] : ckc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem/<>c__DisplayClass10_1::b__2()] : ckd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::Init()] : cke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::AddListener()] : ckf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::OnGetReward(System.Object)] : ckg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean RewardSystem::IsRewardFly(ChillConnect.RewardData)] : ckh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean RewardSystem::IsRewardValueChange(ChillConnect.RewardData)] : cki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean RewardSystem::IsRewardNumber(ChillConnect.RewardData)] : ckj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean RewardSystem::IsRewardDialog(ChillConnect.RewardData)] : ckk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::GetReward(ChillConnect.RewardData)] : ckl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::PlayReward(ChillConnect.RewardData)] : ckm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::SetRewardValueChangeState(System.Int32,System.Boolean)] : ckn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void RewardSystem::OnChangeValue(System.Int32,System.Decimal)] : cko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SerializeUtil/<>c::<.cctor>b__0_0()] : ckp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object)] : ckq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJsonIndented(System.Object)] : ckr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object,System.Type)] : cks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SerializeUtil::ToJson(System.Object)] : ckt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SerializeUtil::ToObject(System.String)] : cku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SkipUnityLogo::AsyncSkip()] : ckv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool/<>c__DisplayClass22_0::b__0()] : ckw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool/<>c__DisplayClass22_0::b__1(System.String)] : ckx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::InitializeStyles()] : cky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::StartLayout()] : ckz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddButton(System.String,System.Action)] : cla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddLabel(System.String)] : clb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddInputField(System.String,System.String,System.String,System.Action`1)] : clc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddSeparator(System.String)] : cld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::DrawLine(UnityEngine.Rect)] : cle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::AddItem(GMToolItem)] : clf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::UpdateItems()] : clg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GMTool::b__13_0()] : clh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean Keychain::Save(System.String,System.String)] : cli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String Keychain::Get(System.String)] : clj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean Keychain::Delete(System.String)] : clk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean GameConfig::get_isRelease()] : cll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean GameConfig::get_enabledLog()] : clm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void GameConfig::set_enabledLog(System.Boolean)] : cln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3AutoSave/<>c::b__13_0(UnityEngine.Component)] : clo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3AutoSaveMgr/<>c::b__13_0(UnityEngine.GameObject)] : clp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3AutoSaveMgr ES3AutoSaveMgr::get_Current()] : clq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3AutoSaveMgr ES3AutoSaveMgr::get_Instance()] : clr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::Save()] : cls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::Load()] : clt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::AddAutoSave(ES3AutoSave)] : clu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::RemoveAutoSave(ES3AutoSave)] : clv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::GetAutoSaves()] : clw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3AutoSaveMgr::GetDepth(UnityEngine.Transform)] : clx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3AutoSaveMgr::ManageSlots()] : cly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,System.Object)] : clz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,System.Object,System.String)] : cma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,System.Object,System.String,ES3Settings)] : cmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,System.Object,ES3Settings)] : cmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,T)] : cme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,T,System.String)] : cmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,T,System.String,ES3Settings)] : cmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Save(System.String,T,ES3Settings)] : cmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.Byte[])] : cmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.Byte[],System.String)] : cmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.Byte[],System.String,ES3Settings)] : cmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.Byte[],ES3Settings)] : cml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.String)] : cmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.String,System.String)] : cmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.String,System.String,ES3Settings)] : cmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveRaw(System.String,ES3Settings)] : cmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.Byte[])] : cmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.Byte[],System.String,ES3Settings)] : cmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.Byte[],ES3Settings)] : cms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.String)] : cmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.String,System.String)] : cmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.String,System.String,ES3Settings)] : cmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::AppendRaw(System.String,ES3Settings)] : cmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.String)] : cmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.String,ES3Settings)] : cmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,ES3Settings)] : cmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.Int32,System.String)] : cna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.Int32,System.String,ES3Settings)] : cnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::SaveImage(UnityEngine.Texture2D,System.Int32,ES3Settings)] : cnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::SaveImageToBytes(UnityEngine.Texture2D,System.Int32,ES3/ImageType)] : cnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String)] : cne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.String)] : cnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.String,ES3Settings)] : cng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,ES3Settings)] : cnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.Object)] : cni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.String,System.Object)] : cnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.String,System.Object,ES3Settings)] : cnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Load(System.String,System.Object,ES3Settings)] : cnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String)] : cnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,System.String)] : cnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,System.String,ES3Settings)] : cno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,ES3Settings)] : cnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,T)] : cnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,System.String,T)] : cnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,System.String,T,ES3Settings)] : cns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Load(System.String,T,ES3Settings)] : cnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.Object)] : cnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.String,System.Object)] : cnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.String,System.Object,ES3Settings)] : cnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.Object,ES3Settings)] : cnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,T)] : cny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.String,T)] : cnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,System.String,T,ES3Settings)] : coa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::LoadInto(System.String,T,ES3Settings)] : cob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadString(System.String,System.String,ES3Settings)] : coc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadString(System.String,System.String,System.String,ES3Settings)] : cod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::LoadRawBytes()] : coe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::LoadRawBytes(System.String)] : cof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::LoadRawBytes(System.String,ES3Settings)] : cog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::LoadRawBytes(ES3Settings)] : coh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadRawString()] : coi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadRawString(System.String)] : coj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadRawString(System.String,ES3Settings)] : cok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::LoadRawString(ES3Settings)] : com +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D ES3::LoadImage(System.String)] : con +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D ES3::LoadImage(System.String,ES3Settings)] : coo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D ES3::LoadImage(ES3Settings)] : cop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D ES3::LoadImage(System.Byte[])] : coq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioClip ES3::LoadAudio(System.String,UnityEngine.AudioType)] : cor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioClip ES3::LoadAudio(System.String,UnityEngine.AudioType,ES3Settings)] : cos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::Serialize(T,ES3Settings)] : cot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::Serialize(System.Object,ES3Types.ES3Type,ES3Settings)] : cou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3::Deserialize(System.Byte[],ES3Settings)] : cov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3::Deserialize(ES3Types.ES3Type,System.Byte[],ES3Settings)] : cow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeserializeInto(System.Byte[],T,ES3Settings)] : cox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeserializeInto(ES3Types.ES3Type,System.Byte[],T,ES3Settings)] : coy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::EncryptBytes(System.Byte[],System.String)] : coz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::DecryptBytes(System.Byte[],System.String)] : cpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::EncryptString(System.String,System.String)] : cpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::DecryptString(System.String,System.String)] : cpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::CompressBytes(System.Byte[])] : cpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3::DecompressBytes(System.Byte[])] : cpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::CompressString(System.String)] : cpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3::DecompressString(System.String)] : cpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteFile()] : cph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteFile(System.String)] : cpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteFile(System.String,ES3Settings)] : cpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteFile(ES3Settings)] : cpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyFile(System.String,System.String)] : cpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyFile(System.String,System.String,ES3Settings,ES3Settings)] : cpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyFile(ES3Settings,ES3Settings)] : cpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameFile(System.String,System.String)] : cpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameFile(System.String,System.String,ES3Settings,ES3Settings)] : cpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameFile(ES3Settings,ES3Settings)] : cpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyDirectory(System.String,System.String)] : cpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyDirectory(System.String,System.String,ES3Settings,ES3Settings)] : cps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CopyDirectory(ES3Settings,ES3Settings)] : cpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameDirectory(System.String,System.String)] : cpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameDirectory(System.String,System.String,ES3Settings,ES3Settings)] : cpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::RenameDirectory(ES3Settings,ES3Settings)] : cpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteDirectory(System.String)] : cpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteDirectory(System.String,ES3Settings)] : cpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteDirectory(ES3Settings)] : cpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteKey(System.String)] : cqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteKey(System.String,System.String)] : cqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteKey(System.String,System.String,ES3Settings)] : cqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::DeleteKey(System.String,ES3Settings)] : cqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::KeyExists(System.String)] : cqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::KeyExists(System.String,System.String)] : cqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::KeyExists(System.String,System.String,ES3Settings)] : cqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::KeyExists(System.String,ES3Settings)] : cqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::FileExists()] : cqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::FileExists(System.String)] : cqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::FileExists(System.String,ES3Settings)] : cqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::FileExists(ES3Settings)] : cql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::DirectoryExists(System.String)] : cqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::DirectoryExists(System.String,ES3Settings)] : cqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::DirectoryExists(ES3Settings)] : cqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetKeys()] : cqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetKeys(System.String)] : cqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetKeys(System.String,ES3Settings)] : cqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetKeys(ES3Settings)] : cqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetFiles()] : cqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetFiles(System.String)] : cqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetFiles(System.String,ES3Settings)] : cqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetFiles(ES3Settings)] : cqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetDirectories()] : cqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetDirectories(System.String)] : cqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetDirectories(System.String,ES3Settings)] : cqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3::GetDirectories(ES3Settings)] : cra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CreateBackup()] : crb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CreateBackup(System.String)] : crd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CreateBackup(System.String,ES3Settings)] : cre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CreateBackup(ES3Settings)] : crf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::RestoreBackup(System.String)] : crg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::RestoreBackup(System.String,ES3Settings)] : crh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3::RestoreBackup(ES3Settings)] : cri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3::GetTimestamp()] : crj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3::GetTimestamp(System.String)] : crk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3::GetTimestamp(System.String,ES3Settings)] : crl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3::GetTimestamp(ES3Settings)] : crm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::StoreCachedFile()] : crn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::StoreCachedFile(System.String)] : cro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::StoreCachedFile(System.String,ES3Settings)] : crp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::StoreCachedFile(ES3Settings)] : crq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CacheFile()] : crr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CacheFile(System.String)] : crs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CacheFile(System.String,ES3Settings)] : crt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::CacheFile(ES3Settings)] : cru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3::Init()] : crv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Sync()] : crw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Sync(System.String,ES3Settings)] : crx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Sync(ES3Settings)] : cry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Clear()] : crz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3File::GetKeys()] : csa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Save(System.String,T)] : csb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::SaveRaw(System.Byte[],ES3Settings)] : csc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::AppendRaw(System.Byte[],ES3Settings)] : csd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3File::Load(System.String)] : cse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3File::Load(System.String,System.Object)] : csf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3File::Load(System.String)] : csg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3File::Load(System.String,T)] : csh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::LoadInto(System.String,T)] : csi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3File::LoadRawBytes()] : csj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3File::LoadRawString()] : csk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3File::GetBytes(ES3Settings)] : csl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::DeleteKey(System.String)] : csm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3File::KeyExists(System.String)] : csn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3File::Size()] : cso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3File::GetKeyType(System.String)] : csp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3File ES3File::GetOrCreateCachedFile(ES3Settings)] : csq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::CacheFile(ES3Settings)] : csr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::Store(ES3Settings)] : css +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::RemoveCachedFile(ES3Settings)] : cst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::CopyCachedFile(ES3Settings,ES3Settings)] : csu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3File::DeleteKey(System.String,ES3Settings)] : csv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3File::KeyExists(System.String,ES3Settings)] : csw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3File::FileExists(ES3Settings)] : csx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3File::GetKeys(ES3Settings)] : csy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3File::GetFiles()] : csz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3File::GetTimestamp(ES3Settings)] : cta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::get_ColumnCount()] : ctb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::get_RowCount()] : ctc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::GetColumnLength(System.Int32)] : ctd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::GetRowLength(System.Int32)] : cte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::SetCell(System.Int32,System.Int32,System.Object)] : ctf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::SetCellString(System.Int32,System.Int32,System.String)] : ctg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Spreadsheet::GetCell(System.Int32,System.Int32)] : cth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Spreadsheet::GetCell(System.Type,System.Int32,System.Int32)] : cti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Load(System.String)] : ctj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Load(System.String,ES3Settings)] : ctk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Load(ES3Settings)] : ctl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::LoadRaw(System.String)] : ctm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::LoadRaw(System.String,ES3Settings)] : ctn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Load(System.IO.Stream,ES3Settings)] : cto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(System.String)] : ctp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(System.String,ES3Settings)] : ctq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(ES3Settings)] : ctr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(System.String,System.Boolean)] : cts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(System.String,ES3Settings,System.Boolean)] : ctt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Spreadsheet::Save(ES3Settings,System.Boolean)] : ctu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Spreadsheet::Escape(System.String,System.Boolean)] : ctv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Spreadsheet::Unescape(System.String)] : ctw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[0...,0...] ES3Spreadsheet::ToArray()] : ctx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader/ES3ReaderPropertyEnumerator/d__2::System.IDisposable.Dispose()] : cty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderPropertyEnumerator/d__2::System.Collections.Generic.IEnumerator.get_Current()] : ctz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader/ES3ReaderPropertyEnumerator/d__2::System.Collections.IEnumerator.Reset()] : cua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderPropertyEnumerator/d__2::System.Collections.IEnumerator.get_Current()] : cub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader/ES3ReaderRawEnumerator/d__2::System.IDisposable.Dispose()] : cuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderRawEnumerator/d__2::System.Collections.Generic.IEnumerator.get_Current()] : cud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader/ES3ReaderRawEnumerator/d__2::System.Collections.IEnumerator.Reset()] : cue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderRawEnumerator/d__2::System.Collections.IEnumerator.get_Current()] : cuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Reader::Read_int()] : cug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ES3Reader::Read_float()] : cuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::Read_bool()] : cui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Reader::Read_char()] : cuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ES3Reader::Read_decimal()] : cuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ES3Reader::Read_double()] : cul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Reader::Read_long()] : cum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt64 ES3Reader::Read_ulong()] : cun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte ES3Reader::Read_byte()] : cuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.SByte ES3Reader::Read_sbyte()] : cup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int16 ES3Reader::Read_short()] : cuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt16 ES3Reader::Read_ushort()] : cur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 ES3Reader::Read_uint()] : cus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Reader::Read_string()] : cut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Reader::Read_byteArray()] : cuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Reader::Read_ref()] : cuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Reader::ReadPropertyName()] : cuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Reader::ReadKeyPrefix(System.Boolean)] : cux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadKeySuffix()] : cuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Reader::ReadElement(System.Boolean)] : cuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::Goto(System.String)] : cva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadObject()] : cvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::EndReadObject()] : cvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadDictionary()] : cvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::EndReadDictionary()] : cve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadDictionaryKey()] : cvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::EndReadDictionaryKey()] : cvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::StartReadDictionaryValue()] : cvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::EndReadDictionaryValue()] : cvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadCollection()] : cvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::EndReadCollection()] : cvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::StartReadCollectionItem()] : cvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Reader::EndReadCollectionItem()] : cvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader/ES3ReaderPropertyEnumerator ES3Reader::get_Properties()] : cvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader/ES3ReaderRawEnumerator ES3Reader::get_RawEnumerator()] : cvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::Skip()] : cvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::Read()] : cvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadInto(System.Object)] : cvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::ReadProperty()] : cvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::ReadProperty(ES3Types.ES3Type)] : cvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Reader::ReadRefProperty()] : cvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Reader::ReadType()] : cvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader::SetPrivateProperty(System.String,System.Object,System.Object)] : cvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Reader::SetPrivateField(System.String,System.Object,System.Object)] : cvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::Read(System.String)] : cvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::Read(System.String,T)] : cvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadInto(System.String,T)] : cwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadObject(System.Object,ES3Types.ES3Type)] : cwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::ReadObject(ES3Types.ES3Type)] : cwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ES3Reader::Read(ES3Types.ES3Type)] : cwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Reader::ReadInto(System.Object,ES3Types.ES3Type)] : cwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Reader::ReadTypeFromHeader()] : cwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create()] : cwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.String)] : cwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.String,ES3Settings)] : cwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(ES3Settings)] : cwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.Byte[])] : cwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.Byte[],ES3Settings)] : cwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.IO.Stream,ES3Settings)] : cwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Reader ES3Reader::Create(System.IO.Stream,ES3Settings,System.Boolean)] : cwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3CreateSlot::TryCreateNewSlot()] : cwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3CreateSlot::CreateNewSlot(System.String)] : cwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3CreateSlot::b__4_0()] : cwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::TrySelectSlot()] : cwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::SelectSlot()] : cws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::MarkSlotForDeletion()] : cwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::UnmarkSlotForDeletion()] : cwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Slot::DeleteSlot()] : cwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Slot::GetSlotPath()] : cww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotDialog::b__2_0()] : cwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3SlotManager/<>c::b__13_0(System.ValueTuple`2)] : cwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotManager::InstantiateSlots()] : cwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ES3SlotManager::InstantiateSlot(System.String,System.DateTime)] : cxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotManager::ShowErrorDialog(System.String)] : cxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotManager::Close()] : cxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3SlotManager::DestroySlots()] : cxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3SlotManager::GetSlotPath(System.String)] : cxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Defaults ES3Settings::get_defaultSettingsScriptableObject()] : cxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Settings ES3Settings::get_defaultSettings()] : cxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Settings ES3Settings::get_unencryptedUncompressedSettings()] : cxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3/Location ES3Settings::get_location()] : cxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Settings::set_location(ES3/Location)] : cxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Settings::get_FullPath()] : cxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Settings::IsAbsolute(System.String)] : cxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Settings::CopyInto(ES3Settings)] : cxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__53::System.IDisposable.Dispose()] : cxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__53::<>m__Finally1()] : cxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__53::System.Collections.Generic.IEnumerator.get_Current()] : cxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__53::System.Collections.IEnumerator.Reset()] : cxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__53::System.Collections.IEnumerator.get_Current()] : cxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__44::System.IDisposable.Dispose()] : cxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__44::<>m__Finally1()] : cxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__44::System.Collections.Generic.IEnumerator.get_Current()] : cxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__44::System.Collections.IEnumerator.Reset()] : cxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__44::System.Collections.IEnumerator.get_Current()] : cxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__45::System.IDisposable.Dispose()] : cxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__45::<>m__Finally1()] : cxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__45::System.Collections.Generic.IEnumerator.get_Current()] : cxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__45::System.Collections.IEnumerator.Reset()] : cya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__45::System.Collections.IEnumerator.get_Current()] : cyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__61::System.IDisposable.Dispose()] : cyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__61::<>m__Finally1()] : cyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__61::System.Collections.Generic.IEnumerator.get_Current()] : cye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__61::System.Collections.IEnumerator.Reset()] : cyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__61::System.Collections.IEnumerator.get_Current()] : cyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__70::System.IDisposable.Dispose()] : cyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__70::<>m__Finally1()] : cyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__70::System.Collections.Generic.IEnumerator.get_Current()] : cyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__70::System.Collections.IEnumerator.Reset()] : cyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__70::System.Collections.IEnumerator.get_Current()] : cyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__60::System.IDisposable.Dispose()] : cym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__60::<>m__Finally1()] : cyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__60::System.Collections.Generic.IEnumerator.get_Current()] : cyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__60::System.Collections.IEnumerator.Reset()] : cyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__60::System.Collections.IEnumerator.get_Current()] : cyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__62::System.IDisposable.Dispose()] : cyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__62::<>m__Finally1()] : cys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__62::System.Collections.Generic.IEnumerator.get_Current()] : cyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__62::System.Collections.IEnumerator.Reset()] : cyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__62::System.Collections.IEnumerator.get_Current()] : cyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__20::System.IDisposable.Dispose()] : cyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__20::System.Collections.Generic.IEnumerator.get_Current()] : cyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__20::System.Collections.IEnumerator.Reset()] : cyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__20::System.Collections.IEnumerator.get_Current()] : cyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__33::System.IDisposable.Dispose()] : cza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__33::<>m__Finally1()] : czb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__33::System.Collections.Generic.IEnumerator.get_Current()] : czc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud/d__33::System.Collections.IEnumerator.Reset()] : czd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Cloud/d__33::System.Collections.IEnumerator.get_Current()] : cze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Cloud::get_data()] : czf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Cloud::get_text()] : czg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3Cloud::get_filenames()] : czh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3Cloud::get_timestamp()] : czi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync()] : czj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String)] : czk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,System.String)] : czl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,System.String,System.String)] : czm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,ES3Settings)] : czn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,System.String,ES3Settings)] : czo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(System.String,System.String,System.String,ES3Settings)] : czp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::Sync(ES3Settings,System.String,System.String)] : czq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile()] : czr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String)] : czs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,System.String)] : czt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,System.String,System.String)] : czu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,ES3Settings)] : czv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,System.String,ES3Settings)] : czw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.String,System.String,System.String,ES3Settings)] : czx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(ES3File)] : czy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(ES3File,System.String)] : czz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(ES3File,System.String,System.String)] : daa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(ES3Settings,System.String,System.String)] : dab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.Byte[],ES3Settings,System.String,System.String)] : dac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::UploadFile(System.Byte[],ES3Settings,System.String,System.String,System.Int64)] : dad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile()] : dae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String)] : daf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,System.String)] : dag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,System.String,System.String)] : dah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,ES3Settings)] : dai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,System.String,ES3Settings)] : daj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(System.String,System.String,System.String,ES3Settings)] : dak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3File)] : dal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3File,System.String)] : dam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3File,System.String,System.String)] : dan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3File,System.String,System.String,System.Int64)] : dao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFile(ES3Settings,System.String,System.String,System.Int64)] : dap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile()] : daq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String)] : dar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,System.String)] : das +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,System.String,System.String)] : dat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,ES3Settings)] : dau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,System.String,ES3Settings)] : dav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(System.String,System.String,System.String,ES3Settings)] : daw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DeleteFile(ES3Settings,System.String,System.String)] : dax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String)] : daz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,System.String)] : dba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,System.String,System.String)] : dbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,ES3Settings)] : dbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,System.String,ES3Settings)] : dbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(System.String,System.String,System.String,System.String,ES3Settings)] : dbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::RenameFile(ES3Settings,ES3Settings,System.String,System.String)] : dbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadFilenames(System.String,System.String)] : dbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::SearchFilenames(System.String,System.String,System.String)] : dbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp()] : dbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String)] : dbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,System.String)] : dbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,System.String,System.String)] : dbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,ES3Settings)] : dbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,System.String,ES3Settings)] : dbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(System.String,System.String,System.String,ES3Settings)] : dbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Cloud::DownloadTimestamp(ES3Settings,System.String,System.String)] : dbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Cloud::DateTimeToUnixTimestamp(System.DateTime)] : dbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Cloud::GetFileTimestamp(ES3Settings)] : dbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Cloud::Reset()] : dbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteNull()] : dbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteFile()] : dbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteFile()] : dbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteObject(System.String)] : dbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteObject(System.String)] : dbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteProperty(System.String)] : dby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteProperty(System.String)] : dbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteCollection()] : dca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteCollection()] : dcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteCollectionItem(System.Int32)] : dcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteCollectionItem(System.Int32)] : dcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteDictionary()] : dce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteDictionary()] : dcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteDictionaryKey(System.Int32)] : dcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteDictionaryKey(System.Int32)] : dch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::StartWriteDictionaryValue(System.Int32)] : dci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::EndWriteDictionaryValue(System.Int32)] : dcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteRawProperty(System.String,System.Byte[])] : dck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Int32)] : dcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Single)] : dcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Boolean)] : dcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Decimal)] : dco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Double)] : dcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Int64)] : dcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.UInt64)] : dcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.UInt32)] : dcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Byte)] : dct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.SByte)] : dcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Int16)] : dcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.UInt16)] : dcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Char)] : dcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.String)] : dcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrimitive(System.Byte[])] : dcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.String,System.Type,System.Byte[])] : dda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.String,System.Object)] : ddb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.Type,System.String,System.Object)] : ddc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.Object,ES3/ReferenceMode)] : ddd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Write(System.Object,ES3Types.ES3Type,ES3/ReferenceMode)] : dde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteRef(UnityEngine.Object)] : ddf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteRef(UnityEngine.Object,System.String)] : ddg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteRef(UnityEngine.Object,System.String,ES3Internal.ES3ReferenceMgrBase)] : ddh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object)] : ddi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object,ES3/ReferenceMode)] : ddj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object)] : ddi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object,ES3Types.ES3Type)] : ddk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteProperty(System.String,System.Object,ES3Types.ES3Type,ES3/ReferenceMode)] : ddl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePropertyByRef(System.String,UnityEngine.Object)] : ddm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateProperty(System.String,System.Object)] : ddn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateField(System.String,System.Object)] : ddo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateProperty(System.String,System.Object,ES3Types.ES3Type)] : ddp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateField(System.String,System.Object,ES3Types.ES3Type)] : ddq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivatePropertyByRef(System.String,System.Object)] : ddr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WritePrivateFieldByRef(System.String,System.Object)] : dds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::WriteType(System.Type)] : ddt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Writer ES3Writer::Create(System.String,ES3Settings)] : ddu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Writer ES3Writer::Create(ES3Settings)] : ddv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Writer ES3Writer::Create(ES3Settings,System.Boolean,System.Boolean,System.Boolean)] : ddw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Writer ES3Writer::Create(System.IO.Stream,ES3Settings,System.Boolean,System.Boolean)] : ddx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Writer::SerializationDepthLimitExceeded()] : ddy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::MarkKeyForDeletion(System.String)] : ddz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Merge()] : dea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Merge(ES3Reader)] : deb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Save()] : dec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Writer::Save(System.Boolean)] : ded +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ResponseData WebSocketTools::DeserializeResponse(System.String)] : dee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void WebSocketTools::ProcessResponseData(ResponseData)] : deg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void WebSocketTools::HandleData(Newtonsoft.Json.Linq.JToken)] : deh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void WebSocketTools::HandleData(Newtonsoft.Json.Linq.JToken)] : dei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void WebSocketTools::ProcessValidData(T)] : dej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChatController::AddToChatOutput(System.String)] : dek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void DropdownSample::OnButtonClick()] : del +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EnvMapAnimator/d__4::System.IDisposable.Dispose()] : dem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object EnvMapAnimator/d__4::System.Collections.Generic.IEnumerator.get_Current()] : den +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void EnvMapAnimator/d__4::System.Collections.IEnumerator.Reset()] : deo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object EnvMapAnimator/d__4::System.Collections.IEnumerator.get_Current()] : dep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : deq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/CharacterSelectionEvent TMPro.TMP_TextEventHandler::get_onCharacterSelection()] : der +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onCharacterSelection(TMPro.TMP_TextEventHandler/CharacterSelectionEvent)] : des +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/SpriteSelectionEvent TMPro.TMP_TextEventHandler::get_onSpriteSelection()] : det +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onSpriteSelection(TMPro.TMP_TextEventHandler/SpriteSelectionEvent)] : deu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/WordSelectionEvent TMPro.TMP_TextEventHandler::get_onWordSelection()] : dev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onWordSelection(TMPro.TMP_TextEventHandler/WordSelectionEvent)] : dew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/LineSelectionEvent TMPro.TMP_TextEventHandler::get_onLineSelection()] : dex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onLineSelection(TMPro.TMP_TextEventHandler/LineSelectionEvent)] : dey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TMPro.TMP_TextEventHandler/LinkSelectionEvent TMPro.TMP_TextEventHandler::get_onLinkSelection()] : dez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::set_onLinkSelection(TMPro.TMP_TextEventHandler/LinkSelectionEvent)] : dfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnCharacterSelection(System.Char,System.Int32)] : dfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnSpriteSelection(System.Char,System.Int32)] : dfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnWordSelection(System.String,System.Int32,System.Int32)] : dfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnLineSelection(System.String,System.Int32,System.Int32)] : dfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.TMP_TextEventHandler::SendOnLinkSelection(System.String,System.String,System.Int32)] : dff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.Benchmark01/d__10::System.IDisposable.Dispose()] : dfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.Benchmark01/d__10::System.Collections.IEnumerator.Reset()] : dfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01/d__10::System.Collections.IEnumerator.get_Current()] : dfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.Benchmark01_UGUI/d__10::System.IDisposable.Dispose()] : dfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01_UGUI/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.Benchmark01_UGUI/d__10::System.Collections.IEnumerator.Reset()] : dfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01_UGUI/d__10::System.Collections.IEnumerator.get_Current()] : dfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.CameraController::GetPlayerInput()] : dfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.ShaderPropAnimator/d__6::System.IDisposable.Dispose()] : dfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.ShaderPropAnimator/d__6::System.Collections.Generic.IEnumerator.get_Current()] : dfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.ShaderPropAnimator/d__6::System.Collections.IEnumerator.Reset()] : dfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.ShaderPropAnimator/d__6::System.Collections.IEnumerator.get_Current()] : dfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.ShaderPropAnimator::AnimateProperties()] : dft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.SkewTextExample/d__7::System.IDisposable.Dispose()] : dfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.SkewTextExample/d__7::System.Collections.Generic.IEnumerator.get_Current()] : dfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.SkewTextExample/d__7::System.Collections.IEnumerator.Reset()] : dfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.SkewTextExample/d__7::System.Collections.IEnumerator.get_Current()] : dfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AnimationCurve TMPro.Examples.SkewTextExample::CopyAnimationCurve(UnityEngine.AnimationCurve)] : dfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.SkewTextExample::WarpText()] : dfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TeleType/d__4::System.IDisposable.Dispose()] : dga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TeleType/d__4::System.Collections.Generic.IEnumerator.get_Current()] : dgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TeleType/d__4::System.Collections.IEnumerator.Reset()] : dgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TeleType/d__4::System.Collections.IEnumerator.get_Current()] : dgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator/d__7::System.IDisposable.Dispose()] : dge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__7::System.Collections.Generic.IEnumerator.get_Current()] : dgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator/d__7::System.Collections.IEnumerator.Reset()] : dgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__7::System.Collections.IEnumerator.get_Current()] : dgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator/d__8::System.IDisposable.Dispose()] : dgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__8::System.Collections.Generic.IEnumerator.get_Current()] : dgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator/d__8::System.Collections.IEnumerator.Reset()] : dgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__8::System.Collections.IEnumerator.get_Current()] : dgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextConsoleSimulator::ON_TEXT_CHANGED(UnityEngine.Object)] : dgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.TextConsoleSimulator::RevealCharacters(TMPro.TMP_Text)] : dgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.TextConsoleSimulator::RevealWords(TMPro.TMP_Text)] : dgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextMeshProFloatingText/d__16::System.IDisposable.Dispose()] : dgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__16::System.Collections.Generic.IEnumerator.get_Current()] : dgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextMeshProFloatingText/d__16::System.Collections.IEnumerator.Reset()] : dgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__16::System.Collections.IEnumerator.get_Current()] : dgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextMeshProFloatingText/d__15::System.IDisposable.Dispose()] : dgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__15::System.Collections.Generic.IEnumerator.get_Current()] : dgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TextMeshProFloatingText/d__15::System.Collections.IEnumerator.Reset()] : dgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__15::System.Collections.IEnumerator.get_Current()] : dgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.TextMeshProFloatingText::DisplayTextMeshProFloatingText()] : dgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.TextMeshProFloatingText::DisplayTextMeshFloatingText()] : dgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMPro_InstructionOverlay::Set_FrameCounter_Position(TMPro.Examples.TMPro_InstructionOverlay/FpsCounterAnchorPositions)] : dgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_FrameRateCounter::Set_FrameCounter_Position(TMPro.Examples.TMP_FrameRateCounter/FpsCounterAnchorPositions)] : dha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnCharacterSelection(System.Char,System.Int32)] : dhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnSpriteSelection(System.Char,System.Int32)] : dhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnWordSelection(System.String,System.Int32,System.Int32)] : dhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnLineSelection(System.String,System.Int32,System.Int32)] : dhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextEventCheck::OnLinkSelection(System.String,System.String,System.Int32)] : dhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextSelector_B::ON_TEXT_CHANGED(UnityEngine.Object)] : dhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_TextSelector_B::RestoreCachedVertexAttributes(System.Int32)] : dhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.TMP_UiFrameRateCounter::Set_FrameCounter_Position(TMPro.Examples.TMP_UiFrameRateCounter/FpsCounterAnchorPositions)] : dhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexColorCycler/d__3::System.IDisposable.Dispose()] : dhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexColorCycler/d__3::System.Collections.Generic.IEnumerator.get_Current()] : dhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexColorCycler/d__3::System.Collections.IEnumerator.Reset()] : dhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexColorCycler/d__3::System.Collections.IEnumerator.get_Current()] : dhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexColorCycler::AnimateVertexColors()] : dhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexJitter/d__11::System.IDisposable.Dispose()] : dho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexJitter/d__11::System.Collections.Generic.IEnumerator.get_Current()] : dhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexJitter/d__11::System.Collections.IEnumerator.Reset()] : dhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexJitter/d__11::System.Collections.IEnumerator.get_Current()] : dhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexJitter::ON_TEXT_CHANGED(UnityEngine.Object)] : dhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexJitter::AnimateVertexColors()] : dht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeA/d__11::System.IDisposable.Dispose()] : dhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeA/d__11::System.Collections.Generic.IEnumerator.get_Current()] : dhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeA/d__11::System.Collections.IEnumerator.Reset()] : dhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeA/d__11::System.Collections.IEnumerator.get_Current()] : dhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeA::ON_TEXT_CHANGED(UnityEngine.Object)] : dhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexShakeA::AnimateVertexColors()] : dhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeB/d__10::System.IDisposable.Dispose()] : dia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeB/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeB/d__10::System.Collections.IEnumerator.Reset()] : dic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeB/d__10::System.Collections.IEnumerator.get_Current()] : did +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexShakeB::ON_TEXT_CHANGED(UnityEngine.Object)] : die +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexShakeB::AnimateVertexColors()] : dif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 TMPro.Examples.VertexZoom/<>c__DisplayClass10_0::b__0(System.Int32,System.Int32)] : dig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexZoom/d__10::System.IDisposable.Dispose()] : dih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexZoom/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexZoom/d__10::System.Collections.IEnumerator.Reset()] : dij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexZoom/d__10::System.Collections.IEnumerator.get_Current()] : dik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.VertexZoom::ON_TEXT_CHANGED(UnityEngine.Object)] : dil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.VertexZoom::AnimateVertexColors()] : dim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.WarpTextExample/d__8::System.IDisposable.Dispose()] : din +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.WarpTextExample/d__8::System.Collections.Generic.IEnumerator.get_Current()] : dio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void TMPro.Examples.WarpTextExample/d__8::System.Collections.IEnumerator.Reset()] : dip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object TMPro.Examples.WarpTextExample/d__8::System.Collections.IEnumerator.get_Current()] : diq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AnimationCurve TMPro.Examples.WarpTextExample::CopyAnimationCurve(UnityEngine.AnimationCurve)] : dir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator TMPro.Examples.WarpTextExample::WarpText()] : dis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ES3Prefab::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ES3Prefab::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ES3PrefabInternal::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ES3PrefabInternal::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ES3PrefabInternal::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES32DArrayType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES32DArrayType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES32DArrayType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES32DArrayType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES32DArrayType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES33DArrayType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES33DArrayType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES33DArrayType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES33DArrayType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES33DArrayType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ArrayType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ArrayType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ArrayType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ArrayType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ArrayType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3CollectionType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3CollectionType::ReadICollection(ES3Reader,System.Collections.Generic.ICollection`1,ES3Types.ES3Type)] : dix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::ReadICollectionInto(ES3Reader,System.Collections.Generic.ICollection`1,ES3Types.ES3Type)] : diy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3CollectionType::ReadICollectionInto(ES3Reader,System.Collections.ICollection,ES3Types.ES3Type)] : diz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ConcurrentDictionaryType::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ConcurrentDictionaryType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : dja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ConcurrentDictionaryType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ConcurrentDictionaryType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ConcurrentDictionaryType::Read(ES3Reader)] : djb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ConcurrentDictionaryType::ReadInto(ES3Reader,System.Object)] : djc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3DictionaryType::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3DictionaryType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : djd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3DictionaryType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3DictionaryType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3DictionaryType::Read(ES3Reader)] : dje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3DictionaryType::ReadInto(ES3Reader,System.Object)] : djf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3HashSetType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3HashSetType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3HashSetType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3HashSetType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3HashSetType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ListType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ListType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ListType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ListType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ListType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3NativeArrayType/<>c::b__6_0(System.Reflection.MethodInfo)] : djg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3NativeArrayType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3NativeArrayType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3NativeArrayType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3NativeArrayType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3NativeArrayType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Array ES3Types.ES3NativeArrayType::ReadAsArray(ES3Reader)] : djh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3QueueType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3QueueType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3QueueType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3QueueType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3QueueType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3StackType/<>c::b__4_0(System.Reflection.MethodInfo)] : dji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3StackType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : diw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3StackType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3StackType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3StackType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3StackType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3TupleType::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3TupleType::Write(System.Object,ES3Writer,ES3/ReferenceMode)] : djj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3TupleType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ArrayList::WriteObject(System.Object,ES3Writer)] : djk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ArrayList::ReadObject(ES3Reader,System.Object)] : djl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ArrayList::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ComponentType::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ComponentType::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ComponentType::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ComponentType::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ComponentType::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ComponentType::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Component ES3Types.ES3ComponentType::GetOrAddComponent(UnityEngine.GameObject,System.Type)] : djs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Component ES3Types.ES3ComponentType::CreateComponent(System.Type)] : djt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ObjectType::WriteObject(System.Object,ES3Writer)] : djk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ObjectType::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ObjectType::ReadObject(ES3Reader,System.Object)] : djl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ObjectType::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ObjectType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ObjectType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ScriptableObjectType::WriteScriptableObject(System.Object,ES3Writer)] : dju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ScriptableObjectType::ReadScriptableObject(ES3Reader,System.Object)] : djv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ScriptableObjectType::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ScriptableObjectType::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ScriptableObjectType::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ScriptableObjectType::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::WriteUsingDerivedType(System.Object,ES3Writer)] : djw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::ReadUsingDerivedType(ES3Reader,System.Object)] : djx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Types.ES3Type::ReadPropertyName(ES3Reader)] : djy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::WriteProperties(System.Object,ES3Writer)] : djz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type::ReadProperties(ES3Reader,System.Object)] : dka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::GetMembers(System.Boolean)] : dkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type::GetMembers(System.Boolean,System.String[])] : dkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3UnityObjectType::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::WriteObject(System.Object,ES3Writer)] : djk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::WriteObject(System.Object,ES3Writer,ES3/ReferenceMode)] : dkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3UnityObjectType::ReadObject(ES3Reader,System.Object)] : djl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3UnityObjectType::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3UnityObjectType::WriteUsingDerivedType(System.Object,ES3Writer,ES3/ReferenceMode)] : dke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BigInteger::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_BigInteger::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Type::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Type::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_bool::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_bool::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_byte::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_byte::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_byteArray::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_byteArray::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_char::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_char::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_DateTime::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_DateTime::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_decimal::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_decimal::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_double::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_double::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_enum::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_enum::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ES3Ref::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ES3Ref::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_float::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_float::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_int::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_int::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_IntPtr::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_IntPtr::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_long::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_long::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_sbyte::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_sbyte::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_short::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_short::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_string::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_string::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_uint::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_uint::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_UIntPtr::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_UIntPtr::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ulong::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ulong::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ushort::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ushort::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedComponentType::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedComponentType::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedObjectType::WriteObject(System.Object,ES3Writer)] : djk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ReflectedObjectType::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedObjectType::ReadObject(ES3Reader,System.Object)] : djl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedScriptableObjectType::WriteScriptableObject(System.Object,ES3Writer)] : dju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedScriptableObjectType::ReadScriptableObject(ES3Reader,System.Object)] : djv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedType::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ReflectedType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedUnityObjectType::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ReflectedUnityObjectType::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedUnityObjectType::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedValueType::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3ReflectedValueType::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3ReflectedValueType::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoxCollider::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoxCollider::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoxCollider2D::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoxCollider2D::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Camera::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Camera::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_CapsuleCollider::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_CapsuleCollider::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_EventSystem::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_EventSystem::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Image::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Image::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshCollider::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshCollider::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshFilter::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshFilter::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshRenderer::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MeshRenderer::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ParticleSystem::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ParticleSystem::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PolygonCollider2D::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PolygonCollider2D::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RawImage::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RawImage::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Rigidbody::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Rigidbody::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SphereCollider::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SphereCollider::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Text::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Text::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Transform::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Transform::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_AnimationCurve::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_AnimationCurve::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_AnimationCurve::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_AudioClip::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_AudioClip::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_AudioClip::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_BoneWeight::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_BoneWeight::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Bounds::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Bounds::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Burst::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Burst::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_CollisionModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_CollisionModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_CollisionModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Color::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Color::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Color32::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Color32::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_Color32::Equals(UnityEngine.Color32,UnityEngine.Color32)] : dkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ColorBySpeedModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ColorBySpeedModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ColorBySpeedModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ColorOverLifetimeModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ColorOverLifetimeModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ColorOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_EmissionModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_EmissionModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_EmissionModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ExternalForcesModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ExternalForcesModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ExternalForcesModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Flare::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Flare::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Flare::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Font::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Font::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Font::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ForceOverLifetimeModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ForceOverLifetimeModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ForceOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_GameObject/<>c::b__5_0(UnityEngine.Component)] : dkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_GameObject/<>c::b__5_1(UnityEngine.Component)] : dkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_GameObject/<>c__DisplayClass8_0::b__0(UnityEngine.Component)] : dki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::WriteObject(System.Object,ES3Writer,ES3/ReferenceMode)] : dkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_GameObject::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::ReadObject(ES3Reader,System.Object)] : djl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::ReadComponents(ES3Reader,UnityEngine.GameObject)] : dkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ES3Types.ES3Type_GameObject::CreateNewGameObject(ES3Internal.ES3ReferenceMgrBase,System.Int64)] : dkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ES3Types.ES3Type_GameObject::GetChildren(UnityEngine.GameObject)] : dkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GameObject::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_GameObject::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Gradient::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Gradient::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Gradient::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GradientAlphaKey::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_GradientAlphaKey::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_GradientColorKey::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_GradientColorKey::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Guid::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Guid::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_InheritVelocityModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_InheritVelocityModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_InheritVelocityModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Keyframe::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Keyframe::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LayerMask::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_LayerMask::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Light::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Light::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LightsModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_LightsModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LightsModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LimitVelocityOverLifetimeModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_LimitVelocityOverLifetimeModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_LimitVelocityOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MainModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_MainModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MainModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Material::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Material::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Material::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Matrix4x4::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Matrix4x4::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Mesh::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Mesh::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Mesh::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MinMaxCurve::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_MinMaxCurve::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MinMaxCurve::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_MinMaxGradient::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_MinMaxGradient::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_NoiseModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_NoiseModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_NoiseModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PhysicMaterial::WriteObject(System.Object,ES3Writer)] : djk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PhysicMaterial::ReadObject(ES3Reader,System.Object)] : djl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_PhysicMaterial::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PhysicsMaterial2D::WriteObject(System.Object,ES3Writer)] : djk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_PhysicsMaterial2D::ReadObject(ES3Reader,System.Object)] : djl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_PhysicsMaterial2D::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Quaternion::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Quaternion::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Rect::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Rect::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RectTransform::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RectTransform::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RenderTexture::WriteObject(System.Object,ES3Writer)] : djk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RenderTexture::ReadObject(ES3Reader,System.Object)] : djl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_RenderTexture::ReadObject(ES3Reader)] : djm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RotationBySpeedModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_RotationBySpeedModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RotationBySpeedModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RotationOverLifetimeModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_RotationOverLifetimeModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_RotationOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Shader::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Shader::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Shader::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ShapeModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_ShapeModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_ShapeModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SizeBySpeedModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_SizeBySpeedModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SizeBySpeedModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SizeOverLifetimeModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_SizeOverLifetimeModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SizeOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SkinnedMeshRenderer::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SkinnedMeshRenderer::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Sprite::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Sprite::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Sprite::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SpriteRenderer::WriteComponent(System.Object,ES3Writer)] : djn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SpriteRenderer::ReadComponent(ES3Reader,System.Object)] : djo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SubEmittersModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_SubEmittersModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_SubEmittersModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Texture::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Texture::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Texture::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Texture2D::WriteUnityObject(System.Object,ES3Writer)] : djp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Texture2D::ReadUnityObject(ES3Reader,System.Object)] : djq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Texture2D::ReadUnityObject(ES3Reader)] : djr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_Texture2D::IsReadable(UnityEngine.Texture2D)] : dkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TextureSheetAnimationModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_TextureSheetAnimationModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TextureSheetAnimationModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TrailModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_TrailModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TrailModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TriggerModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_TriggerModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_TriggerModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector2::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector2::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector2Int::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector2Int::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector3::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector3::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector3Int::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector3Int::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_Vector4::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_Vector4::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_Vector4::Equals(UnityEngine.Vector4,UnityEngine.Vector4)] : dkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_VelocityOverLifetimeModule::Write(System.Object,ES3Writer)] : dit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object ES3Types.ES3Type_VelocityOverLifetimeModule::Read(ES3Reader)] : diu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Types.ES3Type_VelocityOverLifetimeModule::ReadInto(ES3Reader,System.Object)] : div +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Debug::Log(System.String,UnityEngine.Object,System.Int32)] : dko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Debug::LogWarning(System.String,UnityEngine.Object,System.Int32)] : dkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Debug::LogError(System.String,UnityEngine.Object,System.Int32)] : dkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Debug::Indent(System.Int32)] : dkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Hash::SHA1Hash(System.String)] : dks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.EncryptionAlgorithm::Encrypt(System.Byte[],System.String,System.Int32)] : dkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.EncryptionAlgorithm::Decrypt(System.Byte[],System.String,System.Int32)] : dku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.EncryptionAlgorithm::Encrypt(System.IO.Stream,System.IO.Stream,System.String,System.Int32)] : dkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.EncryptionAlgorithm::Decrypt(System.IO.Stream,System.IO.Stream,System.String,System.Int32)] : dkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.EncryptionAlgorithm::CopyStream(System.IO.Stream,System.IO.Stream,System.Int32)] : dkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.AESEncryptionAlgorithm::Encrypt(System.Byte[],System.String,System.Int32)] : dkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.AESEncryptionAlgorithm::Decrypt(System.Byte[],System.String,System.Int32)] : dku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.AESEncryptionAlgorithm::Encrypt(System.IO.Stream,System.IO.Stream,System.String,System.Int32)] : dkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.AESEncryptionAlgorithm::Decrypt(System.IO.Stream,System.IO.Stream,System.String,System.Int32)] : dkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ES3Internal.ES3IO::GetTimestamp(System.String)] : dky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::GetExtension(System.String)] : dkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::DeleteFile(System.String)] : dla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IO::FileExists(System.String)] : dlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::MoveFile(System.String,System.String)] : dlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::CopyFile(System.String,System.String)] : dld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::MoveDirectory(System.String,System.String)] : dle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::CreateDirectory(System.String)] : dlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IO::DirectoryExists(System.String)] : dlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::GetDirectoryPath(System.String,System.Char)] : dlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IO::UsesForwardSlash(System.String)] : dli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::CombinePathAndFilename(System.String,System.String)] : dlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3Internal.ES3IO::GetDirectories(System.String,System.Boolean)] : dlk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::DeleteDirectory(System.String)] : dll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ES3Internal.ES3IO::GetFiles(System.String,System.Boolean)] : dlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3IO::ReadAllBytes(System.String)] : dln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::WriteAllBytes(System.String,System.Byte[])] : dlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3IO::CommitBackup(ES3Settings)] : dlp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3Prefab::Get(UnityEngine.Object)] : dlq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 ES3Internal.ES3Prefab::GetReferences()] : dlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Prefab::ApplyReferences(System.Collections.Generic.Dictionary`2)] : dls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3Prefab::GetNewRefID()] : dlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase/<>c::b__34_0(System.Collections.Generic.KeyValuePair`2)] : dlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase/<>c::b__34_1(System.Collections.Generic.KeyValuePair`2)] : dlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase/<>c::b__35_1(System.Collections.Generic.KeyValuePair`2)] : dlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase/<>c__DisplayClass32_0::b__0(System.Collections.Generic.KeyValuePair`2)] : dlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase/<>c__DisplayClass33_0::b__0(System.Collections.Generic.KeyValuePair`2)] : dly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3ReferenceMgrBase ES3Internal.ES3ReferenceMgrBase::get_Current()] : dlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3ReferenceMgrBase ES3Internal.ES3ReferenceMgrBase::GetManagerFromScene(UnityEngine.SceneManagement.Scene,System.Boolean)] : dma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::get_IsInitialised()] : dmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3RefIdDictionary ES3Internal.ES3ReferenceMgrBase::get_refId()] : dmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::set_refId(ES3Internal.ES3RefIdDictionary)] : dmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3GlobalReferences ES3Internal.ES3ReferenceMgrBase::get_GlobalReferences()] : dme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::Merge(ES3Internal.ES3ReferenceMgrBase)] : dmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase::Get(UnityEngine.Object)] : dmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Object ES3Internal.ES3ReferenceMgrBase::Get(System.Int64,System.Type,System.Boolean)] : dmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Object ES3Internal.ES3ReferenceMgrBase::Get(System.Int64,System.Boolean)] : dmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Prefab ES3Internal.ES3ReferenceMgrBase::GetPrefab(System.Int64,System.Boolean)] : dmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase::GetPrefab(ES3Internal.ES3Prefab,System.Boolean)] : dmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::AddPrefab(ES3Internal.ES3Prefab)] : dml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::Remove(UnityEngine.Object)] : dmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::Remove(System.Int64)] : dmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::RemoveNullValues()] : dmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::RemoveNullOrInvalidValues()] : dmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::Clear()] : dmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::Contains(UnityEngine.Object)] : dmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::Contains(System.Int64)] : dms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3ReferenceMgrBase::ChangeId(System.Int64,System.Int64)] : dmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase::GetNewRefID()] : dmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::CanBeSaved(UnityEngine.Object)] : dmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ReferenceMgrBase::b__35_0(System.Collections.Generic.KeyValuePair`2)] : dmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IdRefDictionary::KeysAreEqual(System.Int64,System.Int64)] : dmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3IdRefDictionary::ValuesAreEqual(UnityEngine.Object,UnityEngine.Object)] : dmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3RefIdDictionary::KeysAreEqual(UnityEngine.Object,UnityEngine.Object)] : dmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3RefIdDictionary::ValuesAreEqual(System.Int64,System.Int64)] : dmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/ES3ReflectedMember::get_IsNull()] : dmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection/ES3ReflectedMember::get_Name()] : dna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection/ES3ReflectedMember::get_MemberType()] : dnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/ES3ReflectedMember::get_IsPublic()] : dnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/ES3ReflectedMember::get_IsProtected()] : dnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/ES3ReflectedMember::get_IsStatic()] : dne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Reflection/ES3ReflectedMember::SetValue(System.Object,System.Object)] : dnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3Reflection/ES3ReflectedMember::GetValue(System.Object)] : dng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 ES3Internal.ES3Reflection/<>c::b__27_0(System.Reflection.Assembly)] : dnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] <>f__AnonymousType1`2 ES3Internal.ES3Reflection/<>c::b__27_1(System.Reflection.Assembly,System.Type)] : dni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection/<>c::b__27_3(<>f__AnonymousType1`2)] : dnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/<>c__DisplayClass27_0::b__2(<>f__AnonymousType1`2)] : dnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection/<>c__DisplayClass46_0::b__0(System.Reflection.MethodInfo)] : dnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.Assembly[] ES3Internal.ES3Reflection::get_Assemblies()] : dnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type[] ES3Internal.ES3Reflection::GetElementTypes(System.Type)] : dnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ES3Internal.ES3Reflection::GetSerializableFields(System.Type,System.Collections.Generic.List`1,System.Boolean,System.String[],System.Reflection.BindingFlags)] : dno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ES3Internal.ES3Reflection::GetSerializableProperties(System.Type,System.Collections.Generic.List`1,System.Boolean,System.String[],System.Reflection.BindingFlags)] : dnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::TypeIsSerializable(System.Type)] : dnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3Reflection::CreateInstance(System.Type)] : dnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3Reflection::CreateInstance(System.Type,System.Object[])] : dns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Array ES3Internal.ES3Reflection::ArrayCreateInstance(System.Type,System.Int32)] : dnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Array ES3Internal.ES3Reflection::ArrayCreateInstance(System.Type,System.Int32[])] : dnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::MakeGenericType(System.Type,System.Type)] : dnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMember[] ES3Internal.ES3Reflection::GetSerializableMembers(System.Type,System.Boolean,System.String[])] : dnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMember ES3Internal.ES3Reflection::GetES3ReflectedProperty(System.Type,System.String)] : dnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMember ES3Internal.ES3Reflection::GetES3ReflectedMember(System.Type,System.String)] : dny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IList`1 ES3Internal.ES3Reflection::GetInstances()] : dnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IList`1 ES3Internal.ES3Reflection::GetDerivedTypes(System.Type)] : doa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsAssignableFrom(System.Type,System.Type)] : dob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::GetGenericTypeDefinition(System.Type)] : doc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type[] ES3Internal.ES3Reflection::GetGenericArguments(System.Type)] : dod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Internal.ES3Reflection::GetArrayRank(System.Type)] : doe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection::GetAssemblyQualifiedName(System.Type)] : dof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMethod ES3Internal.ES3Reflection::GetMethod(System.Type,System.String,System.Type[],System.Type[])] : dog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::TypeIsArray(System.Type)] : doh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::GetElementType(System.Type)] : doi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsAbstract(System.Type)] : doj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsInterface(System.Type)] : dok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsGenericType(System.Type)] : dol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsValueType(System.Type)] : dom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsEnum(System.Type)] : don +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::HasParameterlessConstructor(System.Type)] : doo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.ConstructorInfo ES3Internal.ES3Reflection::GetParameterlessConstructor(System.Type)] : dop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection::GetShortAssemblyQualifiedName(System.Type)] : doq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.PropertyInfo ES3Internal.ES3Reflection::GetProperty(System.Type,System.String)] : dor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.FieldInfo ES3Internal.ES3Reflection::GetField(System.Type,System.String)] : dos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Reflection.MethodInfo[] ES3Internal.ES3Reflection::GetMethods(System.Type,System.String)] : dot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::IsPrimitive(System.Type)] : dou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::AttributeIsDefined(System.Reflection.MemberInfo,System.Type)] : dov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::AttributeIsDefined(System.Type,System.Type)] : dow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Reflection::ImplementsInterface(System.Type,System.Type)] : dox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::BaseType(System.Type)] : doy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::GetType(System.String)] : doz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection::GetTypeString(System.Type)] : dpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3SerializableDictionary`2/<>c::b__6_0(System.Collections.Generic.KeyValuePair`2)] : dpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] TKey ES3Internal.ES3SerializableDictionary`2/<>c::b__6_1(System.Collections.Generic.KeyValuePair`2)] : dpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3SerializableDictionary`2::KeysAreEqual(TKey,TKey)] : dmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3SerializableDictionary`2::ValuesAreEqual(TVal,TVal)] : dmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ES3Internal.ES3SerializableDictionary`2::RemoveNullValues()] : dpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3SerializableDictionary`2::ChangeKey(TKey,TKey)] : dpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String ES3Internal.ES3JSONReader::ReadPropertyName()] : cuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3JSONReader::ReadKeyPrefix(System.Boolean)] : cux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::ReadKeySuffix()] : cuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadObject()] : cvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::EndReadObject()] : cvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadDictionary()] : cvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::EndReadDictionary()] : cve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadDictionaryKey()] : cvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::EndReadDictionaryKey()] : cvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::StartReadDictionaryValue()] : cvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::EndReadDictionaryValue()] : cvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadCollection()] : cvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::EndReadCollection()] : cvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::StartReadCollectionItem()] : cvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::EndReadCollectionItem()] : cvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::ReadString(System.IO.StreamWriter,System.Boolean)] : dpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3JSONReader::ReadElement(System.Boolean)] : cuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::ReadOrSkipChar(System.IO.StreamWriter,System.Boolean)] : dpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::ReadCharIgnoreWhitespace(System.Boolean)] : dph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::ReadNullOrCharIgnoreWhitespace(System.Char)] : dpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::ReadCharIgnoreWhitespace(System.Char)] : dpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::ReadQuotationMarkOrNullIgnoreWhitespace()] : dpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::PeekCharIgnoreWhitespace(System.Char)] : dpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::PeekCharIgnoreWhitespace()] : dpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::SkipWhiteSpace()] : dpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONReader::SkipOpeningBraceOfFile()] : dpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsWhiteSpace(System.Char)] : dpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsOpeningBrace(System.Char)] : dpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsEndOfValue(System.Char)] : dpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsTerminator(System.Char)] : dps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsQuotationMark(System.Char)] : dpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::IsEndOfStream(System.Char)] : dpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3JSONReader::GetValueString()] : dpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String ES3Internal.ES3JSONReader::Read_string()] : cut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3JSONReader::Read_ref()] : cuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::Read_char()] : cuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single ES3Internal.ES3JSONReader::Read_float()] : cuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 ES3Internal.ES3JSONReader::Read_int()] : cug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONReader::Read_bool()] : cui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Decimal ES3Internal.ES3JSONReader::Read_decimal()] : cuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Double ES3Internal.ES3JSONReader::Read_double()] : cul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3JSONReader::Read_long()] : cum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt64 ES3Internal.ES3JSONReader::Read_ulong()] : cun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ES3Internal.ES3JSONReader::Read_uint()] : cus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte ES3Internal.ES3JSONReader::Read_byte()] : cuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.SByte ES3Internal.ES3JSONReader::Read_sbyte()] : cup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int16 ES3Internal.ES3JSONReader::Read_short()] : cuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt16 ES3Internal.ES3JSONReader::Read_ushort()] : cur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3JSONReader::Read_byteArray()] : cuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3GlobalReferences ES3Internal.ES3GlobalReferences::get_Instance()] : dpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Object ES3Internal.ES3GlobalReferences::Get(System.Int64)] : dpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3GlobalReferences::GetOrAdd(UnityEngine.Object)] : dpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3GlobalReferences::RemoveInvalidKeys()] : dpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3FileStream::GetPath(System.String,ES3Internal.ES3FileMode)] : dqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.IO.FileMode ES3Internal.ES3FileStream::GetFileMode(ES3Internal.ES3FileMode)] : dqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.IO.FileAccess ES3Internal.ES3FileStream::GetFileAccess(ES3Internal.ES3FileMode)] : dqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3PlayerPrefsStream::GetData(System.String,System.Boolean)] : dqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3ResourcesStream::get_Exists()] : dqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ES3Internal.ES3ResourcesStream::GetData(System.String)] : dqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.IO.Stream ES3Internal.ES3Stream::CreateStream(ES3Settings,ES3Internal.ES3FileMode)] : dqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.IO.Stream ES3Internal.ES3Stream::CreateStream(System.IO.Stream,ES3Settings,ES3Internal.ES3FileMode)] : dqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3Stream::CopyTo(System.IO.Stream,System.IO.Stream)] : dqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Types.ES3Type ES3Internal.ES3TypeMgr::GetOrCreateES3Type(System.Type,System.Boolean)] : dqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Types.ES3Type ES3Internal.ES3TypeMgr::GetES3Type(System.Type)] : dqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Types.ES3Type ES3Internal.ES3TypeMgr::CreateES3Type(System.Type,System.Boolean)] : dql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3TypeMgr::Init()] : dqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3WebClass/d__19::System.IDisposable.Dispose()] : dqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3WebClass/d__19::System.Collections.Generic.IEnumerator.get_Current()] : dqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3WebClass/d__19::System.Collections.IEnumerator.Reset()] : dqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ES3Internal.ES3WebClass/d__19::System.Collections.IEnumerator.get_Current()] : dqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ES3Internal.ES3WebClass::get_uploadProgress()] : dqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ES3Internal.ES3WebClass::get_downloadProgress()] : dqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3WebClass::get_isError()] : dqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3WebClass::IsNetworkError(UnityEngine.Networking.UnityWebRequest)] : dqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3WebClass::AddPOSTField(System.String,System.String)] : dqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ES3Internal.ES3WebClass::GetUser(System.String,System.String)] : dqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.WWWForm ES3Internal.ES3WebClass::CreateWWWForm()] : dqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3WebClass::HandleError(UnityEngine.Networking.UnityWebRequest,System.Boolean)] : dqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ES3Internal.ES3WebClass::SendWebRequest(UnityEngine.Networking.UnityWebRequest)] : dqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3WebClass::Reset()] : dbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ES3Internal.ES3SpecialByte ES3Internal.ES3Binary::TypeToByte(System.Type)] : dra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Binary::ByteToType(ES3Internal.ES3SpecialByte)] : drb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type ES3Internal.ES3Binary::ByteToType(System.Byte)] : drc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Binary::IsPrimitive(ES3Internal.ES3SpecialByte)] : drd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::Write(System.String,System.Object)] : ddb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::Write(System.String,System.Type,System.Byte[])] : dda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::Write(System.Type,System.String,System.Object)] : ddc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Int32)] : dcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Single)] : dcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Boolean)] : dcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Decimal)] : dco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Double)] : dcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Int64)] : dcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.UInt64)] : dcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.UInt32)] : dcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Byte)] : dct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.SByte)] : dcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Int16)] : dcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.UInt16)] : dcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Char)] : dcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.Byte[])] : dcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WritePrimitive(System.String)] : dcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WriteNull()] : dbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3CacheWriter::CharacterRequiresEscaping(System.Char)] : dre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WriteCommaIfRequired()] : drf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::WriteRawProperty(System.String,System.Byte[])] : dck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteFile()] : dbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteFile()] : dbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteProperty(System.String)] : dby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteProperty(System.String)] : dbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteObject(System.String)] : dbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteObject(System.String)] : dbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteCollection()] : dca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteCollection()] : dcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteCollectionItem(System.Int32)] : dcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteCollectionItem(System.Int32)] : dcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteDictionary()] : dce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteDictionary()] : dcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteDictionaryKey(System.Int32)] : dcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteDictionaryKey(System.Int32)] : dch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::StartWriteDictionaryValue(System.Int32)] : dci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3CacheWriter::EndWriteDictionaryValue(System.Int32)] : dcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Int32)] : dcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Single)] : dcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Boolean)] : dcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Decimal)] : dco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Double)] : dcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Int64)] : dcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.UInt64)] : dcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.UInt32)] : dcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Byte)] : dct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.SByte)] : dcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Int16)] : dcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.UInt16)] : dcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Char)] : dcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.Byte[])] : dcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WritePrimitive(System.String)] : dcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WriteNull()] : dbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONWriter::CharacterRequiresEscaping(System.Char)] : drg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WriteCommaIfRequired()] : drh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WriteRawProperty(System.String,System.Byte[])] : dck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteFile()] : dbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteFile()] : dbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteProperty(System.String)] : dby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteProperty(System.String)] : dbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteObject(System.String)] : dbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteObject(System.String)] : dbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteCollection()] : dca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteCollection()] : dcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteCollectionItem(System.Int32)] : dcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteCollectionItem(System.Int32)] : dcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteDictionary()] : dce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteDictionary()] : dcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteDictionaryKey(System.Int32)] : dcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteDictionaryKey(System.Int32)] : dch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::StartWriteDictionaryValue(System.Int32)] : dci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::EndWriteDictionaryValue(System.Int32)] : dcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ES3Internal.ES3JSONWriter::WriteNewlineAndTabs()] : dri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.NetKit/<>c::b__4_0(UnityEngine.Events.UnityAction`2)] : drj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit/<>c__DisplayClass3_0::b__1(SGModule.Net.ResponseData`1)] : drk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit/<>c__DisplayClass4_0::b__1(System.Boolean)] : drl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit::Init()] : drm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetKit::Encrypt(System.String,System.String)] : drn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetKit::Decrypt(System.String,System.String)] : dro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.Net.TokenManager/RefreshTokenDelegate SGModule.NetKit.NetKit::RefreshTokenHandler()] : drp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.Net.TokenManager/ReauthenticateDelegate SGModule.NetKit.NetKit::ReauthenticateHandler()] : drq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.Net.NetCoreModel SGModule.NetKit.NetKit::ProvideConfig()] : drr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.NetKit::PostAsync(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Collections.Generic.Dictionary`2)] : drs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit::Post(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary`2)] : drt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetKit::Post(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary`2)] : dru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.NetKit::b__3_0(UnityEngine.Events.UnityAction`2)] : drv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit/<>c__DisplayClass5_0::b__0(SGModule.Net.ResponseData`1)] : drw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit::Init(System.Boolean)] : drx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit::Send(System.String,System.String,System.String,System.String)] : dry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit::SendDebugToServer(System.String,System.String)] : drz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.ErrorLogKit::SendLogToServer(System.String,System.String,System.String,System.String,UnityEngine.Events.UnityAction`1)] : dsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.ErrorLogKit::GetNetworkType()] : dsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit/d__7::System.IDisposable.Dispose()] : dsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.HeartbeatKit/d__7::System.Collections.Generic.IEnumerator.get_Current()] : dsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit/d__7::System.Collections.IEnumerator.Reset()] : dse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.HeartbeatKit/d__7::System.Collections.IEnumerator.get_Current()] : dsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.HeartbeatKit::get_HeartbeatInterval()] : dsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::StartHeartbeat()] : dsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.HeartbeatKit::HeartbeatRequestCoroutine()] : dsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::SaveRemainingHeartbeatTime()] : dsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::RestoreNextHeartbeatTime()] : dsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.NetKit.HeartbeatKit::get_NextHeartbeatTime()] : dsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::set_NextHeartbeatTime(System.Int64)] : dsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.HeartbeatKit::get_LastRemainingInterval()] : dsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::set_LastRemainingInterval(System.Int32)] : dso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.HeartbeatKit::RequestHeart()] : dsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.NetKit.HeartbeatKit::Now()] : dsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/<>c__DisplayClass10_0::b__0(System.Boolean,SGModule.NetKit.LoginModel)] : dsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/<>c__DisplayClass9_0::b__0(System.Boolean,SGModule.NetKit.LoginModel)] : dss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__12::System.IDisposable.Dispose()] : dst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__12::System.Collections.Generic.IEnumerator.get_Current()] : dsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__12::System.Collections.IEnumerator.Reset()] : dsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__12::System.Collections.IEnumerator.get_Current()] : dsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__11::System.IDisposable.Dispose()] : dsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__11::System.Collections.Generic.IEnumerator.get_Current()] : dsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__11::System.Collections.IEnumerator.Reset()] : dsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__11::System.Collections.IEnumerator.get_Current()] : dta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__10::System.IDisposable.Dispose()] : dtb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__10::System.Collections.Generic.IEnumerator.get_Current()] : dtc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit/d__10::System.Collections.IEnumerator.Reset()] : dtd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__10::System.Collections.IEnumerator.get_Current()] : dte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.LoginKit::get_Channel()] : dtf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit::LoginRequest(System.String,System.Boolean,UnityEngine.Events.UnityAction`2)] : dtg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.LoginKit::ReauthenticateOnExpiration(UnityEngine.Events.UnityAction`1)] : dth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.LoginKit::LoginCoroutine(SGModule.NetKit.RequestLoginData,UnityEngine.Events.UnityAction`2)] : dti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.LoginKit::DoLoginRequest(SGModule.NetKit.RequestLoginData)] : dtj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit::OnLoginSuccess()] : dtk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.NetKit.LoginModel SGModule.NetKit.LoginKit::get_LoginModel()] : dtl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.LoginKit::get_LoginSuccess()] : dtm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.LoginKit::b__12_0(SGModule.Net.ResponseData`1)] : dtn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_0()] : dto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_1()] : dtp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_2()] : dtq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_3()] : dtr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_4()] : dts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_5()] : dtt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.NetGmTool/<>c::b__0_7()] : dtu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::Init()] : dtv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::VerifyTokenExpiryImminent()] : dtw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::VerifyTokenExpirationBehavior()] : dtx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::b__0_6(System.String)] : dty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetGmTool::b__0_8(System.String)] : dtz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.TrackEvent::Register(System.String,System.Boolean)] : dua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackEvent::ContainsExact(System.String)] : dub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackEvent::ContainsDynamic(System.String)] : duc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackEvent::Contains(System.String)] : dud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit/<>c__DisplayClass3_0::b__0(SGModule.Net.ResponseData`1)] : due +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit/d__4::System.IDisposable.Dispose()] : duf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.TrackKit/d__4::System.Collections.Generic.IEnumerator.get_Current()] : dug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit/d__4::System.Collections.IEnumerator.Reset()] : duh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.NetKit.TrackKit/d__4::System.Collections.IEnumerator.get_Current()] : dui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit::PostTrack(SGModule.NetKit.TrackData,UnityEngine.Events.UnityAction`2)] : duj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.NetKit.TrackKit::NoSentTrackProcessing()] : duk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit::SendEvent(System.String,System.String,System.Int32)] : dul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit::TrackLoginFunnel(SGModule.NetKit.LoginFunnelEventType,System.String)] : dum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.TrackKit::PostFunnelLogin(System.String,System.String)] : dun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.NetKit.TrackProperty::Register(System.String,System.Boolean)] : duo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackProperty::ContainsExact(System.String)] : dup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackProperty::ContainsDynamic(System.String)] : duq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.TrackProperty::Contains(System.String)] : dur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass0_0::b__0(SGModule.Net.ResponseData`1)] : dus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass2_0::b__0(SGModule.Net.ResponseData`1)] : dut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass3_0::b__0(SGModule.Net.ResponseData`1)] : duu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass4_0`1::b__0(SGModule.Net.ResponseData`1)] : duv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass5_0`1::b__0(SGModule.Net.ResponseData`1)] : duw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass6_0`1::b__0(SGModule.Net.ResponseData`1)] : dux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass7_0`1::b__0(SGModule.Net.ResponseData`1)] : duy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass8_0`1::b__0(SGModule.Net.ResponseData`1)] : duz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi/<>c__DisplayClass9_0::b__0(SGModule.Net.ResponseData`1)] : dva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::RequestPlayerData(UnityEngine.Events.UnityAction`2)] : dvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::UploadPlayerDataUpdate(System.Int64,System.String)] : dvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::UploadPlayerDataUpdate(System.Int64,System.String,UnityEngine.Events.UnityAction`1)] : dvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::DeltaUpdateData(System.Int64,System.String,UnityEngine.Events.UnityAction`1)] : dve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::PixPayIn(System.String,System.String,System.String,System.Int32,UnityEngine.Events.UnityAction`2)] : dvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::PixPayOrderQuery(System.String,UnityEngine.Events.UnityAction`2)] : dvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::PayOutUserInfo(System.String,System.String,System.String,UnityEngine.Events.UnityAction`2)] : dvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::H5RefreshTimes(System.String,System.String,UnityEngine.Events.UnityAction`2)] : dvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::SetClickAdEvent(System.String,System.String,UnityEngine.Events.UnityAction`2)] : dvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.NetKit.NetApi::SettleUp(System.Int32,SGModule.NetKit.RequestStageData,UnityEngine.Events.UnityAction`1)] : dvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Ping SGModule.Net.NetChecker/<>c::b__22_0(System.String)] : dvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker/<>c::b__24_0(UnityEngine.Networking.UnityWebRequestAsyncOperation)] : dvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker/<>c::b__24_1(UnityEngine.Networking.UnityWebRequestAsyncOperation)] : dvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker/<>c::b__24_2(UnityEngine.Networking.UnityWebRequestAsyncOperation)] : dvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker/<>c::b__24_3(UnityEngine.Networking.UnityWebRequestAsyncOperation)] : dvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__21::System.IDisposable.Dispose()] : dvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__21::System.Collections.Generic.IEnumerator.get_Current()] : dvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__21::System.Collections.IEnumerator.Reset()] : dvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__21::System.Collections.IEnumerator.get_Current()] : dvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__22::System.IDisposable.Dispose()] : dvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__22::System.Collections.Generic.IEnumerator.get_Current()] : dvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__22::System.Collections.IEnumerator.Reset()] : dvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__22::System.Collections.IEnumerator.get_Current()] : dvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__23::System.IDisposable.Dispose()] : dvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__23::System.Collections.Generic.IEnumerator.get_Current()] : dvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__23::System.Collections.IEnumerator.Reset()] : dwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__23::System.Collections.IEnumerator.get_Current()] : dwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__24::System.IDisposable.Dispose()] : dwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__24::System.Collections.Generic.IEnumerator.get_Current()] : dwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__24::System.Collections.IEnumerator.Reset()] : dwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__24::System.Collections.IEnumerator.get_Current()] : dwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__16::System.IDisposable.Dispose()] : dwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__16::System.Collections.Generic.IEnumerator.get_Current()] : dwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker/d__16::System.Collections.IEnumerator.Reset()] : dwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__16::System.Collections.IEnumerator.get_Current()] : dwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 SGModule.Net.NetChecker::get_IsConnected()] : dwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::set_IsConnected(System.Nullable`1)] : dwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::WaitUntilNetworkConnected(System.Single,System.Single,System.Action`1)] : dwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.Net.ConnectionStatus SGModule.Net.NetChecker::GetConnectionStatus()] : dwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::Init()] : dwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::StartCheckingInternet()] : dwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::StopCheckingInternet()] : dwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::CheckInternetRoutine()] : dwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::CheckWithPing()] : dws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::CheckWithUnityWebRequest()] : dwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetChecker::WaitForAnyRequest(System.Collections.Generic.List`1)] : dwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::AddCheckUrl(System.String)] : dwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::RemoveCheckUrl(System.String)] : dww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::AddPingTarget(System.String)] : dwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::RemovePingTarget(System.String)] : dwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetChecker::SetUsePingCheck(System.Boolean)] : dwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker::QuickNetDeviceCheck()] : dxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetCore`1/<>c::b__19_0(System.Collections.Generic.KeyValuePair`2)] : dxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/<>c__DisplayClass14_0`1::b__0(SGModule.Net.ResponseData`1)] : dxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetCore`1/<>c__DisplayClass14_0`1::b__1()] : dxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/<>c__DisplayClass16_0`1::b__0(System.String)] : dxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__14`1::System.IDisposable.Dispose()] : dxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__14`1::System.Collections.Generic.IEnumerator.get_Current()] : dxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__14`1::System.Collections.IEnumerator.Reset()] : dxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__14`1::System.Collections.IEnumerator.get_Current()] : dxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__16`1::System.IDisposable.Dispose()] : dxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__16`1::System.Collections.Generic.IEnumerator.get_Current()] : dxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__16`1::System.Collections.IEnumerator.Reset()] : dxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__16`1::System.Collections.IEnumerator.get_Current()] : dxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__17`1::System.IDisposable.Dispose()] : dxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__17`1::System.Collections.Generic.IEnumerator.get_Current()] : dxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1/d__17`1::System.Collections.IEnumerator.Reset()] : dxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__17`1::System.Collections.IEnumerator.get_Current()] : dxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::Encrypt(System.String,System.String)] : drn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::Decrypt(System.String,System.String)] : dro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] SGModule.Net.TokenManager/RefreshTokenDelegate SGModule.Net.NetCore`1::RefreshTokenHandler()] : drp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] SGModule.Net.TokenManager/ReauthenticateDelegate SGModule.Net.NetCore`1::ReauthenticateHandler()] : drq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] SGModule.Net.NetCoreModel SGModule.Net.NetCore`1::ProvideConfig()] : drr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1::InternalInit()] : dxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::GetApiUrl()] : dxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::GetWsUrl()] : dxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetCore`1::PostAsync(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Collections.Generic.Dictionary`2)] : dxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1::Post(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Boolean,System.Collections.Generic.Dictionary`2)] : dxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetCore`1::PostInternal(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Boolean,System.Collections.Generic.Dictionary`2)] : dxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.NetCore`1::SendRequest(System.String,System.Object,UnityEngine.Events.UnityAction`1>,System.Collections.Generic.Dictionary`2)] : dxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest SGModule.Net.NetCore`1::CreatePostRequest(System.String,System.String,System.Collections.Generic.Dictionary`2)] : dxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1::SetRequestHeaders(UnityEngine.Networking.UnityWebRequest,System.Collections.Generic.Dictionary`2)] : dxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetCore`1::GetNextRequestId()] : dya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::UnquoteString(System.String)] : dyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.NetCore`1::SendWebRequest(System.String,System.Object,System.Boolean,System.Collections.Generic.Dictionary`2)] : dyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.ServerClock::Init(System.Int64)] : dyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.Net.ServerClock::GetCurrentServerTime()] : dye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.Net.ServerClock::Now()] : dyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/<>c__DisplayClass23_0::b__0(System.Boolean)] : dyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/<>c__DisplayClass25_0::b__0(System.String,System.Int64)] : dyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/<>c__DisplayClass26_0::b__0(System.String,System.Int64)] : dyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__23::System.IDisposable.Dispose()] : dyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__23::System.Collections.Generic.IEnumerator.get_Current()] : dyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__23::System.Collections.IEnumerator.Reset()] : dyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__23::System.Collections.IEnumerator.get_Current()] : dym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__26::System.IDisposable.Dispose()] : dyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__26::System.Collections.Generic.IEnumerator.get_Current()] : dyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__26::System.Collections.IEnumerator.Reset()] : dyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__26::System.Collections.IEnumerator.get_Current()] : dyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__25::System.IDisposable.Dispose()] : dyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__25::System.Collections.Generic.IEnumerator.get_Current()] : dys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__25::System.Collections.IEnumerator.Reset()] : dyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__25::System.Collections.IEnumerator.get_Current()] : dyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__24::System.IDisposable.Dispose()] : dyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__24::System.Collections.Generic.IEnumerator.get_Current()] : dyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager/d__24::System.Collections.IEnumerator.Reset()] : dyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__24::System.Collections.IEnumerator.get_Current()] : dyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Net.TokenManager::get_CachedToken()] : dyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager::set_CachedToken(System.String)] : dza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.Net.TokenManager::get_CachedExpiresAt()] : dzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager::set_CachedExpiresAt(System.Int64)] : dzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 SGModule.Net.TokenManager::get_RemainingTokenSeconds()] : dzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager::InitHandlers(SGModule.Net.TokenManager/RefreshTokenDelegate,SGModule.Net.TokenManager/ReauthenticateDelegate)] : dze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.TokenManager::GetToken(UnityEngine.Events.UnityAction`1)] : dzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.TokenManager::WaitForReauthenticationComplete()] : dzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.TokenManager::RefreshTokenRoutine()] : dzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.Net.TokenManager::ReauthenticateRoutine(UnityEngine.Events.UnityAction`1)] : dzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.TokenManager::IsTokenValid()] : dzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.TokenManager::IsTokenExpiringSoon()] : dzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.TokenManager::UpdateTokenCache(System.String,System.Int64)] : dzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.TokenManager::ShouldStartRefresh()] : dzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.Net.TokenManager::GetTokenRecord()] : dzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Net.ResponseData`1::get_IsSuccess()] : dzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.ResponseData`1::Deconstruct(System.Boolean&,T&)] : dzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::InitGmTool()] : dzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::Init(System.String)] : dzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::Send(System.Object)] : dzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Threading.Tasks.Task SGModule.Net.WebSocketService::Disconnect()] : dzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::add_OnOpenAction(System.Action)] : dzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::remove_OnOpenAction(System.Action)] : dzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::add_OnMessageAction(System.Action`1)] : dzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::remove_OnMessageAction(System.Action`1)] : dzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::add_OnCloseAction(System.Action`1)] : dzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::remove_OnCloseAction(System.Action`1)] : dzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::add_OnErrorAction(System.Action`1)] : eaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::remove_OnErrorAction(System.Action`1)] : eab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Threading.Tasks.Task SGModule.Net.WebSocketService::Connect()] : eac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::OnOpen()] : ead +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::OnClose(NativeWebSocket.WebSocketCloseCode)] : eae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::OnMessage(System.String)] : eaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::OnError(System.String)] : eag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::TryReconnect()] : eah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::BindToken(System.String)] : eai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::SendHeartbeat()] : eaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::b__23_0()] : eak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::b__23_1(System.Byte[])] : eal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::b__23_2(NativeWebSocket.WebSocketCloseCode)] : eam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Net.WebSocketService::b__23_3(System.String)] : ean +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.MarkdownKit.MarkdownData SGModule.MarkdownKit.MarkdownDataMgr::GetData(System.String)] : eao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.MarkdownKit.MarkdownTextState SGModule.MarkdownKit.MarkdownDataMgr::GetState(System.String)] : eap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.MarkdownKit.MarkdownDataMgr::TryAdd(System.String,SGModule.MarkdownKit.MarkdownData)] : eaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.MarkdownKit.MarkdownDataMgr::TryGetValue(System.String,SGModule.MarkdownKit.MarkdownData&)] : ear +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__0_0(System.Text.RegularExpressions.Match)] : eas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__0_1(System.Text.RegularExpressions.Match)] : eat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__0_2(System.Text.RegularExpressions.Match)] : eau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__1_1(System.Text.RegularExpressions.Match)] : eav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c::b__1_2(System.Text.RegularExpressions.Match)] : eaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert/<>c__DisplayClass1_0::b__0(System.Text.RegularExpressions.Match)] : eax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert::ToRichText(System.String)] : eay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownConvert::ToUBB(System.String,System.Int32)] : eaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::b__0(System.Collections.Generic.List`1)] : eba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::b__1(System.Boolean,System.Collections.Generic.List`1)] : ebb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit/d__2::System.IDisposable.Dispose()] : ebc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.MarkdownKit.MarkdownKit/d__2::System.Collections.Generic.IEnumerator.get_Current()] : ebd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit/d__2::System.Collections.IEnumerator.Reset()] : ebe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.MarkdownKit.MarkdownKit/d__2::System.Collections.IEnumerator.get_Current()] : ebf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::LoadText(System.String,System.String,System.Int32)] : ebg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::GetText(System.String,System.Action`2>,System.Int32)] : ebh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.MarkdownKit.MarkdownKit::Download(SGModule.MarkdownKit.MarkdownData)] : ebi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.MarkdownKit.MarkdownKit::SplitMarkdownByHeaders(System.String)] : ebj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::SetMarkdownTextSize(SGModule.MarkdownKit.MarkdownData,System.Int32)] : ebk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::UpdateMarkdownTextList(SGModule.MarkdownKit.MarkdownData)] : ebl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.MarkdownKit.MarkdownKit::ShowAsRichText(FairyGUI.GComponent,System.String,UnityEngine.Color,System.Action`2,System.Int32)] : ebm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Type SGModule.DataStorage.DataKeyInfo::get_Type()] : ebn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.DataStorage.DataKeyInfo::get_CloudSave()] : ebo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.DataStorage.DataKeyDic::Register(System.String,System.Boolean)] : ebp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.DataStorage.DataKeyInfo SGModule.DataStorage.DataKeyDic::Get(System.String)] : ebq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.DataStorage.DataManager/<>c::b__14_0()] : ebr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.DataStorage.DataManager/<>c::b__14_1()] : ebs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager/d__13::System.IDisposable.Dispose()] : ebt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.DataStorage.DataManager/d__13::System.Collections.Generic.IEnumerator.get_Current()] : ebu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager/d__13::System.Collections.IEnumerator.Reset()] : ebv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.DataStorage.DataManager/d__13::System.Collections.IEnumerator.get_Current()] : ebw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.DataStorage.DataManager::AutoSaveRoutine()] : ebx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::Init()] : eby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::SaveChange(System.Boolean)] : ebz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::FlushAutoSave()] : eca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::SaveData(System.String,T)] : ecb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.DataStorage.DataManager::LoadData(System.String,T)] : ecc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.DataStorage.DataManager::KeyExists(System.String)] : ecd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::DeleteKey(System.String)] : ece +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::ClearAllData()] : ecf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.DataStorage.DataManager::ExportToJson()] : ecg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::ImportFromJson(System.String,System.Int64)] : ech +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::RestoreCloudDataToES3()] : eci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::AddSaveCallback(System.Action`3)] : ecj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::ClearSaveCallback()] : eck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::RemoveSaveCallback(System.Action`3)] : ecl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::DebugAllKeys()] : ecm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::DebugCache()] : ecn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataManager::b__14_2(System.String)] : eco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.DataStorage.DataStorage`1::get_Value()] : ecp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataStorage`1::set_Value(T)] : ecq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataStorage`1::Save()] : ecr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.DataStorage.DataStorage`1::SaveAndDispatch(T,System.Boolean)] : ecs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass12_0::b__0(SGModule.ConfigLoader.ConfigLoaderState)] : ect +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass17_0::b__0(System.Boolean)] : ecu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass18_0::b__0(System.String)] : ecv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass19_0::b__0(System.String)] : ecw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IReadOnlyDictionary`2 SGModule.ConfigLoader.ConfigLoader::get_JsonDictionary()] : ecx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::Init(System.String,System.String,System.Collections.Generic.List`1,UnityEngine.Events.UnityAction`1,UnityEngine.Events.UnityAction`2)] : ecy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::InitConfigList(System.Collections.Generic.List`1,UnityEngine.Events.UnityAction`2)] : ecz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::CheckConfigFile(UnityEngine.Events.UnityAction`1)] : eda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigLoader::IsFirstLaunch()] : edb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::SetFirstLaunch()] : edc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::FirstLaunchCopyConfig(UnityEngine.Events.UnityAction`1)] : edd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::DownloadConfig(UnityEngine.Events.UnityAction`1)] : ede +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::ReadLocalConfig(UnityEngine.Events.UnityAction`1)] : edf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigLoader::HasNewConfig()] : edg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::ReloadConfig(System.String,UnityEngine.Events.UnityAction`1)] : edh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::ValidateConfigFile(System.String,UnityEngine.Events.UnityAction`1)] : edi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigLoader::ParseNewConfig(T,UnityEngine.Events.UnityAction`2)] : edj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.ConfigLoader.ConfigModel SGModule.ConfigLoader.ConfigLoader::Pares(SGModule.ConfigLoader.ConfigModel,UnityEngine.Events.UnityAction`2,System.Boolean)] : edk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigLoader::ParesPersonalizedConfig(SGModule.ConfigLoader.ConfigModel,System.String,UnityEngine.Events.UnityAction`2)] : edl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigLoader::GetPersonalizedConfig(System.String)] : edm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigLoader::GetConfig()] : edn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigLoader::AddConfig(SGModule.ConfigLoader.ConfigModel)] : edo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.FileNetworkManager/<>c::b__8_0(UnityEngine.ResourceManagement.ResourceLocations.IResourceLocation)] : edp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__8::System.IDisposable.Dispose()] : edq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__8::System.Collections.Generic.IEnumerator.get_Current()] : edr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__8::System.Collections.IEnumerator.Reset()] : eds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__8::System.Collections.IEnumerator.get_Current()] : edt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__9::System.IDisposable.Dispose()] : edu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__9::<>m__Finally1()] : edv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__9::System.Collections.Generic.IEnumerator.get_Current()] : edw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__9::System.Collections.IEnumerator.Reset()] : edx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__9::System.Collections.IEnumerator.get_Current()] : edy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__11::System.IDisposable.Dispose()] : edz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__11::<>m__Finally1()] : eea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__11::System.Collections.Generic.IEnumerator.get_Current()] : eeb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager/d__11::System.Collections.IEnumerator.Reset()] : eec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__11::System.Collections.IEnumerator.get_Current()] : eed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.FileNetworkManager::GetConfigFOlderPath()] : eee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.FileNetworkManager::ParseFileList(System.String)] : eef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager::CopyStreamingAssetsToPersistentDataPath(System.Action`1)] : eeg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager::HandleInitializationError()] : eeh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.ConfigLoader.FileNetworkManager::CopyFile(System.Action`1)] : eei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.ConfigLoader.FileNetworkManager::CopyFile(System.String,System.String,System.Action`1)] : eej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager::ReadData(System.String,System.Action`1)] : eek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator SGModule.ConfigLoader.FileNetworkManager::ReadDataEnumerator(System.String,System.Action`1)] : eel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.FileNetworkManager::WriteToPersistentData(System.String,System.String,System.String)] : eem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] SGModule.ConfigLoader.FileNetworkManager::GetFileNamesFromPersistentDataPath(System.String)] : een +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.ConfigModel`2::get_DataList()] : eeo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigModel`2::set_DataList(System.Collections.Generic.List`1)] : eep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.ConfigModel`2::Parse(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eeq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T1 SGModule.ConfigLoader.ConfigModel`2::LoadConfigList(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.ConfigModel`1::Parse(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eeq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.ConfigModel/<>c::b__9_0(System.Reflection.FieldInfo)] : ees +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigModel/<>c__DisplayClass9_0::b__1(System.String)] : eet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigModel/<>c__DisplayClass9_0::b__2(System.String)] : eeu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.ConfigModel::Parse(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eeq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigModel::LoadConfig(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] T SGModule.ConfigLoader.ConfigModel::LoadConfigList(System.Collections.Generic.IReadOnlyDictionary`2,UnityEngine.Events.UnityAction`2)] : eer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigModel::ParseConfig(System.Collections.Generic.IReadOnlyDictionary`2,T&,UnityEngine.Events.UnityAction`2)] : eew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ConfigLoader.ConfigModel::CheckFields(System.String,T,System.String,SGModule.ConfigLoader.ConfigModel/FieldCheckType)] : eex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.ConfigModel::CheckFieldsInArray(System.Type,System.String,SGModule.ConfigLoader.ConfigModel/FieldCheckType)] : eey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.ConfigModel::CheckFields(System.Type,System.String,SGModule.ConfigLoader.ConfigModel/FieldCheckType)] : eez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] GameConfig SGModule.Common.ConfigManager::get_GameConfig()] : efa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] NetworkConfig SGModule.Common.ConfigManager::get_NetworkConfig()] : efb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.Common.Interface.IWeighted::get_Weight()] : efc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Base64Helper::Encode(System.String)] : efd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Base64Helper::Decode(System.String)] : efe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Base64Helper::Base64Encode(System.Text.Encoding,System.String)] : eff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Base64Helper::Base64Decode(System.Text.Encoding,System.String)] : efg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Helper.CommonUtils::DeepEquals(T,T)] : efh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Cryptor::Encrypt(System.String,System.String)] : efi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.Cryptor::Decrypt(System.String,System.String)] : efj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.DeviceHelper::GetDeviceID(System.String)] : efk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Helper.Log::get_IsEnabled()] : efl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::Info(System.String,System.String,System.Boolean)] : efm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::Warning(System.String,System.String,System.Boolean)] : efn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::Error(System.String,System.String,System.Boolean)] : efo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::Exception(System.String,System.Exception,System.Boolean)] : efp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.Log::InternalLog(UnityEngine.LogType,System.String,System.String,System.String,System.Boolean)] : efq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Helper.ModuleLogger::get_IsEnabled()] : efr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleLogger::Info(System.String,System.Boolean)] : efs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleLogger::Warning(System.String,System.Boolean)] : eft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleLogger::Error(System.String,System.Boolean)] : efu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleLogger::Exception(System.Exception,System.Boolean)] : efv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.MD5Helper::GetFileMD5(System.String)] : efw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.MD5Helper::GetStringMD5(System.String)] : efx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.MD5Helper::MD5String1(System.String)] : efy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Helper.ModuleVersion::Show()] : efz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.Common.Helper.RandomHelper/<>c__1`1::b__1_0(T)] : ega +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Helper.RandomHelper::RandomByWeight(System.Collections.Generic.IList`1,T)] : egb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SGModule.Common.Helper.SerializeHelper/<>c::<.cctor>b__2_0()] : egc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.SerializeHelper::ToJson(System.Object)] : egd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.SerializeHelper::ToJsonIndented(System.Object)] : ege +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.SerializeHelper::ToJson(System.Object,System.Type)] : egf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.SerializeHelper::ToJson(System.Object)] : egh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Helper.SerializeHelper::ToObject(System.String)] : egi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.TimeHelper::ConvertToLocalTime(System.Int64)] : egj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.TimeHelper::ConvertToUTCTime(System.Int64)] : egk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Helper.TimeHelper::FormatTime(System.Int32)] : egl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Extensions.ArrayExtensions::Random(T[],T)] : egm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Extensions.EnumExtensions::GetDescription(System.Enum)] : egn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Extensions.ListExtensions::Random(System.Collections.Generic.IEnumerable`1,T)] : ego +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Extensions.ObjectExtensions::IsNumericType(System.Type)] : egp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Extensions.ObjectExtensions::IsNumericType(System.Object)] : egq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Extensions.ObjectExtensions::IsGenericListOrArray(System.Type)] : egr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Array SGModule.Common.Extensions.ObjectExtensions::ToArray(System.Collections.IList,System.Type)] : egs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Extensions.ObjectExtensionsTest/Person::get_Name()] : egt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Extensions.ObjectExtensionsTest/Person::set_Name(System.String)] : egu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 SGModule.Common.Extensions.ObjectExtensionsTest/Person::get_Age()] : egv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Extensions.ObjectExtensionsTest/Person::set_Age(System.Int32)] : egw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Extensions.ObjectExtensionsTest::AsTestRun()] : egx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.Common.Extensions.ObjectExtensionsTest::TestCase(System.String,T,T)] : egy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.Common.Extensions.ObjectExtensionsTest::FormatValue(T)] : egz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean SGModule.Common.Extensions.StringExtensions::IsNullOrWhiteSpace(System.String)] : eha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T SGModule.Common.Base.SingletonMonoBehaviour`1::get_Instance()] : ehb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayManager::StartPay()] : ehc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String SGModule.ApplePay.ApplePayManager::GetApplePayName(System.String)] : ehd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayManager::Purchase(SGModule.ApplePay.ApplePayData,System.Action`1,System.Action`1)] : ehe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayManager::AppleRestore(System.Action`2)] : ehf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass0_0`1::b__0(SGModule.Net.ResponseData`1)] : ehg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass1_0`1::b__0(SGModule.Net.ResponseData`1)] : ehh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass2_0`1::b__0(SGModule.Net.ResponseData`1)] : ehi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass3_0`1::b__0(SGModule.Net.ResponseData`1)] : ehj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet/<>c__DisplayClass4_0`1::b__0(SGModule.Net.ResponseData`1)] : ehk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::ApplePayCreate(SGModule.ApplePay.ApplePayData,UnityEngine.Events.UnityAction`1>)] : ehl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::ApplePayCancel(SGModule.ApplePay.ApplePayData,UnityEngine.Events.UnityAction`1>)] : ehm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::ApplePaySubscriptionHistory(UnityEngine.Events.UnityAction`1>)] : ehn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::ApplePayCheck(System.String,System.String,System.String,UnityEngine.Events.UnityAction`1>)] : eho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void SGModule.ApplePay.ApplePayNet::AppleSubscribeCheck(System.String,System.String,System.Int32,System.String,UnityEngine.Events.UnityAction`1>)] : ehp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Roy.CloudDataSaver/<>c__DisplayClass0_0::b__0(System.Boolean)] : ehq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Roy.CloudDataSaver::UpdateData(System.String,System.Int64,System.Boolean)] : ehr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::PreferenceDataReady(System.Object)] : ehs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::InspectionNewDay()] : eht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::SendCtrlMsg(System.Object)] : ehu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.PreferencesDataReadyCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem/<>c::b__9_0(ChillConnect.TaskProcedure)] : ehz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem/<>c__DisplayClass9_0::b__1(System.Object)] : eia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::Init()] : cke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::AddListener()] : eib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::StartGame(System.Object)] : eic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::End()] : eid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::BackMain(System.Object)] : eie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void Assets.Scripts.WindowSystem::AddRateUs(ChillConnect.TaskSequence)] : eif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FutureCore.Base64EncodeUtil::Base64Encode(System.String)] : eig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FutureCore.Base64EncodeUtil::Base64Decode(System.String)] : eih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FutureCore.Base64EncodeUtil::Base64Encode(System.Text.Encoding,System.String)] : eii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FutureCore.Base64EncodeUtil::Base64Decode(System.Text.Encoding,System.String)] : eij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean MiniJSON.Json/Parser::IsWordBreak(System.Char)] : eik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::Parse(System.String)] : eil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 MiniJSON.Json/Parser::ParseObject()] : eim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 MiniJSON.Json/Parser::ParseArray()] : ein +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseValue()] : eio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseByToken(MiniJSON.Json/Parser/TOKEN)] : eip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::ParseString()] : eiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json/Parser::ParseNumber()] : eir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Parser::EatWhitespace()] : eis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char MiniJSON.Json/Parser::get_PeekChar()] : eit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char MiniJSON.Json/Parser::get_NextChar()] : eiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::get_NextWord()] : eiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] MiniJSON.Json/Parser/TOKEN MiniJSON.Json/Parser::get_NextToken()] : eiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json/Serializer::Serialize(System.Object)] : eix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeValue(System.Object)] : eiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : eiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)] : eja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeString(System.String)] : ejb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void MiniJSON.Json/Serializer::SerializeOther(System.Object)] : ejc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object MiniJSON.Json::Deserialize(System.String)] : ejd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String MiniJSON.Json::Serialize(System.Object)] : eje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlendModeUtils::Apply(UnityEngine.Material,FairyGUI.BlendMode)] : ejf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlendModeUtils::Override(FairyGUI.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode)] : ejg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CaptureCamera::CheckMain()] : ejh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::get_layer()] : eji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::get_hiddenLayer()] : ejj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.RenderTexture FairyGUI.CaptureCamera::CreateRenderTexture(System.Int32,System.Int32,System.Boolean)] : ejk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CaptureCamera::Capture(FairyGUI.DisplayObject,UnityEngine.RenderTexture,System.Single,UnityEngine.Vector2)] : ejl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.Container/DescendantsEnumerator::System.Collections.IEnumerator.get_Current()] : ejm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::add_onUpdate(System.Action)] : ejn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::remove_onUpdate(System.Action)] : ejo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Init()] : ejp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::get_numChildren()] : ejq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::AddChild(FairyGUI.DisplayObject)] : ejr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::AddChildAt(FairyGUI.DisplayObject,System.Int32)] : ejs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::Contains(FairyGUI.DisplayObject)] : ejt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::GetChildAt(System.Int32)] : eju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::GetChild(System.String)] : ejv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject[] FairyGUI.Container::GetChildren()] : ejw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::GetChildIndex(FairyGUI.DisplayObject)] : ejx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject)] : ejy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject,System.Boolean)] : ejz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32)] : eka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32,System.Boolean)] : ekb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::RemoveChildren()] : ekc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::RemoveChildren(System.Int32,System.Int32,System.Boolean)] : ekd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetChildIndex(FairyGUI.DisplayObject,System.Int32)] : eke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SwapChildren(FairyGUI.DisplayObject,FairyGUI.DisplayObject)] : ekf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SwapChildrenAt(System.Int32,System.Int32)] : ekg +[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)] : ekh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerator`1 FairyGUI.Container::GetDescendants(System.Boolean)] : eki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Container::get_clipRect()] : ekj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_clipRect(System.Nullable`1)] : ekk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::get_mask()] : ekl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_mask(FairyGUI.DisplayObject)] : ekm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::CreateGraphics()] : ekn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Container::GetBounds(FairyGUI.DisplayObject)] : eko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.Container::GetRenderCamera()] : ekp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest(UnityEngine.Vector2,System.Boolean)] : ekq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest()] : ekr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::HitTest_Container()] : eks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::IsAncestorOf(FairyGUI.DisplayObject)] : ekt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::get_fairyBatching()] : eku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_fairyBatching(System.Boolean)] : ekv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::UpdateBatchingFlags()] : ekw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::InvalidateBatchingState(System.Boolean)] : ekx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetChildrenLayer(System.Int32)] : eky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Update(FairyGUI.UpdateContext)] : ekz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::SetRenderingOrder(FairyGUI.UpdateContext)] : ela +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::DoFairyBatching()] : elb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::CollectChildren(FairyGUI.Container,System.Boolean)] : elc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::Dispose()] : eld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::get_tabStopChildren()] : ele +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Container::set_tabStopChildren(System.Boolean)] : elf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_parent()] : elg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_parent(FairyGUI.Container)] : elh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.DisplayObject::get_gameObject()] : eli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_gameObject(UnityEngine.GameObject)] : elj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::get_cachedTransform()] : elk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cachedTransform(UnityEngine.Transform)] : ell +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::get_graphics()] : elm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_graphics(FairyGUI.NGraphics)] : eln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::get_paintingGraphics()] : elo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_paintingGraphics(FairyGUI.NGraphics)] : elp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::add_onPaint(System.Action)] : elq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::remove_onPaint(System.Action)] : elr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onClick()] : els +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRightClick()] : elt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchBegin()] : elu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchMove()] : elv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchEnd()] : elw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOver()] : elx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOut()] : ely +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onMouseWheel()] : elz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onAddedToStage()] : ema +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onRemovedFromStage()] : emb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onKeyDown()] : emc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onClickLink()] : emd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onFocusIn()] : eme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::get_onFocusOut()] : emf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::CreateUICacheRoot(UnityEngine.Transform)] : emg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::CreateGameObject(System.String)] : emh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetGameObject(UnityEngine.GameObject)] : emi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::DestroyGameObject()] : emj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_alpha()] : emk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_alpha(System.Single)] : eml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_grayed()] : emm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_grayed(System.Boolean)] : emn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_visible()] : emo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_visible(System.Boolean)] : emp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_x()] : emq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_x(System.Single)] : emr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_y()] : ems +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_y(System.Single)] : emt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_z()] : emu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_z(System.Single)] : emv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_xy()] : emw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_xy(UnityEngine.Vector2)] : emx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::get_position()] : emy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_position(UnityEngine.Vector3)] : emz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetXY(System.Single,System.Single)] : ena +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetPosition(System.Single,System.Single,System.Single)] : enb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_pixelPerfect()] : enc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_pixelPerfect(System.Boolean)] : ene +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_width()] : enf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_width(System.Single)] : eng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_height()] : enh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_height(System.Single)] : eni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_size()] : enj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_size(UnityEngine.Vector2)] : enk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetSize(System.Single,System.Single)] : enl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnsureSizeCorrect()] : enm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::OnSizeChanged()] : enn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_scaleX()] : eno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scaleX(System.Single)] : enp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_scaleY()] : enq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scaleY(System.Single)] : enr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::SetScale(System.Single,System.Single)] : ens +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::ValidateScale(System.Single)] : ent +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_scale()] : enu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_scale(UnityEngine.Vector2)] : env +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotation()] : enw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotation(System.Single)] : enx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotationX()] : eny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotationX(System.Single)] : enz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::get_rotationY()] : eoa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_rotationY(System.Single)] : eob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_skew()] : eoc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_skew(UnityEngine.Vector2)] : eod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_perspective()] : eoe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_perspective(System.Boolean)] : eof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_focalLength()] : eog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_focalLength(System.Int32)] : eoh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdateTransformMatrix()] : eoi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::get_pivot()] : eoj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_pivot(UnityEngine.Vector2)] : eok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdatePivotOffset()] : eol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::ApplyPivot()] : eom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::get_location()] : eon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_location(UnityEngine.Vector3)] : eoo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.DisplayObject::get_material()] : eop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_material(UnityEngine.Material)] : eoq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::get_shader()] : eor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_shader(System.String)] : eos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_renderingOrder()] : eot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32)] : eou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::get_layer()] : eov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_layer(System.Int32)] : eow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_focusable()] : eox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_focusable(System.Boolean)] : eoy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_tabStop()] : eoz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_tabStop(System.Boolean)] : epa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_focused()] : epb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_AcceptTab()] : epc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::get_cursor()] : epd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cursor(System.String)] : epe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_isDisposed()] : epf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::InternalSetParent(FairyGUI.Container)] : epg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_topmost()] : eph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.DisplayObject::get_stage()] : epi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::get_worldSpaceContainer()] : epj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_touchable()] : epk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean)] : epl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_touchDisabled()] : epm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode()] : epn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1)] : epo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1,System.Single)] : epp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::LeavePaintingMode(System.Int32)] : epq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_paintingMode()] : epr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::get_cacheAsBitmap()] : eps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_cacheAsBitmap(System.Boolean)] : ept +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D FairyGUI.DisplayObject::GetScreenShot(System.Nullable`1,System.Single)] : epu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.DisplayObject::get_filter()] : epv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_filter(FairyGUI.IFilter)] : epw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.DisplayObject::get_blendMode()] : epx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_blendMode(FairyGUI.BlendMode)] : epy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject)] : eko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTest()] : epz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTestMask()] : eqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.DisplayObject::HitTest()] : ekr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::GlobalToLocal(UnityEngine.Vector2)] : eqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::LocalToGlobal(UnityEngine.Vector2)] : eqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Vector3)] : eqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::LocalToWorld(UnityEngine.Vector3)] : eqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::TransformPoint(UnityEngine.Vector2,FairyGUI.DisplayObject)] : eqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::TransformRect(UnityEngine.Rect,FairyGUI.DisplayObject)] : eqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::TransformRectPoint(System.Single,System.Single,FairyGUI.DisplayObject,UnityEngine.Vector4&)] : eqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::RemoveFromParent()] : eqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::InvalidateBatchingState()] : eqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext)] : ekz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdatePainting()] : eqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Capture()] : eql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::get_home()] : eqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::set_home(UnityEngine.Transform)] : eqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::UpdateHierarchy()] : eqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::SetLayer(System.Int32,System.Boolean)] : eqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::_SetLayerDirect(System.Int32)] : eqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::Dispose()] : eld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DisplayObject::DisplayDisposedWarning()] : eqr +[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)] : eqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::add_onUpdate(System.Action`1)] : eqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::remove_onUpdate(System.Action`1)] : equ +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GoWrapper::get_wrapTarget()] : eqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::set_wrapTarget(UnityEngine.GameObject)] : eqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::setWrapTarget(UnityEngine.GameObject,System.Boolean)] : eqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::SetWrapTarget(UnityEngine.GameObject,System.Boolean)] : eqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::CacheRenderers()] : eqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::CloneMaterials()] : era +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::RecoverMaterials()] : erb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GoWrapper::get_renderingOrder()] : eot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::set_renderingOrder(System.Int32)] : eou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GoWrapper::SetLayer(System.Int32,System.Boolean)] : eqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::SetGoLayers(System.Int32)] : erc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::Update(FairyGUI.UpdateContext)] : ekz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::ApplyClipping(FairyGUI.UpdateContext)] : erd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GoWrapper::Dispose()] : eld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.HitTestContext::GetRaycastHitFromCache(UnityEngine.Camera,UnityEngine.RaycastHit&)] : erf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.HitTestContext::CacheRaycastHit(UnityEngine.Camera,UnityEngine.RaycastHit&)] : erg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.HitTestContext::ClearRaycastHitCache()] : erh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.MeshColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PixelHitTestData::Load(FairyGUI.Utils.ByteBuffer)] : eri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PixelHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RectHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ShapeHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Image::get_texture()] : erj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_texture(FairyGUI.NTexture)] : erk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Image::get_textureScale()] : erl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_textureScale(UnityEngine.Vector2)] : erm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Image::get_color()] : ern +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_color(UnityEngine.Color)] : ero +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.Image::get_fillMethod()] : erp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillMethod(FairyGUI.FillMethod)] : erq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::get_fillOrigin()] : err +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillOrigin(System.Int32)] : ers +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::get_fillClockwise()] : ert +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillClockwise(System.Boolean)] : eru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Image::get_fillAmount()] : erv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_fillAmount(System.Single)] : erw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Image::get_scale9Grid()] : erx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_scale9Grid(System.Nullable`1)] : ery +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::get_scaleByTile()] : erz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_scaleByTile(System.Boolean)] : esa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::get_tileGridIndice()] : esb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::set_tileGridIndice(System.Int32)] : esc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::SetNativeSize()] : esd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::UpdateTexture(FairyGUI.NTexture)] : ese +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Image::SliceFill(FairyGUI.VertexBuffer)] : esg +[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)] : esh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::add_onCreateNewMaterial(System.Action`1)] : esi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::remove_onCreateNewMaterial(System.Action`1)] : esj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.MaterialManager::GetFlagsByKeywords(System.Collections.Generic.IList`1)] : esk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.MaterialManager::GetMaterial(System.Int32,FairyGUI.BlendMode,System.UInt32)] : esl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.MaterialManager::CreateMaterial(System.Int32)] : esm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::DestroyMaterials()] : esn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MaterialManager::RefreshMaterials()] : eso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.CompositeMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.CompositeMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.EllipseMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EllipseMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillHorizontal(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)] : esp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FillMesh::FillVertical(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)] : esq +[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)] : esr +[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)] : ess +[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)] : est +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.LineMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[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)] : esu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IMeshFactory::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlaneMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PolygonMesh::DrawOutline(FairyGUI.VertexBuffer)] : esv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PolygonMesh::IsPointInTriangle(UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&,UnityEngine.Vector2&)] : esw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RegularPolygonMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RegularPolygonMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RoundedRectMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RoundedRectMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)] : ere +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.StraightLineMesh::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin()] : esx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin(FairyGUI.VertexBuffer)] : esy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::End()] : esz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Clear()] : eta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.VertexBuffer::get_currentVertCount()] : etb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3)] : etc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32)] : etd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32,UnityEngine.Vector2)] : ete +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect)] : etf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32)] : etg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32,UnityEngine.Rect)] : eth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::FixUVForArbitraryQuad()] : eti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::RepeatColors(UnityEngine.Color32[],System.Int32,System.Int32)] : etj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangle(System.Int32,System.Int32,System.Int32)] : etk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32[],System.Int32)] : etl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32)] : etm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.VertexBuffer::GetPosition(System.Int32)] : etn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.VertexBuffer::GetUVAtPosition(UnityEngine.Vector2,System.Boolean)] : eto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Append(FairyGUI.VertexBuffer)] : etp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.VertexBuffer::Insert(FairyGUI.VertexBuffer)] : etq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.MovieClip::get_onPlayEnd()] : etr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MovieClip/Frame[] FairyGUI.MovieClip::get_frames()] : ets +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_frames(FairyGUI.MovieClip/Frame[])] : ett +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::get_playing()] : etu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_playing(System.Boolean)] : etv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::get_frame()] : etw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::set_frame(System.Int32)] : etx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::Rewind()] : ety +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SyncStatus(FairyGUI.MovieClip)] : etz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::Advance(System.Single)] : eua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SetPlaySettings()] : eub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)] : euc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnAddedToStage()] : eud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnRemoveFromStage()] : eue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::CheckTimer()] : euf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::OnTimer(System.Object)] : eug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.MovieClip::DrawFrame()] : euh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NAudioClip::Reload(UnityEngine.AudioClip)] : eui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics/StencilEraser::get_enabled()] : euj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics/StencilEraser::set_enabled(System.Boolean)] : euk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.NGraphics::get_gameObject()] : eul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_gameObject(UnityEngine.GameObject)] : eum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MeshFilter FairyGUI.NGraphics::get_meshFilter()] : eun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshFilter(UnityEngine.MeshFilter)] : euo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MeshRenderer FairyGUI.NGraphics::get_meshRenderer()] : eup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshRenderer(UnityEngine.MeshRenderer)] : euq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Mesh FairyGUI.NGraphics::get_mesh()] : eur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_mesh(UnityEngine.Mesh)] : eus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::add_meshModifier(System.Action)] : eut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::remove_meshModifier(System.Action)] : euu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IMeshFactory FairyGUI.NGraphics::get_meshFactory()] : euv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_meshFactory(FairyGUI.IMeshFactory)] : euw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T FairyGUI.NGraphics::GetMeshFactory()] : eux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NGraphics::get_contentRect()] : euy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_contentRect(UnityEngine.Rect)] : euz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.NGraphics::get_flip()] : eva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_flip(FairyGUI.FlipType)] : evb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NGraphics::get_texture()] : evc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_texture(FairyGUI.NTexture)] : evd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.NGraphics::get_shader()] : eve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_shader(System.String)] : evf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetShaderAndTexture(System.String,FairyGUI.NTexture)] : evg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.NGraphics::get_material()] : evh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_material(UnityEngine.Material)] : evi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetMaterial(UnityEngine.Material)] : evj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.NGraphics::get_materialKeywords()] : evk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_materialKeywords(System.String[])] : evl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::ToggleKeyword(System.String,System.Boolean)] : evm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateManager()] : evn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateMaterialFlags()] : evo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::get_enabled()] : evp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_enabled(System.Boolean)] : evq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::get_sortingOrder()] : evr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_sortingOrder(System.Int32)] : evs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::_SetStencilEraserOrder(System.Int32)] : evu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.NGraphics::get_color()] : evv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_color(UnityEngine.Color)] : evw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Tint()] : evx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::ChangeAlpha(System.Single)] : evy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NGraphics/VertexMatrix FairyGUI.NGraphics::get_vertexMatrix()] : evz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::set_vertexMatrix(FairyGUI.NGraphics/VertexMatrix)] : ewa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.MaterialPropertyBlock FairyGUI.NGraphics::get_materialPropertyBlock()] : ewb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::SetMeshDirty()] : ewc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::UpdateMesh()] : ewd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Dispose()] : ewe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::Update(FairyGUI.UpdateContext,System.Single,System.Boolean)] : ewf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::_PreUpdateMask(FairyGUI.UpdateContext,System.UInt32)] : ewg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::UpdateMeshNow()] : ewh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.NGraphics::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_CustomDestroyMethod(System.Action`1)] : ewi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_CustomDestroyMethod(System.Action`1)] : ewj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_onSizeChanged(System.Action`1)] : ewk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_onSizeChanged(System.Action`1)] : ewl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::add_onRelease(System.Action`1)] : ewm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::remove_onRelease(System.Action`1)] : ewn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture2D FairyGUI.NTexture::CreateEmptyTexture()] : ewo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::get_Empty()] : ewp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DisposeEmpty()] : ewq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NTexture::get_width()] : ewr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.NTexture::get_height()] : ews +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::get_offset()] : ewt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::set_offset(UnityEngine.Vector2)] : ewu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::get_originalSize()] : ewv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::set_originalSize(UnityEngine.Vector2)] : eww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NTexture::GetDrawRect(UnityEngine.Rect)] : ewx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::GetUV(UnityEngine.Vector2[])] : ewy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::get_root()] : ewz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.NTexture::get_disposed()] : exa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::get_nativeTexture()] : exb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::get_alphaTexture()] : exc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MaterialManager FairyGUI.NTexture::GetMaterialManager(System.String)] : exd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Reload(UnityEngine.Texture,UnityEngine.Texture)] : exe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DestroyTexture()] : exf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::RefreshMaterials()] : exg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::DestroyMaterials()] : exh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::AddRef()] : exi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::ReleaseRef()] : exj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.NTexture::Dispose()] : exk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Shader FairyGUI.ShaderConfig::GetShader(System.String)] : exl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Shape::get_color()] : exm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::set_color(UnityEngine.Color)] : exn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color,UnityEngine.Color)] : exo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color32[])] : exp +[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)] : exq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawEllipse(UnityEngine.Color)] : exr +[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)] : exs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color)] : ext +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::DrawPolygon(System.Collections.Generic.IList`1,UnityEngine.Color32[])] : exu +[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)] : exv +[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[])] : exw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Shape::Clear()] : exx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Shape::get_isEmpty()] : exy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Shape::HitTest()] : ekr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage/<>c::b__112_0(FairyGUI.DisplayObject,FairyGUI.DisplayObject)] : exz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_stageHeight()] : eya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_stageWidth()] : eyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Stage::get_soundVolume()] : eyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_soundVolume(System.Single)] : eyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::add_beforeUpdate(System.Action)] : eye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::remove_beforeUpdate(System.Action)] : eyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::add_afterUpdate(System.Action)] : eyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::remove_afterUpdate(System.Action)] : eyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.Stage::get_inst()] : eyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::Instantiate()] : eyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_touchScreen()] : eyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_touchScreen(System.Boolean)] : eyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_keyboardInput()] : eym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_keyboardInput(System.Boolean)] : eyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::get_isTouchOnUI()] : eyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Stage::get_devicePixelRatio()] : eyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_devicePixelRatio(System.Single)] : eyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SceneManager_sceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)] : eyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::Dispose()] : eld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Stage::get_onStageResized()] : eys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::get_touchTarget()] : eyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::get_focus()] : eyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_focus(FairyGUI.DisplayObject)] : eyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetFocus(FairyGUI.DisplayObject,System.Boolean)] : eyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::_OnFocusRemoving(FairyGUI.Container)] : eyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::DoKeyNavigate(System.Boolean)] : eyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::get_touchPosition()] : eyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::GetTouchPosition(System.Int32)] : eza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::GetTouchTarget(System.Int32)] : ezb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::get_touchCount()] : ezc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] FairyGUI.Stage::GetAllTouch(System.Int32[])] : ezd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ResetInputState()] : eze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::CancelClick(System.Int32)] : ezf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::EnableSound()] : ezg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::DisableSound()] : ezh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip,System.Single)] : ezi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip)] : ezj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IKeyboard FairyGUI.Stage::get_keyboard()] : ezk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::set_keyboard(FairyGUI.IKeyboard)] : ezl +[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)] : ezm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::CloseKeyboard()] : ezn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::InputString(System.String)] : ezo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean)] : ezp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean,System.Boolean)] : ezq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean)] : ezr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean,System.Boolean)] : ezs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ForceUpdate()] : ezt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::InternalUpdate()] : ezu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::GetHitTarget()] : ezv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleScreenSizeChanged(System.Int32,System.Int32,System.Single)] : ezw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleGUIEvents(UnityEngine.Event)] : ezx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleEvents()] : ezy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::UpdateTouchPosition()] : ezz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleTextInput()] : faa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleCustomInput()] : fab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleMouseEvents()] : fac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleTouchEvents()] : fad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::HandleRollOver(FairyGUI.TouchInfo)] : fae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::ApplyPanelOrder(FairyGUI.Container)] : faf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::SortWorldSpacePanelsByZOrder(System.Int32)] : fag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::MonitorTexture(FairyGUI.NTexture)] : fah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RunTextureCollector(System.Object)] : fai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::AddTouchMonitor(System.Int32,FairyGUI.EventDispatcher)] : faj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RemoveTouchMonitor(FairyGUI.EventDispatcher)] : fak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::IsTouchMonitoring(FairyGUI.EventDispatcher)] : fal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::HasTouchMonitor(FairyGUI.EventDispatcher)] : fam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.Stage::CreatePoolManager(System.String)] : fan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::RegisterCursor(System.String,UnityEngine.Texture2D,UnityEngine.Vector2)] : fao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Stage::get_activeCursor()] : fap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Stage::_ChangeCursor(System.String)] : faq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Reset()] : far +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::UpdateEvent()] : fas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Begin()] : fat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::Move()] : fau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchInfo::End()] : fav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.TouchInfo::ClickTest()] : faw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::OnScreenSizeChanged(System.Int32,System.Int32)] : fax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::ApplyModifiedProperties()] : fay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::CheckMainCamera()] : faz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.StageCamera::CheckCaptureCamera()] : fba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.StageCamera::CreateCamera(System.String,System.Int32)] : fbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::UpdateGraphics(FairyGUI.NGraphics)] : fbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single)] : fbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::PrepareCharacters(System.String)] : fbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : fbf +[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)] : fbg +[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)] : fbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::HasCharacter(System.Char)] : fbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BaseFont::GetLineHeight(System.Int32)] : fbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BaseFont::Dispose()] : fbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BitmapFont::AddChar(System.Char,FairyGUI.BitmapFont/BMGlyph)] : fbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.BitmapFont::SetFormat(FairyGUI.TextFormat,System.Single)] : fbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : fbf +[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)] : fbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::HasCharacter(System.Char)] : fbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont::GetLineHeight(System.Int32)] : fbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::GetRealFont()] : fbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::Dispose()] : fbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::get_nativeFont()] : fbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::set_nativeFont(UnityEngine.Font)] : fbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::SetFormat(FairyGUI.TextFormat,System.Single)] : fbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::PrepareCharacters(System.String)] : fbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::GetGlyph(System.Char,System.Single&,System.Single&,System.Single&)] : fbf +[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)] : fbg +[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)] : fbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::HasCharacter(System.Char)] : fbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::GetLineHeight(System.Int32)] : fbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DynamicFont::textureRebuildCallback(UnityEngine.Font)] : fbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.FontManager::GetFontsInfo()] : fbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::RegisterFont(FairyGUI.BaseFont,System.String)] : fbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::UnregisterFont(FairyGUI.BaseFont)] : fbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.FontManager::GetFont(System.String)] : fbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.FontManager::Fallback(System.String)] : fbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.FontManager::Clear()] : fbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IKeyboard::get_done()] : fbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IKeyboard::get_supportsCaret()] : fbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.IKeyboard::GetInput()] : fby +[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)] : fbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IKeyboard::Close()] : fca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_maxLength()] : fcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_maxLength(System.Int32)] : fcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_keyboardInput()] : fcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_keyboardInput(System.Boolean)] : fce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_keyboardType()] : fcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_keyboardType(System.Int32)] : fcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_hideInput()] : fch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_hideInput(System.Boolean)] : fci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_disableIME()] : fcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_disableIME(System.Boolean)] : fck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_mouseWheelEnabled()] : fcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_mouseWheelEnabled(System.Boolean)] : fcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::get_onChanged()] : fcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::get_onSubmit()] : fco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_text()] : fcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_text(System.String)] : fcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.InputTextField::get_textFormat()] : fcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_textFormat(FairyGUI.TextFormat)] : fcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_restrict()] : fct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_restrict(System.String)] : fcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_caretPosition()] : fcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_caretPosition(System.Int32)] : fcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_selectionBeginIndex()] : fcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_selectionEndIndex()] : fcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::get_promptText()] : fcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_promptText(System.String)] : fda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_displayAsPassword()] : fdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_displayAsPassword(System.Boolean)] : fdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::get_editable()] : fdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_editable(System.Boolean)] : fde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_border()] : fdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_border(System.Int32)] : fdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::get_corner()] : fdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_corner(System.Int32)] : fdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::get_borderColor()] : fdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_borderColor(UnityEngine.Color)] : fdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::get_backgroundColor()] : fdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::set_backgroundColor(UnityEngine.Color)] : fdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateShape()] : fdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::SetSelection(System.Int32,System.Int32)] : fdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ReplaceSelection(System.String)] : fdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ReplaceText(System.String)] : fdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::GetPartialText(System.Int32,System.Int32,System.Text.StringBuilder)] : fdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::GetTextlength(System.String)] : fds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::TruncateText(System.String,System.Int32)] : fdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::ValidateInput(System.String)] : fdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateText()] : fdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::EncodePasswordText(System.String)] : fdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::ClearSelection()] : fdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::GetSelection()] : fdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Scroll(System.Int32,System.Int32)] : fdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::AdjustCaret(FairyGUI.TextField/CharPosition,System.Boolean)] : fea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateCaret(System.Boolean)] : feb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::MoveContent(UnityEngine.Vector2,System.Boolean)] : fec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::UpdateSelection(FairyGUI.TextField/CharPosition)] : fed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(System.Int32)] : fee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(UnityEngine.Vector2)] : fef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.InputTextField::GetCharLocation(FairyGUI.TextField/CharPosition)] : feg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::RefreshObjects()] : feh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::OnChanged()] : fei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::OnSizeChanged()] : enn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Update(FairyGUI.UpdateContext)] : ekz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::Dispose()] : eld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::DoCopy(System.String)] : fej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::DoPaste()] : fek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::CreateCaret()] : fel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__touchBegin(FairyGUI.EventContext)] : fem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__touchMove(FairyGUI.EventContext)] : fen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__mouseWheel(FairyGUI.EventContext)] : feo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__focusIn(FairyGUI.EventContext)] : fep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__focusOut(FairyGUI.EventContext)] : feq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__keydown(FairyGUI.EventContext)] : fer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::HandleKey(FairyGUI.InputEvent)] : fes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::CheckComposition()] : fet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__click(FairyGUI.EventContext)] : feu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputTextField::__rightClick(FairyGUI.EventContext)] : fev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextInputHistory FairyGUI.TextInputHistory::get_inst()] : few +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::StartRecord(FairyGUI.InputTextField)] : fex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::MarkChanged(FairyGUI.InputTextField)] : fey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::StopRecord(FairyGUI.InputTextField)] : fez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::Undo(FairyGUI.InputTextField)] : ffa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextInputHistory::Redo(FairyGUI.InputTextField)] : ffb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::get_htmlPageContext()] : ffc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlPageContext(FairyGUI.Utils.IHtmlPageContext)] : ffd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::get_htmlParseOptions()] : ffe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlParseOptions(FairyGUI.Utils.HtmlParseOptions)] : fff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.RichTextField::get_emojies()] : ffg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_emojies(System.Collections.Generic.Dictionary`2)] : ffh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField FairyGUI.RichTextField::get_textField()] : ffi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_textField(FairyGUI.TextField)] : ffj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.RichTextField::get_text()] : fcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_text(System.String)] : fcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RichTextField::get_htmlText()] : ffk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_htmlText(System.String)] : ffl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.RichTextField::get_textFormat()] : fcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::set_textFormat(FairyGUI.TextFormat)] : fcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElement(System.String)] : ffm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.RichTextField::GetHtmlElementAt(System.Int32)] : ffn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.RichTextField::get_htmlElementCount()] : ffo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::ShowHtmlObject(System.Int32,System.Boolean)] : ffp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::EnsureSizeCorrect()] : enm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::OnSizeChanged()] : enn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::Update(FairyGUI.UpdateContext)] : ekz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::Dispose()] : eld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::CleanupObjects()] : ffq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.RichTextField::RefreshObjects()] : feh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::IsArabicLetter(System.Char)] : ffr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertNumber(System.String)] : ffs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::ContainsArabicLetters(System.String)] : fft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RTLSupport/DirectionType FairyGUI.RTLSupport::DetectTextDirection(System.String)] : ffu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::CheckSeparator(System.Char)] : ffv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::CheckSpecific(System.Char)] : ffw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_CheckSoundmark(System.Char)] : ffx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::DoMapping(System.String)] : ffy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertLineL(System.String)] : ffz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::ConvertLineR(System.String)] : fga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.RTLSupport::_Reverse(System.String)] : fgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RTLSupport::InitChars()] : fgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsNeutrality(System.Char)] : fgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsEndPunctuation(System.Char,System.Char)] : fge +[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)] : fgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::_IsBracket(System.Char)] : fgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.RTLSupport::_ProcessBracket(System.Char)] : fgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.SelectionShape::get_color()] : fgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::set_color(UnityEngine.Color)] : fgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::Refresh()] : fgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::Clear()] : fgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.SelectionShape::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.SelectionShape::HitTest()] : ekr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextField/LineInfo FairyGUI.TextField/LineInfo::Borrow()] : fgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField/LineInfo::Return(FairyGUI.TextField/LineInfo)] : fgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField/LineInfo::Return(System.Collections.Generic.List`1)] : fgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnableRichSupport(FairyGUI.RichTextField)] : fgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnableCharPositionSupport()] : fgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.TextField::get_textFormat()] : fgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_textFormat(FairyGUI.TextFormat)] : fgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ApplyFormat()] : fgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.TextField::get_align()] : fgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_align(FairyGUI.AlignType)] : fgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.TextField::get_verticalAlign()] : fgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_verticalAlign(FairyGUI.VertAlignType)] : fgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_text()] : fgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_text(System.String)] : fgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_htmlText()] : fha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_htmlText(System.String)] : fhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TextField::get_parsedText()] : fhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.TextField::get_autoSize()] : fhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_autoSize(FairyGUI.AutoSizeType)] : fhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::get_wordWrap()] : fhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_wordWrap(System.Boolean)] : fhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::get_singleLine()] : fhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_singleLine(System.Boolean)] : fhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_stroke()] : fhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_stroke(System.Single)] : fhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TextField::get_strokeColor()] : fhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_strokeColor(UnityEngine.Color)] : fhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TextField::get_shadowOffset()] : fhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_shadowOffset(UnityEngine.Vector2)] : fho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_textWidth()] : fhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.TextField::get_textHeight()] : fhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::get_maxWidth()] : fhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::set_maxWidth(System.Int32)] : fhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_htmlElements()] : fht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_lines()] : fhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::get_charPositions()] : fhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.TextField::get_richTextField()] : fhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::Redraw()] : fhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::HasCharacter(System.Char)] : fhy +[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)] : fhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::OnSizeChanged()] : enn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::EnsureSizeCorrect()] : enm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::Update(FairyGUI.UpdateContext)] : ekz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::RequestText()] : fia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::BuildLines()] : fib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ParseText()] : fic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::BuildLines2()] : fid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::UpdateLineInfo(FairyGUI.TextField/LineInfo,System.Single,System.Int32)] : fie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::DoShrink()] : fif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::ParseText(System.Text.StringBuilder,System.String,System.Int32)] : fig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::OnPopulateMesh(FairyGUI.VertexBuffer)] : esf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::Cleanup()] : fih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextField::ApplyVertAlign()] : fii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::SetColor(System.UInt32)] : fij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TextFormat::EqualStyle(FairyGUI.TextFormat)] : fik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TextFormat::FillVertexColors(UnityEngine.Color32[])] : fil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchScreenKeyboard::get_done()] : fbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchScreenKeyboard::get_supportsCaret()] : fbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.TouchScreenKeyboard::GetInput()] : fby +[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)] : fbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.TouchScreenKeyboard::Close()] : fca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect/d__19::System.IDisposable.Dispose()] : fim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::System.Collections.Generic.IEnumerator.get_Current()] : fin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect/d__19::System.Collections.IEnumerator.Reset()] : fio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::System.Collections.IEnumerator.get_Current()] : fip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::get_totalTimes()] : fiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::Start()] : fir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::Print()] : fis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::output(System.Int32)] : fit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator FairyGUI.TypingEffect::Print(System.Single)] : fiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::PrintAll(System.Single)] : fiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::Cancel()] : fiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TypingEffect::OnMeshModified()] : fix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::add_OnBegin(System.Action)] : fiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::remove_OnBegin(System.Action)] : fiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::add_OnEnd(System.Action)] : fja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::remove_OnEnd(System.Action)] : fjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::Begin()] : fjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::End()] : fjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,UnityEngine.Rect,System.Nullable`1)] : fje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,System.Boolean)] : fjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::LeaveClipping()] : fjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::EnterPaintingMode()] : fjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::LeavePaintingMode()] : fji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::ApplyClippingProperties(UnityEngine.Material,System.Boolean)] : fjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UpdateContext::ApplyAlphaMaskProperties(UnityEngine.Material,System.Boolean)] : fjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::AddCapture(FairyGUI.EventCallback1)] : fjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::RemoveCapture(FairyGUI.EventCallback1)] : fjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback1)] : fjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback0)] : fjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventBridge::get_isEmpty()] : fjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::Clear()] : fjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::CallInternal(FairyGUI.EventContext)] : fjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventBridge::CallCaptureInternal(FairyGUI.EventContext)] : fjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventDispatcher FairyGUI.EventContext::get_sender()] : fjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_sender(FairyGUI.EventDispatcher)] : fju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.EventContext::get_initiator()] : fjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_initiator(System.Object)] : fjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.InputEvent FairyGUI.EventContext::get_inputEvent()] : fjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::set_inputEvent(FairyGUI.InputEvent)] : fjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::StopPropagation()] : fjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::PreventDefault()] : fka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::CaptureTouch()] : fkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::get_isDefaultPrevented()] : fkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventContext FairyGUI.EventContext::Get()] : fkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventContext::Return(FairyGUI.EventContext)] : fke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)] : fkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)] : fkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)] : fkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)] : fki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::AddCapture(System.String,FairyGUI.EventCallback1)] : fkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveCapture(System.String,FairyGUI.EventCallback1)] : fkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListeners()] : fkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventDispatcher::RemoveEventListeners(System.String)] : fkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::hasEventListeners(System.String)] : fkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::isDispatching(System.String)] : fko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::TryGetEventBridge(System.String)] : fkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::GetEventBridge(System.String)] : fkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String)] : fkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)] : fks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object,System.Object)] : fkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::InternalDispatchEvent(System.String,FairyGUI.EventBridge,System.Object,System.Object)] : fku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::DispatchEvent(FairyGUI.EventContext)] : fkv +[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)] : fkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object)] : fkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventDispatcher::BroadcastEvent(System.String,System.Object)] : fky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventDispatcher::GetBridge(System.String)] : fkz +[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)] : fla +[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)] : flb +[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)] : flc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.EventListener::get_type()] : fld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::AddCapture(FairyGUI.EventCallback1)] : fle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::RemoveCapture(FairyGUI.EventCallback1)] : flf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback1)] : flg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback0)] : flh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback1)] : fli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback0)] : flj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::get_isEmpty()] : flk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::get_isDispatching()] : fll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EventListener::Clear()] : flm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::Call()] : fln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::Call(System.Object)] : flo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BubbleCall(System.Object)] : flp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BubbleCall()] : flq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BroadcastCall(System.Object)] : flr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EventListener::BroadcastCall()] : fls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)] : fkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)] : fkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)] : fki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IEventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)] : fkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(FairyGUI.EventContext)] : fkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String)] : fkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String,System.Object)] : fks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IEventDispatcher::DispatchEvent(System.String,System.Object,System.Object)] : fkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_x()] : flt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_x(System.Single)] : flu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_y()] : flv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_y(System.Single)] : flw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.KeyCode FairyGUI.InputEvent::get_keyCode()] : flx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_keyCode(UnityEngine.KeyCode)] : fly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.InputEvent::get_character()] : flz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_character(System.Char)] : fma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.EventModifiers FairyGUI.InputEvent::get_modifiers()] : fmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_modifiers(UnityEngine.EventModifiers)] : fmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_mouseWheelDelta()] : fmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_mouseWheelDelta(System.Single)] : fme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_touchId()] : fmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_touchId(System.Int32)] : fmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_button()] : fmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_button(System.Int32)] : fmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::get_clickCount()] : fmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_clickCount(System.Int32)] : fmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::get_holdTime()] : fml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.InputEvent::set_holdTime(System.Single)] : fmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.InputEvent::get_position()] : fmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_isDoubleClick()] : fmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_ctrlOrCmd()] : fmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_ctrl()] : fmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_shift()] : fmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_alt()] : fms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.InputEvent::get_command()] : fmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.BlurFilter::get_target()] : fmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::set_target(FairyGUI.DisplayObject)] : fmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::Dispose()] : fmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::Update()] : fmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::FourTapCone(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32)] : fmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::DownSample4x(UnityEngine.RenderTexture,UnityEngine.RenderTexture)] : fmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.BlurFilter::OnRenderImage()] : fna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.ColorFilter::get_target()] : fmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::set_target(FairyGUI.DisplayObject)] : fmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Dispose()] : fmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Update()] : fmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Invert()] : fnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustSaturation(System.Single)] : fnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustContrast(System.Single)] : fnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustBrightness(System.Single)] : fne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::AdjustHue(System.Single)] : fnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Tint(UnityEngine.Color,System.Single)] : fng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::Reset()] : fnh +[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)] : fni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::ConcatValues(System.Single[])] : fnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ColorFilter::UpdateMatrix()] : fnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.IFilter::get_target()] : fmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::set_target(FairyGUI.DisplayObject)] : fmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::Update()] : fmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IFilter::Dispose()] : fmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.LongPressGesture::get_host()] : fnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_host(FairyGUI.GObject)] : fnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onBegin()] : fnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onBegin(FairyGUI.EventListener)] : fno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onEnd()] : fnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onEnd(FairyGUI.EventListener)] : fnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.LongPressGesture::get_onAction()] : fnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::set_onAction(FairyGUI.EventListener)] : fns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Dispose()] : fnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Enable(System.Boolean)] : fnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::Cancel()] : fnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__touchBegin(FairyGUI.EventContext)] : fnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__timer(System.Object)] : fnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.LongPressGesture::__touchEnd(FairyGUI.EventContext)] : fny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.PinchGesture::get_host()] : fnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_host(FairyGUI.GObject)] : foa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onBegin()] : fob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onBegin(FairyGUI.EventListener)] : foc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onEnd()] : fod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onEnd(FairyGUI.EventListener)] : foe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PinchGesture::get_onAction()] : fof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::set_onAction(FairyGUI.EventListener)] : fog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::Dispose()] : foh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::Enable(System.Boolean)] : foi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchBegin(FairyGUI.EventContext)] : foj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchMove(FairyGUI.EventContext)] : fok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PinchGesture::__touchEnd(FairyGUI.EventContext)] : fol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.RotationGesture::get_host()] : fom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_host(FairyGUI.GObject)] : fon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onBegin()] : foo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onBegin(FairyGUI.EventListener)] : fop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onEnd()] : foq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onEnd(FairyGUI.EventListener)] : for +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.RotationGesture::get_onAction()] : fos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::set_onAction(FairyGUI.EventListener)] : fot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::Dispose()] : fou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::Enable(System.Boolean)] : fov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchBegin(FairyGUI.EventContext)] : fow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchMove(FairyGUI.EventContext)] : fox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RotationGesture::__touchEnd(FairyGUI.EventContext)] : foy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.SwipeGesture::get_host()] : foz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_host(FairyGUI.GObject)] : fpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onBegin()] : fpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onBegin(FairyGUI.EventListener)] : fpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onEnd()] : fpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onEnd(FairyGUI.EventListener)] : fpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onMove()] : fpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onMove(FairyGUI.EventListener)] : fpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.SwipeGesture::get_onAction()] : fph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::set_onAction(FairyGUI.EventListener)] : fpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::Dispose()] : fpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::Enable(System.Boolean)] : fpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchBegin(FairyGUI.EventContext)] : fpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchMove(FairyGUI.EventContext)] : fpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.SwipeGesture::__touchEnd(FairyGUI.EventContext)] : fpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseIn(System.Single,System.Single)] : fpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseOut(System.Single,System.Single)] : fpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.EaseManager/Bounce::EaseInOut(System.Single,System.Single)] : fpq +[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)] : fpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.CustomEase/<>c::b__4_0(UnityEngine.Vector2,UnityEngine.Vector2)] : fpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.CustomEase::Create(System.Collections.Generic.IEnumerable`1)] : fpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.CustomEase::Evaluate(System.Single)] : fpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GPath::get_length()] : fpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : fpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : fpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)] : fpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Create(System.Collections.Generic.IEnumerable`1)] : fqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::CreateSplineSegment()] : fqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::Clear()] : fqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::GetPointAt(System.Single)] : fqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GPath::get_segmentCount()] : fqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GPath::GetSegmentLength(System.Int32)] : fqf +[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)] : fqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GPath::GetAllPoints(System.Collections.Generic.List`1,System.Single)] : fqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::onCRSplineCurve(System.Int32,System.Int32,System.Single)] : fqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GPath::onBezierCurve(System.Int32,System.Int32,System.Single)] : fqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(System.Single,System.Single,System.Single)] : fqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)] : fql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)] : fqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)] : fqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Color,UnityEngine.Color,System.Single)] : fqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::ToDouble(System.Double,System.Double,System.Single)] : fqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::DelayedCall(System.Single)] : fqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::Shake(UnityEngine.Vector3,System.Single,System.Single)] : fqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTween::IsTweening(System.Object)] : fqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTween::IsTweening(System.Object,FairyGUI.TweenPropType)] : fqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object)] : fqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object,System.Boolean)] : fqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Kill(System.Object,FairyGUI.TweenPropType,System.Boolean)] : fqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object)] : fqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object,FairyGUI.TweenPropType)] : fqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTween::Clean()] : fqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenStart(FairyGUI.GTweener)] : fra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenUpdate(FairyGUI.GTweener)] : frb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITweenListener::OnTweenComplete(FairyGUI.GTweener)] : frc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetDelay(System.Single)] : frd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_delay()] : fre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetDuration(System.Single)] : frf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_duration()] : frg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetBreakpoint(System.Single)] : frh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType)] : fri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType,FairyGUI.CustomEase)] : frj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEasePeriod(System.Single)] : frk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetEaseOvershootOrAmplitude(System.Single)] : frl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetRepeat(System.Int32,System.Boolean)] : frm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTweener::get_repeat()] : frn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTimeScale(System.Single)] : fro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetIgnoreEngineTimeScale(System.Boolean)] : frp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetSnapping(System.Boolean)] : frq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetPath(FairyGUI.GPath)] : frr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object)] : frs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object,FairyGUI.TweenPropType)] : frt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.GTweener::get_target()] : fru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetUserData(System.Object)] : frv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.GTweener::get_userData()] : frw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback)] : frx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback)] : fry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback)] : frz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback1)] : fsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback1)] : fsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback1)] : fsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetListener(FairyGUI.ITweenListener)] : fsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_startValue()] : fse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_endValue()] : fsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_value()] : fsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TweenValue FairyGUI.GTweener::get_deltaValue()] : fsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTweener::get_normalizedTime()] : fsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTweener::get_completed()] : fsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTweener::get_allCompleted()] : fsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::SetPaused(System.Boolean)] : fsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Seek(System.Single)] : fsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Kill(System.Boolean)] : fsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(System.Single,System.Single,System.Single)] : fso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)] : fsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)] : fsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)] : fsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Color,UnityEngine.Color,System.Single)] : fss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_To(System.Double,System.Double,System.Single)] : fst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GTweener::_Shake(UnityEngine.Vector3,System.Single,System.Single)] : fsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Init()] : fsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Reset()] : fsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::_Update()] : fsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::Update()] : fsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallStartCallback()] : fsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallUpdateCallback()] : fta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTweener::CallCompleteCallback()] : ftb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.TweenManager::CreateTween()] : ftc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TweenManager::IsTweening(System.Object,FairyGUI.TweenPropType)] : ftd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TweenManager::KillTweens(System.Object,FairyGUI.TweenPropType,System.Boolean)] : fte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.TweenManager::GetTween(System.Object,FairyGUI.TweenPropType)] : ftf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Update()] : ftg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Clean()] : fth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenManager::Init()] : fti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenPropTypeUtils::SetProps(System.Object,FairyGUI.TweenPropType,FairyGUI.TweenValue)] : ftj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TweenValue::get_vec2()] : ftk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec2(UnityEngine.Vector2)] : ftl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.TweenValue::get_vec3()] : ftm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec3(UnityEngine.Vector3)] : ftn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector4 FairyGUI.TweenValue::get_vec4()] : fto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_vec4(UnityEngine.Vector4)] : ftp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TweenValue::get_color()] : ftq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::set_color(UnityEngine.Color)] : ftr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TweenValue::SetZero()] : fts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ChangePageAction::Enter(FairyGUI.Controller)] : ftt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ChangePageAction::Setup(FairyGUI.Utils.ByteBuffer)] : ftu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ControllerAction FairyGUI.ControllerAction::CreateAction(FairyGUI.ControllerAction/ActionType)] : ftv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Run(FairyGUI.Controller,System.String,System.String)] : ftw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Enter(FairyGUI.Controller)] : ftt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Leave(FairyGUI.Controller)] : ftx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.ControllerAction::Setup(FairyGUI.Utils.ByteBuffer)] : ftu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Enter(FairyGUI.Controller)] : ftt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Leave(FairyGUI.Controller)] : ftx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.PlayTransitionAction::Setup(FairyGUI.Utils.ByteBuffer)] : ftu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.IDisposable.Dispose()] : fty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.Generic.IEnumerator.get_Current()] : ftz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.IEnumerator.Reset()] : fua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::System.Collections.IEnumerator.get_Current()] : fub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.AsyncCreationHelper::CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)] : fuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator FairyGUI.AsyncCreationHelper::_CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)] : fud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.AsyncCreationHelper::CollectComponentChildren(FairyGUI.PackageItem,System.Collections.Generic.List`1)] : fue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.AsyncCreationHelper::CollectListChildren(FairyGUI.Utils.ByteBuffer,System.Collections.Generic.List`1)] : fuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::Dispose()] : fug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Controller::get_onChanged()] : fuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_selectedIndex()] : fui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedIndex(System.Int32)] : fuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::SetSelectedIndex(System.Int32)] : fuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::SetSelectedPage(System.String)] : ful +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_selectedPage()] : fum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedPage(System.String)] : fun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_previsousIndex()] : fuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_previousIndex()] : fup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_previousPage()] : fuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::get_pageCount()] : fur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageName(System.Int32)] : fus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageId(System.Int32)] : fut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageIdByName(System.String)] : fuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::AddPage(System.String)] : fuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::AddPageAt(System.String,System.Int32)] : fuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RemovePage(System.String)] : fux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RemovePageAt(System.Int32)] : fuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::ClearPages()] : fuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Controller::HasPage(System.String)] : fva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Controller::GetPageIndexById(System.String)] : fvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::GetPageNameById(System.String)] : fvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_selectedPageId()] : fvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_selectedPageId(System.String)] : fve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::set_oppositePageId(System.String)] : fvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Controller::get_previousPageId()] : fvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::RunActions()] : fvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Controller::Setup(FairyGUI.Utils.ByteBuffer)] : fvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DragDropManager FairyGUI.DragDropManager::get_inst()] : fvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.DragDropManager::get_dragAgent()] : fvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.DragDropManager::get_dragging()] : fvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::StartDrag(FairyGUI.GObject,System.String,System.Object,System.Int32)] : fvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::StartDrag(FairyGUI.GObject,FairyGUI.NTexture,System.Object,System.Int32)] : fvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::Cancel()] : fvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.DragDropManager::__dragEnd(FairyGUI.EventContext)] : fvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.EMRenderTarget::get_EM_sortingOrder()] : fvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_BeforeUpdate()] : fvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_Update(FairyGUI.UpdateContext)] : fvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderTarget::EM_Reload()] : fvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EMRenderSupport::get_packageListReady()] : fvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::set_packageListReady(System.Boolean)] : fvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.EMRenderSupport::get_hasTarget()] : fvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Remove(FairyGUI.EMRenderTarget)] : fvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Update()] : fvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.EMRenderSupport::Reload()] : fvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.EMRenderSupport::CompareDepth(FairyGUI.EMRenderTarget,FairyGUI.EMRenderTarget)] : fwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton/<>c__DisplayClass72_0::b__0(System.Object)] : fwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton/<>c__DisplayClass72_0::b__1(System.Object)] : fwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetClickDownEffect(System.Single,System.Int32)] : fwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::PlayClickSound()] : fwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::PlaySound()] : fwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GButton::get_onChanged()] : fwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_icon()] : fwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_icon(System.String)] : fwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_title()] : fwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_title(System.String)] : fwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_text()] : fwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_text(System.String)] : fwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_selectedIcon()] : fwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selectedIcon(System.String)] : fwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_selectedTitle()] : fwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selectedTitle(System.String)] : fwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GButton::get_titleColor()] : fwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_titleColor(UnityEngine.Color)] : fws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GButton::get_color()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_color(UnityEngine.Color)] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GButton::get_titleFontSize()] : fwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_titleFontSize(System.Int32)] : fww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GButton::get_selected()] : fwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_selected(System.Boolean)] : fwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ButtonMode FairyGUI.GButton::get_mode()] : fwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_mode(FairyGUI.ButtonMode)] : fxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GButton::get_relatedController()] : fxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_relatedController(FairyGUI.Controller)] : fxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GButton::get_relatedPageId()] : fxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::set_relatedPageId(System.String)] : fxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::FireClick(System.Boolean,System.Boolean)] : fxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GButton::GetTextField()] : fxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetState(System.String)] : fxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::SetCurrentState()] : fxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::HandleControllerChanged(FairyGUI.Controller)] : fxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::HandleGrayedChanged()] : fxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__rollover()] : fxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__rollout()] : fxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__touchBegin(FairyGUI.EventContext)] : fxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__touchEnd()] : fxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__removedFromStage()] : fxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GButton::__click()] : fxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GComboBox::get_onChanged()] : fxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_icon()] : fwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_icon(System.String)] : fwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_title()] : fxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_title(System.String)] : fxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_text()] : fwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_text(System.String)] : fwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GComboBox::get_titleColor()] : fxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_titleColor(UnityEngine.Color)] : fxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComboBox::get_titleFontSize()] : fxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_titleFontSize(System.Int32)] : fxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_items()] : fya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_items(System.String[])] : fyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_icons()] : fyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_icons(System.String[])] : fyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GComboBox::get_values()] : fye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_values(System.String[])] : fyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_itemList()] : fyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_valueList()] : fyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComboBox::get_iconList()] : fyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ApplyListChange()] : fyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComboBox::get_selectedIndex()] : fyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_selectedIndex(System.Int32)] : fyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComboBox::get_selectionController()] : fym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_selectionController(FairyGUI.Controller)] : fyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComboBox::get_value()] : fyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_value(System.String)] : fyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PopupDirection FairyGUI.GComboBox::get_popupDirection()] : fyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::set_popupDirection(FairyGUI.PopupDirection)] : fyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GComboBox::GetTextField()] : fys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::SetState(System.String)] : fyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::SetCurrentState()] : fyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::HandleGrayedChanged()] : fxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::HandleControllerChanged(FairyGUI.Controller)] : fxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::UpdateSelectionController()] : fyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::Dispose()] : fyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::UpdateDropdownList()] : fyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::ShowDropdown()] : fyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::RenderDropdownList()] : fyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__popupWinClosed(System.Object)] : fza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__clickItem(FairyGUI.EventContext)] : fzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__rollover()] : fzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__rollout()] : fzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__touchBegin(FairyGUI.EventContext)] : fze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__touchEnd(FairyGUI.EventContext)] : fzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComboBox::__click()] : fzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent/<>c__DisplayClass129_0::b__0()] : fzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent/<>c__DisplayClass129_0::b__1()] : fzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.GComponent::get_rootContainer()] : fzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_rootContainer(FairyGUI.Container)] : fzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.GComponent::get_container()] : fzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_container(FairyGUI.Container)] : fzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ScrollPane FairyGUI.GComponent::get_scrollPane()] : fzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_scrollPane(FairyGUI.ScrollPane)] : fzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::Dispose()] : fyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GComponent::get_onDrop()] : fzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_fairyBatching()] : fzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_fairyBatching(System.Boolean)] : fzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::InvalidateBatchingState(System.Boolean)] : fzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_opaque()] : fzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_opaque(System.Boolean)] : fzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Margin FairyGUI.GComponent::get_margin()] : fzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_margin(FairyGUI.Margin)] : fzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::get_childrenRenderOrder()] : fzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_childrenRenderOrder(FairyGUI.ChildrenRenderOrder)] : fzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::get_apexIndex()] : gaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_apexIndex(System.Int32)] : gab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_tabStopChildren()] : gac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_tabStopChildren(System.Boolean)] : gad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::AddChild(FairyGUI.GObject)] : gae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32)] : gaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetInsertPosForSortingChild(FairyGUI.GObject)] : gag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject)] : gah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject,System.Boolean)] : gai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChildAt(System.Int32)] : gaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::RemoveChildAt(System.Int32,System.Boolean)] : gak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveChildren()] : gal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveChildren(System.Int32,System.Int32,System.Boolean)] : gam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildAt(System.Int32)] : gan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChild(System.String)] : gao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildByPath(System.String)] : gap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetVisibleChild(System.String)] : gaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildInGroup(FairyGUI.GGroup,System.String)] : gar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GComponent::GetChildById(System.String)] : gas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject[] FairyGUI.GComponent::GetChildren()] : gat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetChildrenCount()] : gau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetChildIndex(FairyGUI.GObject)] : gav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetChildIndex(FairyGUI.GObject,System.Int32)] : gaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::SetChildIndexBefore(FairyGUI.GObject,System.Int32)] : gax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::_SetChildIndex(FairyGUI.GObject,System.Int32,System.Int32)] : gay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SwapChildren(FairyGUI.GObject,FairyGUI.GObject)] : gaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SwapChildrenAt(System.Int32,System.Int32)] : gba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::get_numChildren()] : gbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::IsAncestorOf(FairyGUI.GObject)] : gbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChangeChildrenOrder(System.Collections.Generic.IList`1)] : gbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::AddController(FairyGUI.Controller)] : gbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComponent::GetControllerAt(System.Int32)] : gbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GComponent::GetController(System.String)] : gbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::RemoveController(FairyGUI.Controller)] : gbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComponent::get_Controllers()] : gbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Transition FairyGUI.GComponent::GetTransitionAt(System.Int32)] : gbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Transition FairyGUI.GComponent::GetTransition(System.String)] : gbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GComponent::get_Transitions()] : gbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChildStateChanged(FairyGUI.GObject)] : gbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::BuildNativeDisplayList()] : gbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ApplyController(FairyGUI.Controller)] : gbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ApplyAllControllers()] : gbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::AdjustRadioGroupDepth(FairyGUI.GObject,FairyGUI.Controller)] : gbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GComponent::get_clipSoftness()] : gbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_clipSoftness(UnityEngine.Vector2)] : gbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.GComponent::get_mask()] : gbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_mask(FairyGUI.DisplayObject)] : gbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GComponent::get_baseUserData()] : gbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::get_reversedMask()] : gbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_reversedMask(System.Boolean)] : gbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::IsChildInView(FairyGUI.GObject)] : gby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GComponent::GetFirstChildInView()] : gbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetupScroll(FairyGUI.Utils.ByteBuffer)] : gca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetupOverflow(FairyGUI.OverflowType)] : gcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::UpdateClipRect()] : gcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleSizeChanged()] : gcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleGrayedChanged()] : fxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::HandleControllerChanged(FairyGUI.Controller)] : fxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetBoundsChangedFlag()] : gce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::EnsureBoundsCorrect()] : gcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::UpdateBounds()] : gcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::SetBounds(System.Single,System.Single,System.Single,System.Single)] : gch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GComponent::get_viewWidth()] : gci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_viewWidth(System.Single)] : gcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GComponent::get_viewHeight()] : gck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::set_viewHeight(System.Single)] : gcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::GetSnappingPosition(System.Single&,System.Single&)] : gcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GComponent::ShouldSnapToNext(System.Single,System.Single,System.Single)] : gcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::GetSnappingPositionWithDir(System.Single&,System.Single&,System.Single,System.Single)] : gco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ChildSortingOrderChanged(FairyGUI.GObject,System.Int32,System.Int32)] : gcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::OnUpdate()] : gcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromResource()] : gcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromResource(System.Collections.Generic.List`1,System.Int32)] : gcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__playSound(System.String,System.Single)] : gcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__addedToStage()] : gcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GComponent::__removedFromStage()] : gcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::AddExtStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearAnimation::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Dispose()] : gdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GearBase::get_controller()] : gdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::set_controller(FairyGUI.Controller)] : gde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearTweenConfig FairyGUI.GearBase::get_tweenConfig()] : gdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Setup(FairyGUI.Utils.ByteBuffer)] : gdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::UpdateFromRelations(System.Single,System.Single)] : gdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearBase::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenStart(FairyGUI.GTweener)] : fra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenUpdate(FairyGUI.GTweener)] : frb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::OnTweenComplete(FairyGUI.GTweener)] : frc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearColor::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GearDisplay::get_pages()] : gdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::set_pages(System.String[])] : gdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.GearDisplay::AddLock()] : gdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay::ReleaseLock(System.UInt32)] : gdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GearDisplay::get_connected()] : gdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.GearDisplay2::get_pages()] : gdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::set_pages(System.String[])] : gdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearDisplay2::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GearDisplay2::Evaluate(System.Boolean)] : gdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearFontSize::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearIcon::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenStart(FairyGUI.GTweener)] : fra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenUpdate(FairyGUI.GTweener)] : frb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::OnTweenComplete(FairyGUI.GTweener)] : frc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearLook::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenStart(FairyGUI.GTweener)] : fra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenUpdate(FairyGUI.GTweener)] : frb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::OnTweenComplete(FairyGUI.GTweener)] : frc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearSize::UpdateFromRelations(System.Single,System.Single)] : gdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearText::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::Init()] : gcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::AddExtStatus(System.String,FairyGUI.Utils.ByteBuffer)] : gdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::Apply()] : gda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenStart(FairyGUI.GTweener)] : fra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenUpdate(FairyGUI.GTweener)] : frb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::OnTweenComplete(FairyGUI.GTweener)] : frc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::UpdateState()] : gdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GearXY::UpdateFromRelations(System.Single,System.Single)] : gdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IAnimationGear::get_playing()] : gdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_playing(System.Boolean)] : gds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.IAnimationGear::get_frame()] : gdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_frame(System.Int32)] : gdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.IAnimationGear::get_timeScale()] : gdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_timeScale(System.Single)] : gdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IAnimationGear::get_ignoreEngineTimeScale()] : gdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::set_ignoreEngineTimeScale(System.Boolean)] : gdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IAnimationGear::Advance(System.Single)] : gdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.IColorGear::get_color()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.IColorGear::set_color(UnityEngine.Color)] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.ITextColorGear::get_strokeColor()] : gea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ITextColorGear::set_strokeColor(UnityEngine.Color)] : geb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::ReplaceMe(FairyGUI.GObject)] : gec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::AddBeforeMe(FairyGUI.GObject)] : ged +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::AddAfterMe(FairyGUI.GObject)] : gee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::SetNativeObject(FairyGUI.DisplayObject)] : gef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GGraph::get_color()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::set_color(UnityEngine.Color)] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Shape FairyGUI.GGraph::get_shape()] : geg +[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)] : geh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawRoundRect(System.Single,System.Single,UnityEngine.Color,System.Single[])] : gei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::DrawEllipse(System.Single,System.Single,UnityEngine.Color)] : gej +[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)] : gek +[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)] : gel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGraph::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GroupLayoutType FairyGUI.GGroup::get_layout()] : gen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_layout(FairyGUI.GroupLayoutType)] : geo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_lineGap()] : gep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_lineGap(System.Int32)] : geq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_columnGap()] : ger +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_columnGap(System.Int32)] : ges +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GGroup::get_excludeInvisibles()] : get +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_excludeInvisibles(System.Boolean)] : geu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GGroup::get_autoSizeDisabled()] : gev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_autoSizeDisabled(System.Boolean)] : gew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_mainGridMinSize()] : gex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_mainGridMinSize(System.Int32)] : gey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GGroup::get_mainGridIndex()] : gez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::set_mainGridIndex(System.Int32)] : gfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::SetBoundsChangedFlag(System.Boolean)] : gfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::EnsureBoundsCorrect()] : gfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::UpdateBounds()] : gfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleLayout()] : gfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::MoveChildren(System.Single,System.Single)] : gff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::ResizeChildren(System.Single,System.Single)] : gfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleAlphaChanged()] : gfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::HandleVisibleChanged()] : gfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GGroup::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GImage::get_color()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_color(UnityEngine.Color)] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.GImage::get_flip()] : gfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_flip(FairyGUI.FlipType)] : gfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.GImage::get_fillMethod()] : gfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillMethod(FairyGUI.FillMethod)] : gfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GImage::get_fillOrigin()] : gfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillOrigin(System.Int32)] : gfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GImage::get_fillClockwise()] : gfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillClockwise(System.Boolean)] : gfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GImage::get_fillAmount()] : gfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_fillAmount(System.Single)] : gfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.GImage::get_texture()] : gft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_texture(FairyGUI.NTexture)] : gfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GImage::get_material()] : gfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_material(UnityEngine.Material)] : gfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GImage::get_shader()] : gfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::set_shader(System.String)] : gfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::ConstructFromResource()] : gcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GImage::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel/<>c__DisplayClass26_0::b__0()] : gfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_icon()] : fwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_icon(System.String)] : fwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_title()] : gga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_title(System.String)] : ggb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLabel::get_text()] : fwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_text(System.String)] : fwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLabel::get_editable()] : ggc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_editable(System.Boolean)] : ggd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLabel::get_titleColor()] : gge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_titleColor(UnityEngine.Color)] : ggf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLabel::get_titleFontSize()] : ggg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_titleFontSize(System.Int32)] : ggh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLabel::get_color()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::set_color(UnityEngine.Color)] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GLabel::GetTextField()] : ggi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLabel::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Dispose()] : fyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearPool()] : ggj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GList::get_onClickItem()] : ggk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GList::get_onRightClickItem()] : ggl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GList::get_defaultItem()] : ggm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_defaultItem(System.String)] : ggn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ListLayoutType FairyGUI.GList::get_layout()] : ggo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_layout(FairyGUI.ListLayoutType)] : ggp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_lineCount()] : ggq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_lineCount(System.Int32)] : ggr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_columnCount()] : ggs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_columnCount(System.Int32)] : ggt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_lineGap()] : ggu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_lineGap(System.Int32)] : ggv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_columnGap()] : ggw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_columnGap(System.Int32)] : ggx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GList::get_align()] : ggy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_align(FairyGUI.AlignType)] : ggz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GList::get_verticalAlign()] : gha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_verticalAlign(FairyGUI.VertAlignType)] : ghb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::get_autoResizeItem()] : ghc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_autoResizeItem(System.Boolean)] : ghd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GList::get_defaultItemSize()] : ghe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_defaultItemSize(UnityEngine.Vector2)] : ghf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObjectPool FairyGUI.GList::get_itemPool()] : ghg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::GetFromPool(System.String)] : ghh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ReturnToPool(FairyGUI.GObject)] : ghi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddItemFromPool()] : ghj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddItemFromPool(System.String)] : ghk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::AddChildAt(FairyGUI.GObject,System.Int32)] : gaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::RemoveChildAt(System.Int32,System.Boolean)] : gak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildToPoolAt(System.Int32)] : ghl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildToPool(FairyGUI.GObject)] : ghm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildrenToPool()] : ghn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveChildrenToPool(System.Int32,System.Int32)] : gho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_selectedIndex()] : ghp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_selectedIndex(System.Int32)] : ghq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.GList::get_selectionController()] : ghr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_selectionController(FairyGUI.Controller)] : ghs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GList::GetSelection()] : ght +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GList::GetSelection(System.Collections.Generic.List`1)] : ghu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::AddSelection(System.Int32,System.Boolean)] : ghv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RemoveSelection(System.Int32)] : ghw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearSelection()] : ghx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ClearSelectionExcept(FairyGUI.GObject)] : ghy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectAll()] : ghz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectNone()] : gia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SelectReverse()] : gib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::EnableSelectionFocusEvents(System.Boolean)] : gic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::NotifySelection(FairyGUI.EventContext)] : gid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::EnableArrowKeyNavigation(System.Boolean)] : gie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__keydown(FairyGUI.EventContext)] : gif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::HandleArrowKey(System.Int32)] : gig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__clickItem(FairyGUI.EventContext)] : gih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::DispatchItemEvent(FairyGUI.GObject,FairyGUI.EventContext)] : gii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetSelectionOnEvent(FairyGUI.GObject,FairyGUI.InputEvent)] : gij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit()] : gik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit(System.Int32)] : gil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ResizeToFit(System.Int32,System.Int32)] : gim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleSizeChanged()] : gcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleControllerChanged(FairyGUI.Controller)] : fxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::UpdateSelectionController(System.Int32)] : gin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32)] : gio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32,System.Boolean)] : gip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView_UseAnim(System.Int32,System.Boolean,System.Single)] : giq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetAnimTweenTime(FairyGUI.ScrollPane,System.Boolean)] : gir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ScrollToView(System.Int32,System.Boolean,System.Boolean)] : gis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GList::get_touchItem()] : git +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetFirstChildInView()] : gbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::ChildIndexToItemIndex(System.Int32)] : giu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::ItemIndexToChildIndex(System.Int32)] : giv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtual()] : giw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::get_isVirtual()] : gix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtualAndLoop()] : giy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtual(System.Boolean)] : giz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::get_numItems()] : gja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::set_numItems(System.Int32)] : gjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RefreshVirtualList()] : gjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::CheckVirtualList()] : gjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetVirtualListChangedFlag(System.Boolean)] : gje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::RefreshVirtualList(System.Object)] : gjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::__scrolled(FairyGUI.EventContext)] : gjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos1(System.Single&,System.Boolean)] : gjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos2(System.Single&,System.Boolean)] : gji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GList::GetIndexOnPos3(System.Single&,System.Boolean)] : gjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleScroll(System.Boolean)] : gjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::HandleScroll1(System.Boolean)] : gjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GList::HandleScroll2(System.Boolean)] : gjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleScroll3(System.Boolean)] : gjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleArchOrder1()] : gjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleArchOrder2()] : gjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::GetSnappingPositionWithDir(System.Single&,System.Single&,System.Single,System.Single)] : gco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::HandleAlign(System.Single,System.Single)] : gjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::UpdateBounds()] : gcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::ReadItems(FairyGUI.Utils.ByteBuffer)] : gjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::SetupItem(FairyGUI.Utils.ByteBuffer,FairyGUI.GObject)] : gjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GList::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Dispose()] : fyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_url()] : gjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_url(System.String)] : gju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_icon()] : fwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_icon(System.String)] : fwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GLoader::get_align()] : gjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_align(FairyGUI.AlignType)] : gjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GLoader::get_verticalAlign()] : gjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_verticalAlign(FairyGUI.VertAlignType)] : gjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillType FairyGUI.GLoader::get_fill()] : gjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fill(FairyGUI.FillType)] : gka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_shrinkOnly()] : gkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_shrinkOnly(System.Boolean)] : gkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_autoSize()] : gkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_autoSize(System.Boolean)] : gke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_playing()] : gdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_playing(System.Boolean)] : gds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader::get_frame()] : gdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_frame(System.Int32)] : gdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader::get_timeScale()] : gdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_timeScale(System.Single)] : gdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_ignoreEngineTimeScale()] : gdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_ignoreEngineTimeScale(System.Boolean)] : gdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Advance(System.Single)] : gdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GLoader::get_material()] : gkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_material(UnityEngine.Material)] : gkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader::get_shader()] : gkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_shader(System.String)] : gki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLoader::get_color()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_color(UnityEngine.Color)] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.GLoader::get_fillMethod()] : gkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillMethod(FairyGUI.FillMethod)] : gkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader::get_fillOrigin()] : gkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillOrigin(System.Int32)] : gkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader::get_fillClockwise()] : gkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillClockwise(System.Boolean)] : gko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader::get_fillAmount()] : gkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_fillAmount(System.Single)] : gkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Image FairyGUI.GLoader::get_image()] : gkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.MovieClip FairyGUI.GLoader::get_movieClip()] : gks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GLoader::get_component()] : gkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.GLoader::get_texture()] : gku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_texture(FairyGUI.NTexture)] : gkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GLoader::get_filter()] : gkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_filter(FairyGUI.IFilter)] : gkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GLoader::get_blendMode()] : gky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::set_blendMode(FairyGUI.BlendMode)] : gkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadContent()] : gla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadFromPackage(System.String)] : glb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::LoadExternal()] : glc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::FreeExternal(FairyGUI.NTexture)] : gld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::onExternalLoadSuccess(FairyGUI.NTexture)] : gle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::onExternalLoadFailed()] : glf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::OnExternalReload(FairyGUI.NTexture)] : glg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::SetErrorState()] : glh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::ClearErrorState()] : gli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::UpdateLayout()] : glj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::ClearContent()] : glk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::HandleSizeChanged()] : gcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Dispose()] : fyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_url()] : gll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_url(System.String)] : glm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_icon()] : fwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_icon(System.String)] : fwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GLoader3D::get_align()] : gln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_align(FairyGUI.AlignType)] : glo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GLoader3D::get_verticalAlign()] : glp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_verticalAlign(FairyGUI.VertAlignType)] : glq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FillType FairyGUI.GLoader3D::get_fill()] : glr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_fill(FairyGUI.FillType)] : gls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_shrinkOnly()] : glt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_shrinkOnly(System.Boolean)] : glu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_autoSize()] : glv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_autoSize(System.Boolean)] : glw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_playing()] : gdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_playing(System.Boolean)] : gds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GLoader3D::get_frame()] : gdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_frame(System.Int32)] : gdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GLoader3D::get_timeScale()] : gdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_timeScale(System.Single)] : gdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_ignoreEngineTimeScale()] : gdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_ignoreEngineTimeScale(System.Boolean)] : gdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Advance(System.Single)] : gdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GLoader3D::get_loop()] : glx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_loop(System.Boolean)] : gly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_animationName()] : glz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_animationName(System.String)] : gma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_skinName()] : gmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_skinName(System.String)] : gmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GLoader3D::get_material()] : gmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_material(UnityEngine.Material)] : gme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GLoader3D::get_shader()] : gmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_shader(System.String)] : gmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GLoader3D::get_color()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_color(UnityEngine.Color)] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GLoader3D::get_wrapTarget()] : gmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::SetWrapTarget(UnityEngine.GameObject,System.Boolean,System.Int32,System.Int32)] : gmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GLoader3D::get_filter()] : gkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_filter(FairyGUI.IFilter)] : gkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GLoader3D::get_blendMode()] : gky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::set_blendMode(FairyGUI.BlendMode)] : gkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::LoadContent()] : gmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::OnChange(System.String)] : gmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::LoadExternal()] : gml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::FreeExternal()] : gmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::UpdateLayout()] : gmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::ClearContent()] : gmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::OnUpdateContent(FairyGUI.UpdateContext)] : gmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::HandleSizeChanged()] : gcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GLoader3D::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GMovieClip::get_onPlayEnd()] : gmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GMovieClip::get_playing()] : gdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_playing(System.Boolean)] : gds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GMovieClip::get_frame()] : gdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_frame(System.Int32)] : gdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GMovieClip::get_color()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_color(UnityEngine.Color)] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.GMovieClip::get_flip()] : gmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_flip(FairyGUI.FlipType)] : gms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.GMovieClip::get_material()] : gmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_material(UnityEngine.Material)] : gmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GMovieClip::get_shader()] : gmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_shader(System.String)] : gmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.GMovieClip::get_timeScale()] : gdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_timeScale(System.Single)] : gdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GMovieClip::get_ignoreEngineTimeScale()] : gdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::set_ignoreEngineTimeScale(System.Boolean)] : gdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Rewind()] : gmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::SyncStatus(FairyGUI.GMovieClip)] : gmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Advance(System.Single)] : gdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::SetPlaySettings(System.Int32,System.Int32,System.Int32,System.Int32)] : gmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::ConstructFromResource()] : gcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GMovieClip::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_ex_rawElementId()] : gna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_ex_rawElementId(System.String)] : gnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_ex_rawElementName()] : gnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_ex_rawElementName(System.String)] : gnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetUrlId()] : gne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetUrl()] : gnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetParentUrlId()] : gng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetParentUrl()] : gnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::Ex_GetMultiLangText()] : gni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_id()] : gnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_id(System.String)] : gnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Relations FairyGUI.GObject::get_relations()] : gnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_relations(FairyGUI.Relations)] : gnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GObject::get_parent()] : gnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_parent(FairyGUI.GComponent)] : gno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.GObject::get_displayObject()] : gnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_displayObject(FairyGUI.DisplayObject)] : gnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GObject::get_draggingObject()] : gnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_draggingObject(FairyGUI.GObject)] : gns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onClick()] : gnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRightClick()] : gnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchBegin()] : gnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchMove()] : gnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onTouchEnd()] : gnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRollOver()] : gny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRollOut()] : gnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onAddedToStage()] : goa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onRemovedFromStage()] : gob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onKeyDown()] : goc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onClickLink()] : god +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onPositionChanged()] : goe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onSizeChanged()] : gof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragStart()] : gog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragMove()] : goh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onDragEnd()] : goi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onGearStop()] : goj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onFocusIn()] : gok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GObject::get_onFocusOut()] : gol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_x()] : gom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_x(System.Single)] : gon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_y()] : goo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_y(System.Single)] : gop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_z()] : goq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_z(System.Single)] : gor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_xy()] : gos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_xy(UnityEngine.Vector2)] : got +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.GObject::get_position()] : gov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_position(UnityEngine.Vector3)] : gow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetXY(System.Single,System.Single)] : gox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetXY(System.Single,System.Single,System.Boolean)] : goy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPosition(System.Single,System.Single,System.Single)] : goz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_pixelSnapping()] : gpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pixelSnapping(System.Boolean)] : gpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Center()] : gpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Center(System.Boolean)] : gpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::MakeFullScreen()] : gpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_width()] : gpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_width(System.Single)] : gpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_height()] : gph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_height(System.Single)] : gpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_size()] : gpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_size(UnityEngine.Vector2)] : gpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_actualWidth()] : gpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_actualHeight()] : gpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSize(System.Single,System.Single)] : gpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSize(System.Single,System.Single,System.Boolean)] : gpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetSizeDirectly(System.Single,System.Single)] : gpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_xMin()] : gpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_xMin(System.Single)] : gpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_yMin()] : gps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_yMin(System.Single)] : gpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_scaleX()] : gpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scaleX(System.Single)] : gpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_scaleY()] : gpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scaleY(System.Single)] : gpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_scale()] : gpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_scale(UnityEngine.Vector2)] : gpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetScale(System.Single,System.Single)] : gqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_skew()] : gqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_skew(UnityEngine.Vector2)] : gqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_pivotX()] : gqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotX(System.Single)] : gqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_pivotY()] : gqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotY(System.Single)] : gqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::get_pivot()] : gqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivot(UnityEngine.Vector2)] : gqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_pivotAsAnchor()] : gqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_pivotAsAnchor(System.Boolean)] : gqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPivot(System.Single,System.Single)] : gql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetPivot(System.Single,System.Single,System.Boolean)] : gqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_touchable()] : gqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_touchable(System.Boolean)] : gqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_grayed()] : gqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_grayed(System.Boolean)] : gqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_enabled()] : gqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_enabled(System.Boolean)] : gqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotation()] : gqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotation(System.Single)] : gqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotationX()] : gqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotationX(System.Single)] : gqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_rotationY()] : gqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_rotationY(System.Single)] : gqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GObject::get_alpha()] : gqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_alpha(System.Single)] : gra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_visible()] : grb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_visible(System.Boolean)] : grc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible()] : grd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible2()] : gre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_internalVisible3()] : grf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GObject::get_sortingOrder()] : grg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_sortingOrder(System.Int32)] : grh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_focusable()] : gri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_focusable(System.Boolean)] : grj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_tabStop()] : grk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_tabStop(System.Boolean)] : grl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_focused()] : grm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RequestFocus()] : grn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RequestFocus(System.Boolean)] : gro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_tooltips()] : grp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_tooltips(System.String)] : grq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_cursor()] : grr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_cursor(System.String)] : grs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__rollOver()] : grt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__rollOut()] : gru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.GObject::get_filter()] : gkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_filter(FairyGUI.IFilter)] : gkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.GObject::get_blendMode()] : gky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_blendMode(FairyGUI.BlendMode)] : gkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_gameObjectName()] : grv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_gameObjectName(System.String)] : grw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::SetHome(FairyGUI.GObject)] : grx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_inContainer()] : gry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_onStage()] : grz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_resourceURL()] : gsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearXY FairyGUI.GObject::get_gearXY()] : gsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearSize FairyGUI.GObject::get_gearSize()] : gsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearLook FairyGUI.GObject::get_gearLook()] : gsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GearBase FairyGUI.GObject::GetGear(System.Int32)] : gse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::UpdateGear(System.Int32)] : gsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::CheckGearController(System.Int32,FairyGUI.Controller)] : gsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::UpdateGearFromRelations(System.Int32,System.Single,System.Single)] : gsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.GObject::AddDisplayLock()] : gsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::ReleaseDisplayLock(System.UInt32)] : gsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::CheckGearDisplay()] : gsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InvalidateBatchingState()] : gsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleControllerChanged(FairyGUI.Controller)] : fxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType)] : gsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType,System.Boolean)] : gsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RemoveRelation(FairyGUI.GObject,FairyGUI.RelationType)] : gso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::RemoveFromParent()] : gsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGroup FairyGUI.GObject::get_group()] : gsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_group(FairyGUI.GGroup)] : gsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRoot FairyGUI.GObject::get_root()] : gss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_inText()] : gst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_inText(System.String)] : gsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_text()] : fwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_text(System.String)] : fwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GObject::get_icon()] : fwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_icon(System.String)] : fwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_draggable()] : gsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::set_draggable(System.Boolean)] : gsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StartDrag()] : gsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StartDrag(System.Int32)] : gsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::StopDrag()] : gsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_dragging()] : gta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::LocalToGlobal(UnityEngine.Vector2)] : gtb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::GlobalToLocal(UnityEngine.Vector2)] : gtc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::LocalToGlobal(UnityEngine.Rect)] : gtd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::GlobalToLocal(UnityEngine.Rect)] : gte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::LocalToRoot(UnityEngine.Vector2,FairyGUI.GRoot)] : gtf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::RootToLocal(UnityEngine.Vector2,FairyGUI.GRoot)] : gtg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::WorldToLocal(UnityEngine.Vector3)] : gth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Camera)] : gti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GObject::TransformPoint(UnityEngine.Vector2,FairyGUI.GObject)] : gtj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.GObject::TransformRect(UnityEngine.Rect,FairyGUI.GObject)] : gtk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GObject::get_isDisposed()] : gtl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Dispose()] : fyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GImage FairyGUI.GObject::get_asImage()] : gtm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GObject::get_asCom()] : gtn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.GObject::get_asButton()] : gto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLabel FairyGUI.GObject::get_asLabel()] : gtp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GProgressBar FairyGUI.GObject::get_asProgress()] : gtq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GSlider FairyGUI.GObject::get_asSlider()] : gtr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComboBox FairyGUI.GObject::get_asComboBox()] : gts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GObject::get_asTextField()] : gtt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRichTextField FairyGUI.GObject::get_asRichTextField()] : gtu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextInput FairyGUI.GObject::get_asTextInput()] : gtv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.GObject::get_asLoader()] : gtw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader3D FairyGUI.GObject::get_asLoader3D()] : gtx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.GObject::get_asList()] : gty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph FairyGUI.GObject::get_asGraph()] : gtz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGroup FairyGUI.GObject::get_asGroup()] : gua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GMovieClip FairyGUI.GObject::get_asMovieClip()] : gub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTree FairyGUI.GObject::get_asTree()] : guc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GObject::get_treeNode()] : gud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InternalSetParent(FairyGUI.GComponent)] : gue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandlePositionChanged()] : guf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleSizeChanged()] : gcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleScaleChanged()] : gug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleGrayedChanged()] : fxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleAlphaChanged()] : gfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::HandleVisibleChanged()] : gfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::ConstructFromResource()] : gcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::InitDrag()] : guh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::DragBegin(System.Int32)] : gui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::DragEnd()] : guj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchBegin(FairyGUI.EventContext)] : guk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchMove(FairyGUI.EventContext)] : gul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObject::__touchEnd(FairyGUI.EventContext)] : gum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMove(UnityEngine.Vector2,System.Single)] : gun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMoveX(System.Single,System.Single)] : guo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenMoveY(System.Single,System.Single)] : gup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScale(UnityEngine.Vector2,System.Single)] : guq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScaleX(System.Single,System.Single)] : gur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenScaleY(System.Single,System.Single)] : gus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenResize(UnityEngine.Vector2,System.Single)] : gut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenFade(System.Single,System.Single)] : guu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GObject::TweenRotate(System.Single,System.Single)] : guv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObjectPool::Clear()] : guw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GObjectPool::get_count()] : gux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GObjectPool::GetObject(System.String)] : guy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GObjectPool::ReturnObject(FairyGUI.GObject)] : guz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar/<>c__DisplayClass37_0::b__0()] : gva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GProgressBar::get_title()] : gvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ProgressTitleType FairyGUI.GProgressBar::get_titleType()] : gvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_titleType(FairyGUI.ProgressTitleType)] : gvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_min()] : gve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_min(System.Double)] : gvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_max()] : gvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_max(System.Double)] : gvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GProgressBar::get_value()] : gvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_value(System.Double)] : gvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GProgressBar::get_reverse()] : gvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::set_reverse(System.Boolean)] : gvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener FairyGUI.GProgressBar::TweenValue(System.Double,System.Single)] : gvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::Update(System.Double)] : gvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GProgressBar::SetFillAmount(FairyGUI.GObject,System.Single)] : gvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GProgressBar::HandleSizeChanged()] : gcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.GRichTextField::get_richTextField()] : gvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::set_richTextField(FairyGUI.RichTextField)] : gvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::SetTextFieldText()] : gvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GRichTextField::get_emojies()] : gvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRichTextField::set_emojies(System.Collections.Generic.Dictionary`2)] : gvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GRoot::get_contentScaleFactor()] : gvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GRoot::get_contentScaleLevel()] : gvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GRoot FairyGUI.GRoot::get_inst()] : gvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::Dispose()] : fyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32)] : gvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32,FairyGUI.UIContentScaler/ScreenMatchMode)] : gvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Single)] : gvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ApplyContentScaleFactor()] : gwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowWindow(FairyGUI.Window)] : gwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindow(FairyGUI.Window)] : gwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window)] : gwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window,System.Boolean)] : gwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::BringToFront(FairyGUI.Window)] : gwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowModalWait()] : gwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseModalWait()] : gwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseAllExceptModals()] : gwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CloseAllWindows()] : gwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Window FairyGUI.GRoot::GetTopWindow()] : gwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph FairyGUI.GRoot::get_modalLayer()] : gwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CreateModalLayer()] : gwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_hasModalWindow()] : gwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_modalWaiting()] : gwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::get_touchTarget()] : gwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::DisplayObjectToGObject(FairyGUI.DisplayObject)] : gwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::AdjustModalLayer()] : gwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject)] : gws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject)] : gwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : gwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : gwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection,System.Boolean)] : gww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : gwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : gwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject)] : gwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject)] : gxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)] : gxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection)] : gxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,FairyGUI.PopupDirection,System.Boolean)] : gxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HidePopup()] : gxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HidePopup(FairyGUI.GObject)] : gxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GRoot::get_hasAnyPopup()] : gxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ClosePopup(FairyGUI.GObject)] : gxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltips(System.String)] : gxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltips(System.String,System.Single)] : gxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject)] : gxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject,System.Single)] : gxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__showTooltipsWin(System.Object)] : gxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::HideTooltips()] : gxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.GRoot::get_focus()] : gxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::set_focus(FairyGUI.GObject)] : gxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__stageTouchBegin(FairyGUI.EventContext)] : gxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::__stageTouchEnd(FairyGUI.EventContext)] : gxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::CheckPopups(System.Boolean)] : gxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::EnableSound()] : gxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::DisableSound()] : gxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip,System.Single)] : gxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip)] : gxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GRoot::get_soundVolume()] : gxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GRoot::set_soundVolume(System.Single)] : gxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::SetScrollPane(FairyGUI.ScrollPane,System.Boolean)] : gxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::SetDisplayPerc(System.Single)] : gya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::setScrollPerc(System.Single)] : gyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GScrollBar::get_minSize()] : gyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GScrollBar::get_gripDragging()] : gyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchBegin(FairyGUI.EventContext)] : gye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchMove(FairyGUI.EventContext)] : gyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__gripTouchEnd(FairyGUI.EventContext)] : gyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__arrowButton1Click(FairyGUI.EventContext)] : gyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__arrowButton2Click(FairyGUI.EventContext)] : gyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GScrollBar::__touchBegin(FairyGUI.EventContext)] : gyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GSlider::get_onChanged()] : gyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GSlider::get_onGripTouchEnd()] : gyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ProgressTitleType FairyGUI.GSlider::get_titleType()] : gym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_titleType(FairyGUI.ProgressTitleType)] : gyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_min()] : gyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_min(System.Double)] : gyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_max()] : gyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_max(System.Double)] : gyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.GSlider::get_value()] : gys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_value(System.Double)] : gyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GSlider::get_wholeNumbers()] : gyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::set_wholeNumbers(System.Boolean)] : gyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::Update()] : gyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::UpdateWithPercent(System.Single,System.Boolean)] : gyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GSlider::SetFillAmount(FairyGUI.GObject,System.Single)] : gyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::ConstructExtension(FairyGUI.Utils.ByteBuffer)] : fxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::HandleSizeChanged()] : gcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchBegin(FairyGUI.EventContext)] : gyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchMove(FairyGUI.EventContext)] : gza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__gripTouchEnd(FairyGUI.EventContext)] : gzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GSlider::__barTouchBegin(FairyGUI.EventContext)] : gzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_Ex_IsAutoMultiLang(System.Boolean)] : gzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_Ex_IsAutoMultiLang()] : gze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_Ex_ControllerSelectedIndex(System.Int32)] : gzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextField::get_Ex_ControllerSelectedIndex()] : gzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetText(System.Object)] : gzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetText(System.String)] : gzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::get_inText()] : gst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_inText(System.String)] : gsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::get_text()] : fwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_text(System.String)] : fwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::SetTextFieldText()] : gvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GTextField::get_templateVars()] : gzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_templateVars(System.Collections.Generic.Dictionary`2)] : gzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextField FairyGUI.GTextField::SetVar(System.String,System.String)] : gzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::FlushVars()] : gzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::HasCharacter(System.Char)] : gzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextField::ParseTemplate(System.String)] : gzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.GTextField::get_textFormat()] : gzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_textFormat(FairyGUI.TextFormat)] : gzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextField::get_color()] : fwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_color(UnityEngine.Color)] : fwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.GTextField::get_align()] : gzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_align(FairyGUI.AlignType)] : gzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.GTextField::get_verticalAlign()] : gzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_verticalAlign(FairyGUI.VertAlignType)] : gzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_singleLine()] : gzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_singleLine(System.Boolean)] : gzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_stroke()] : gzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_stroke(System.Single)] : gzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextField::get_strokeColor()] : gea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_strokeColor(UnityEngine.Color)] : geb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.GTextField::get_shadowOffset()] : gzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_shadowOffset(UnityEngine.Vector2)] : haa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextField::get_UBBEnabled()] : hab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_UBBEnabled(System.Boolean)] : hac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.GTextField::get_autoSize()] : had +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::set_autoSize(FairyGUI.AutoSizeType)] : hae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_textWidth()] : haf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.GTextField::get_textHeight()] : hag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::UpdateSize()] : hah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::HandleSizeChanged()] : gcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextField::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : fxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.InputTextField FairyGUI.GTextInput::get_inputTextField()] : hai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_inputTextField(FairyGUI.InputTextField)] : haj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GTextInput::get_onChanged()] : hak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.GTextInput::get_onSubmit()] : hal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_editable()] : ham +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_editable(System.Boolean)] : han +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_hideInput()] : hao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_hideInput(System.Boolean)] : hap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_maxLength()] : haq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_maxLength(System.Int32)] : har +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextInput::get_restrict()] : has +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_restrict(System.String)] : hat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_displayAsPassword()] : hau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_displayAsPassword(System.Boolean)] : hav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_caretPosition()] : haw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_caretPosition(System.Int32)] : hax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTextInput::get_promptText()] : hay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_promptText(System.String)] : haz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_keyboardInput()] : hba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_keyboardInput(System.Boolean)] : hbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_keyboardType()] : hbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_keyboardType(System.Int32)] : hbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_disableIME()] : hbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_disableIME(System.Boolean)] : hbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GTextInput::get_emojies()] : hbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_emojies(System.Collections.Generic.Dictionary`2)] : hbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_border()] : hbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_border(System.Int32)] : hbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTextInput::get_corner()] : hbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_corner(System.Int32)] : hbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextInput::get_borderColor()] : hbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_borderColor(UnityEngine.Color)] : hbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.GTextInput::get_backgroundColor()] : hbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_backgroundColor(UnityEngine.Color)] : hbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTextInput::get_mouseWheelEnabled()] : hbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::set_mouseWheelEnabled(System.Boolean)] : hbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::SetSelection(System.Int32,System.Int32)] : hbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::ReplaceSelection(System.String)] : hbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::SetTextFieldText()] : gvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::CreateDisplayObject()] : fzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTextInput::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTree::get_rootNode()] : hbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::get_indent()] : hbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::set_indent(System.Int32)] : hbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::get_clickToExpand()] : hbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::set_clickToExpand(System.Int32)] : hby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTree::GetSelectedNode()] : hbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GTree::GetSelectedNodes()] : hca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GTree::GetSelectedNodes(System.Collections.Generic.List`1)] : hcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::SelectNode(FairyGUI.GTreeNode)] : hcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::SelectNode(FairyGUI.GTreeNode,System.Boolean)] : hcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::UnselectNode(FairyGUI.GTreeNode)] : hce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ExpandAll()] : hcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ExpandAll(FairyGUI.GTreeNode)] : hcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CollapseAll()] : hch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CollapseAll(FairyGUI.GTreeNode)] : hci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::CreateCell(FairyGUI.GTreeNode)] : hcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterInserted(FairyGUI.GTreeNode)] : hck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::GetInsertIndexForNode(FairyGUI.GTreeNode)] : hcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterRemoved(FairyGUI.GTreeNode)] : hcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterExpanded(FairyGUI.GTreeNode)] : hcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterCollapsed(FairyGUI.GTreeNode)] : hco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::_AfterMoved(FairyGUI.GTreeNode)] : hcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::GetFolderEndIndex(System.Int32,System.Int32)] : hcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTree::CheckChildren(FairyGUI.GTreeNode,System.Int32)] : hcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::HideFolderNode(FairyGUI.GTreeNode)] : hcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::RemoveNode(FairyGUI.GTreeNode)] : hct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::__cellTouchBegin(FairyGUI.EventContext)] : hcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::__expandedStateChanged(FairyGUI.EventContext)] : hcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::DispatchItemEvent(FairyGUI.GObject,FairyGUI.EventContext)] : gii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)] : gem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.GTree::ReadItems(FairyGUI.Utils.ByteBuffer)] : gjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::get_parent()] : hcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_parent(FairyGUI.GTreeNode)] : hcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTree FairyGUI.GTreeNode::get_tree()] : hcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_tree(FairyGUI.GTree)] : hcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.GTreeNode::get_cell()] : hda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::get_level()] : hdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTreeNode::get_expanded()] : hdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_expanded(System.Boolean)] : hdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::ExpandToRoot()] : hde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.GTreeNode::get_isFolder()] : hdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTreeNode::get_text()] : hdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_text(System.String)] : hdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.GTreeNode::get_icon()] : hdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::set_icon(System.String)] : hdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::AddChild(FairyGUI.GTreeNode)] : hdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::AddChildAt(FairyGUI.GTreeNode,System.Int32)] : hdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::RemoveChild(FairyGUI.GTreeNode)] : hdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::RemoveChildAt(System.Int32)] : hdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::RemoveChildren(System.Int32,System.Int32)] : hdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetChildAt(System.Int32)] : hdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::GetChildIndex(FairyGUI.GTreeNode)] : hdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetPrevSibling()] : hdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTreeNode FairyGUI.GTreeNode::GetNextSibling()] : hds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SetChildIndex(FairyGUI.GTreeNode,System.Int32)] : hdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SwapChildren(FairyGUI.GTreeNode,FairyGUI.GTreeNode)] : hdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::SwapChildrenAt(System.Int32,System.Int32)] : hdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.GTreeNode::get_numChildren()] : hdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.GTreeNode::_SetTree(FairyGUI.GTree)] : hdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.IUISource::get_fileName()] : hdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::set_fileName(System.String)] : hdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.IUISource::get_loaded()] : hea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::Load(FairyGUI.UILoadCallback)] : heb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.IUISource::Cancel()] : hec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.PackageItem::Load()] : hed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.PackageItem::getBranch()] : hee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.PackageItem::getHighResolution()] : hef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PopupMenu::get_onPopup()] : heg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.PopupMenu::get_onClose()] : heh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Create(System.String)] : hei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback0)] : hej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItem(System.String,FairyGUI.EventCallback1)] : hek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback1)] : hel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::AddItemAt(System.String,System.Int32,FairyGUI.EventCallback0)] : hem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GButton FairyGUI.PopupMenu::CreateItem(System.String,System.Delegate)] : hen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::AddSeperator()] : heo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::AddSeperator(System.Int32)] : hep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.PopupMenu::GetItemName(System.Int32)] : heq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemText(System.String,System.String)] : her +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemVisible(System.String,System.Boolean)] : hes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemGrayed(System.String,System.Boolean)] : het +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemCheckable(System.String,System.Boolean)] : heu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::SetItemChecked(System.String,System.Boolean)] : hev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PopupMenu::isItemChecked(System.String)] : hew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.PopupMenu::IsItemChecked(System.String)] : hex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::RemoveItem(System.String)] : hey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::ClearItems()] : hez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.PopupMenu::get_itemCount()] : hfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.PopupMenu::get_contentPane()] : hfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.PopupMenu::get_list()] : hfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Dispose()] : hfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show()] : hfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject)] : hff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,System.Object)] : hfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,FairyGUI.PopupDirection)] : hfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Show(FairyGUI.GObject,FairyGUI.PopupDirection,FairyGUI.PopupMenu)] : hfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::Hide()] : hfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::ShowSubMenu(FairyGUI.GObject)] : hfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::CloseSubMenu(System.Object)] : hfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__clickItem(FairyGUI.EventContext)] : hfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__addedToStage()] : hfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__removeFromStage()] : hfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__rollOver(FairyGUI.EventContext)] : hfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__showSubMenu(System.Object)] : hfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.PopupMenu::__rollOut(FairyGUI.EventContext)] : hfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationDef::copyFrom(FairyGUI.RelationDef)] : hfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.RelationItem::get_target()] : hft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::set_target(FairyGUI.GObject)] : hfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::InternalAdd(FairyGUI.RelationType,System.Boolean)] : hfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Remove(FairyGUI.RelationType)] : hfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::Dispose()] : hfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.RelationItem::get_isEmpty()] : hfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnSelfSizeChanged(System.Single,System.Single,System.Boolean)] : hfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnXYChanged(FairyGUI.RelationDef,System.Single,System.Single)] : hga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ApplyOnSizeChanged(FairyGUI.RelationDef)] : hgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::AddRefTarget(FairyGUI.GObject)] : hgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::ReleaseRefTarget(FairyGUI.GObject)] : hgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::__targetXYChanged(FairyGUI.EventContext)] : hge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.RelationItem::__targetSizeChanged(FairyGUI.EventContext)] : hgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Remove(FairyGUI.GObject,FairyGUI.RelationType)] : hgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Relations::Contains(FairyGUI.GObject)] : hgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::ClearFor(FairyGUI.GObject)] : hgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::ClearAll()] : hgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Dispose()] : hgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::OnOwnerSizeChanged(System.Single,System.Single,System.Boolean)] : hgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Relations::get_isEmpty()] : hgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Relations::Setup(FairyGUI.Utils.ByteBuffer,System.Boolean)] : hgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.ScrollPane FairyGUI.ScrollPane::get_draggingPane()] : hgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_draggingPane(FairyGUI.ScrollPane)] : hgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetAnimTweenTime(System.Single)] : hgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Setup(FairyGUI.Utils.ByteBuffer)] : hgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Dispose()] : hgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onScroll()] : hgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onScrollEnd()] : hgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullDownRelease()] : hgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullUpRelease()] : hgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_owner()] : hgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GScrollBar FairyGUI.ScrollPane::get_hzScrollBar()] : hgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GScrollBar FairyGUI.ScrollPane::get_vtScrollBar()] : hgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_header()] : hha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.ScrollPane::get_footer()] : hhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_bouncebackEffect()] : hhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_bouncebackEffect(System.Boolean)] : hhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_touchEffect()] : hhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_touchEffect(System.Boolean)] : hhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_inertiaDisabled()] : hhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_inertiaDisabled(System.Boolean)] : hhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_softnessOnTopOrLeftSide()] : hhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_softnessOnTopOrLeftSide(System.Boolean)] : hhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollStep()] : hhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_scrollStep(System.Single)] : hhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_snapToItem()] : hhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_snapToItem(System.Boolean)] : hhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_pageMode()] : hho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_pageMode(System.Boolean)] : hhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Controller FairyGUI.ScrollPane::get_pageController()] : hhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_pageController(FairyGUI.Controller)] : hhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_mouseWheelEnabled()] : hhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_mouseWheelEnabled(System.Boolean)] : hht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_decelerationRate()] : hhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_decelerationRate(System.Single)] : hhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isDragged()] : hhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_percX()] : hhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_percX(System.Single)] : hhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPercX(System.Single,System.Boolean)] : hhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_percY()] : hia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_percY(System.Single)] : hib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPercY(System.Single,System.Boolean)] : hic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_posX()] : hid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_posX(System.Single)] : hie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPosX(System.Single,System.Boolean)] : hif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_posY()] : hig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_posY(System.Single)] : hih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetPosY(System.Single,System.Boolean)] : hii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isBottomMost()] : hij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::get_isRightMost()] : hik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.ScrollPane::get_currentPageX()] : hil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_currentPageX(System.Int32)] : him +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetCurrentPageX(System.Int32,System.Boolean)] : hin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.ScrollPane::get_currentPageY()] : hio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_currentPageY(System.Int32)] : hip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetCurrentPageY(System.Int32,System.Boolean)] : hiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollingPosX()] : hir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_scrollingPosY()] : his +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_contentWidth()] : hit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_contentHeight()] : hiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_viewWidth()] : hiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_viewWidth(System.Single)] : hiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::get_viewHeight()] : hix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::set_viewHeight(System.Single)] : hiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollTop()] : hiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollTop(System.Boolean)] : hja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollBottom()] : hjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollBottom(System.Boolean)] : hjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollUp()] : hjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollUp(System.Single,System.Boolean)] : hje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollDown()] : hjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollDown(System.Single,System.Boolean)] : hjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollLeft()] : hjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollLeft(System.Single,System.Boolean)] : hji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollRight()] : hjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollRight(System.Single,System.Boolean)] : hjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject)] : hjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean)] : hjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean,System.Boolean)] : hjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ScrollToView(UnityEngine.Rect,System.Boolean,System.Boolean)] : hjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::IsChildInView(FairyGUI.GObject)] : hjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::CancelDragging()] : hjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LockHeader(System.Int32)] : hjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LockFooter(System.Int32)] : hjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::OnOwnerSizeChanged()] : hjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::HandleControllerChanged(FairyGUI.Controller)] : hju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdatePageController()] : hjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::AdjustMaskContainer()] : hjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetSize(System.Single,System.Single)] : hjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::SetContentSize(System.Single,System.Single)] : hjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::ChangeContentSizeOnScrolling(System.Single,System.Single,System.Single,System.Single)] : hjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::HandleSizeChanged()] : hka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::PosChanged(System.Boolean)] : hkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Refresh()] : hkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::Refresh2()] : hkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchBegin(FairyGUI.EventContext)] : hke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchMove(FairyGUI.EventContext)] : hkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__touchEnd(FairyGUI.EventContext)] : hkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__mouseWheel(FairyGUI.EventContext)] : hkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__rollOver()] : hki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__rollOut()] : hkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateClipSoft()] : hkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarPos()] : hkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarVisible()] : hkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::UpdateScrollBarVisible2(FairyGUI.GScrollBar)] : hkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::__barTweenComplete(FairyGUI.GTweener)] : hko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::GetLoopPartSize(System.Single,System.Int32)] : hkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.ScrollPane::LoopCheckingCurrent()] : hkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&)] : hkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&,System.Int32)] : hks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::LoopCheckingNewPos(System.Single&,System.Int32)] : hkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::AlignPosition(UnityEngine.Vector2&,System.Boolean)] : hku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::AlignByPage(System.Single,System.Int32,System.Boolean)] : hkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.ScrollPane::UpdateTargetAndDuration(UnityEngine.Vector2)] : hkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::UpdateTargetAndDuration(System.Single,System.Int32)] : hkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::FixDuration(System.Int32,System.Single)] : hky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::StartTween(System.Int32)] : hkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::KillTween()] : hla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::CheckRefreshBar()] : hlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.ScrollPane::TweenUpdate(System.Object)] : hlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::RunTween(System.Int32)] : hld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.ScrollPane::EaseFunc(System.Single,System.Single)] : hle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition/<>c__DisplayClass78_0::b__0()] : hlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Transition::get_name()] : hlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_name(System.String)] : hlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play()] : hli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(FairyGUI.PlayCompleteCallback)] : hlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Play(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)] : hlk +[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)] : hll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse()] : hlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse(FairyGUI.PlayCompleteCallback)] : hln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayReverse(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)] : hlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ChangePlayTimes(System.Int32)] : hlp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetAutoPlay(System.Boolean,System.Int32,System.Single)] : hlq +[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)] : hlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Stop()] : hls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Stop(System.Boolean,System.Boolean)] : hlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::StopItem(FairyGUI.TransitionItem,System.Boolean)] : hlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetPaused(System.Boolean)] : hlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Dispose()] : hlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Transition::get_playing()] : hlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::get_totalDuration()] : hly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetValue(System.String,System.Object[])] : hlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetHook(System.String,FairyGUI.TransitionHook)] : hma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ClearHooks()] : hmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetTarget(System.String,FairyGUI.GObject)] : hmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetDuration(System.String,System.Single)] : hmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::GetLabelTime(System.String)] : hme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Transition::get_timeScale()] : hmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_timeScale(System.Single)] : hmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Transition::get_ignoreEngineTimeScale()] : hmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::set_ignoreEngineTimeScale(System.Boolean)] : hmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::UpdateFromRelations(System.String,System.Single,System.Single)] : hmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnOwnerAddedToStage()] : hmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnOwnerRemovedFromStage()] : hml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnDelayedPlay()] : hmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::InternalPlay()] : hmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::PlayItem(FairyGUI.TransitionItem)] : hmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SkipAnimations()] : hmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnDelayedPlayItem(FairyGUI.GTweener)] : hmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenStart(FairyGUI.GTweener)] : fra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenUpdate(FairyGUI.GTweener)] : frb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnTweenComplete(FairyGUI.GTweener)] : frc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::OnPlayTransCompleted(FairyGUI.TransitionItem)] : hmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::CallHook(FairyGUI.TransitionItem,System.Boolean)] : hms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::CheckAllComplete()] : hmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::ApplyValue(FairyGUI.TransitionItem)] : hmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::Setup(FairyGUI.Utils.ByteBuffer)] : hmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::DecodeValue(FairyGUI.TransitionItem,FairyGUI.Utils.ByteBuffer,System.Object)] : hmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Transition::SetCompleteEvent(FairyGUI.PlayCompleteCallback)] : hmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::Copy(FairyGUI.TValue)] : hmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TValue::get_vec2()] : hmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_vec2(UnityEngine.Vector2)] : hna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector4 FairyGUI.TValue::get_vec4()] : hnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_vec4(UnityEngine.Vector4)] : hnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TValue::get_color()] : hnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TValue::set_color(UnityEngine.Color)] : hne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TranslationHelper::HasMultiLangData()] : hnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TranslationHelper::GetLangTextByName(System.String,System.String)] : hng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TranslationHelper::LoadFromXML(FairyGUI.Utils.XML)] : hnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TranslationHelper::TranslateComponent(FairyGUI.PackageItem)] : hni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::get_parent()] : hnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_parent(FairyGUI.TreeNode)] : hnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeView FairyGUI.TreeNode::get_tree()] : hnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_tree(FairyGUI.TreeView)] : hnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.TreeNode::get_cell()] : hnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_cell(FairyGUI.GComponent)] : hno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::get_level()] : hnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_level(System.Int32)] : hnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TreeNode::get_expanded()] : hnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::set_expanded(System.Boolean)] : hns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.TreeNode::get_isFolder()] : hnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.TreeNode::get_text()] : hnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::AddChild(FairyGUI.TreeNode)] : hnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::AddChildAt(FairyGUI.TreeNode,System.Int32)] : hnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChild(FairyGUI.TreeNode)] : hnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChildAt(System.Int32)] : hny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::RemoveChildren(System.Int32,System.Int32)] : hnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetChildAt(System.Int32)] : hoa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::GetChildIndex(FairyGUI.TreeNode)] : hob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetPrevSibling()] : hoc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeNode::GetNextSibling()] : hod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SetChildIndex(FairyGUI.TreeNode,System.Int32)] : hoe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SwapChildren(FairyGUI.TreeNode,FairyGUI.TreeNode)] : hof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SwapChildrenAt(System.Int32,System.Int32)] : hog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeNode::get_numChildren()] : hoh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeNode::SetTree(FairyGUI.TreeView)] : hoi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GList FairyGUI.TreeView::get_list()] : hoj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_list(FairyGUI.GList)] : hok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeView::get_root()] : hol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_root(FairyGUI.TreeNode)] : hom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.TreeView::get_onClickNode()] : hon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_onClickNode(FairyGUI.EventListener)] : hoo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.TreeView::get_onRightClickNode()] : hop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::set_onRightClickNode(FairyGUI.EventListener)] : hoq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.TreeNode FairyGUI.TreeView::GetSelectedNode()] : hor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TreeView::GetSelection()] : hos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AddSelection(FairyGUI.TreeNode,System.Boolean)] : hot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::RemoveSelection(FairyGUI.TreeNode)] : hou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::ClearSelection()] : hov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::GetNodeIndex(FairyGUI.TreeNode)] : how +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::UpdateNode(FairyGUI.TreeNode)] : hox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::UpdateNodes(System.Collections.Generic.List`1)] : hoy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::ExpandAll(FairyGUI.TreeNode)] : hoz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::CollapseAll(FairyGUI.TreeNode)] : hpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::CreateCell(FairyGUI.TreeNode)] : hpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterInserted(FairyGUI.TreeNode)] : hpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::GetInsertIndexForNode(FairyGUI.TreeNode)] : hpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterRemoved(FairyGUI.TreeNode)] : hpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterExpanded(FairyGUI.TreeNode)] : hpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterCollapsed(FairyGUI.TreeNode)] : hpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::AfterMoved(FairyGUI.TreeNode)] : hph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.TreeView::CheckChildren(FairyGUI.TreeNode,System.Int32)] : hpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::HideFolderNode(FairyGUI.TreeNode)] : hpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::RemoveNode(FairyGUI.TreeNode)] : hpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::__clickExpandButton(FairyGUI.EventContext)] : hpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.TreeView::__clickItem(FairyGUI.EventContext)] : hpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig/ConfigValue::Reset()] : hpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::Load()] : hpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::SetDefaultValue(FairyGUI.UIConfig/ConfigKey,FairyGUI.UIConfig/ConfigValue)] : hpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::ClearResourceRefs()] : hpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIConfig::ApplyModifiedProperties()] : hpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::ApplyModifiedProperties()] : hps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::ApplyChange()] : hpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIContentScaler::UpdateScaleLevel()] : hpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIObjectFactory/<>c__DisplayClass4_0::b__0()] : hpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.UIObjectFactory/<>c__DisplayClass6_0::b__0()] : hpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,System.Type)] : hpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,FairyGUI.UIObjectFactory/GComponentCreator)] : hpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(System.Type)] : hpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(FairyGUI.UIObjectFactory/GLoaderCreator)] : hqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::ResolvePackageItemExtension(FairyGUI.PackageItem)] : hqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIObjectFactory::Clear()] : hqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.PackageItem,System.Type)] : hqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.ObjectType)] : hqe +[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&)] : hqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage/<>c__DisplayClass93_0::b__0(FairyGUI.NTexture)] : hqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::add_onReleaseResource(System.Action`1)] : hqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::remove_onReleaseResource(System.Action`1)] : hqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_id()] : hqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_id(System.String)] : hqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_name()] : hql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_name(System.String)] : hqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_branch()] : hqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_branch(System.String)] : hqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::GetVar(System.String)] : hqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetVar(System.String,System.String)] : hqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::GetById(System.String)] : hqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::GetByName(System.String)] : hqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle)] : hqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle,UnityEngine.AssetBundle)] : hqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(UnityEngine.AssetBundle,UnityEngine.AssetBundle,System.String)] : hqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String)] : hqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String,FairyGUI.UIPackage/LoadResource)] : hqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.Byte[],System.String,FairyGUI.UIPackage/LoadResource)] : hqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.Byte[],System.String,FairyGUI.UIPackage/LoadResourceAsync)] : hqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::RemovePackage(System.String)] : hra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::RemoveAllPackages()] : hrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.UIPackage::GetPackages()] : hrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String)] : hrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String,System.Type)] : hre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String)] : hrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String,System.Type)] : hrg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,System.String,FairyGUI.UIPackage/CreateObjectCallback)] : hrh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectFromURL(System.String,FairyGUI.UIPackage/CreateObjectCallback)] : hri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(System.String,System.String)] : hrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAssetByURL(System.String)] : hrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::GetItemURL(System.String,System.String)] : hrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByURL(System.String)] : hrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::NormalizeURL(System.String)] : hrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetStringsSource(FairyGUI.Utils.XML)] : hro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_assetPath()] : hrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.UIPackage::get_customId()] : hrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::set_customId(System.String)] : hrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle FairyGUI.UIPackage::get_resBundle()] : hrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2[] FairyGUI.UIPackage::get_dependencies()] : hrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.UIPackage::LoadPackage(FairyGUI.Utils.ByteBuffer,System.String)] : hru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPackage::ComparePackageItem(FairyGUI.PackageItem,FairyGUI.PackageItem)] : hrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadAllAssets()] : hrw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::UnloadAssets()] : hrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::ReloadAssets()] : hry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::ReloadAssets(UnityEngine.AssetBundle)] : hrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::Dispose()] : hsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String)] : hsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.Type)] : hsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,FairyGUI.UIPackage/CreateObjectCallback)] : hsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.UIPackage::CreateObject(FairyGUI.PackageItem,System.Type)] : hse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(System.String)] : hsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.UIPackage::GetItems()] : hsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItem(System.String)] : hsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByName(System.String)] : hsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.UIPackage::GetItemAsset(FairyGUI.PackageItem)] : hsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::SetItemAsset(FairyGUI.PackageItem,System.Object,FairyGUI.DestroyMethod)] : hsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadAtlas(FairyGUI.PackageItem)] : hsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadImage(FairyGUI.PackageItem)] : hsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadSound(FairyGUI.PackageItem)] : hsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.UIPackage::LoadBinary(FairyGUI.PackageItem)] : hso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadMovieClip(FairyGUI.PackageItem)] : hsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadFont(FairyGUI.PackageItem)] : hsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadSpine(FairyGUI.PackageItem)] : hsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPackage::LoadDragonBones(FairyGUI.PackageItem)] : hss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.UIPainter::get_container()] : hst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::set_container(FairyGUI.Container)] : hsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CreateContainer()] : hsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::SetSortingOrder(System.Int32,System.Boolean)] : hsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIPainter::get_ui()] : hsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CreateUI()] : hsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::Capture()] : hsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::DestroyTexture()] : hta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::CaptureInEditMode()] : htb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::ApplyModifiedProperties(System.Boolean)] : htc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::OnUpdateSource(System.Object[])] : htd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPainter::get_EM_sortingOrder()] : fvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_BeforeUpdate()] : fvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_Update(FairyGUI.UpdateContext)] : fvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::EM_Reload()] : fvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPainter::b__26_0()] : hte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.UIPanel::get_container()] : htf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::set_container(FairyGUI.Container)] : htg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateContainer()] : hth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.UIPanel::get_ui()] : hti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI()] : htj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::SetSortingOrder(System.Int32,System.Boolean)] : htk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::SetHitTestMode(FairyGUI.HitTestMode)] : htl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CacheNativeChildrenRenderers()] : htm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI_PlayMode()] : htn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::UpdateHitArea()] : hto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::CreateUI_EditMode()] : htp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::HandleScreenSizeChanged()] : htq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::OnUpdateSource(System.Object[])] : htr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::ApplyModifiedProperties(System.Boolean,System.Boolean)] : hts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::MoveUI(UnityEngine.Vector3)] : htt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.UIPanel::GetUIWorldPosition()] : htu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 FairyGUI.UIPanel::get_EM_sortingOrder()] : fvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_BeforeUpdate()] : fvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_Update(FairyGUI.UpdateContext)] : fvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::EM_Reload()] : fvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.UIPanel::b__29_0()] : htv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::AddUISource(FairyGUI.IUISource)] : htw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_contentPane(FairyGUI.GComponent)] : htx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Window::get_contentPane()] : hty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Window::get_frame()] : htz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_closeButton()] : hua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_closeButton(FairyGUI.GObject)] : hub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_dragArea()] : huc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_dragArea(FairyGUI.GObject)] : hud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_contentArea()] : hue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_contentArea(FairyGUI.GObject)] : huf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.Window::get_modalWaitingPane()] : hug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Show()] : huh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowOn(FairyGUI.GRoot)] : hui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Hide()] : huj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::HideImmediately()] : huk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::CenterOn(FairyGUI.GRoot,System.Boolean)] : hul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ToggleStatus()] : hum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_isShowing()] : hun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_isTop()] : huo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_modal()] : hup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::set_modal(System.Boolean)] : huq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::BringToFront()] : hur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowModalWait()] : hus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::ShowModalWait(System.Int32)] : hut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::LayoutModalWaitPane()] : huu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::CloseModalWait()] : huv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::CloseModalWait(System.Int32)] : huw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Window::get_modalWaiting()] : hux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Init()] : huy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnInit()] : huz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnShown()] : hva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::OnHide()] : hvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::DoShowAnimation()] : hvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::DoHideAnimation()] : hvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__uiLoadComplete()] : hve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::_init()] : hvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::Dispose()] : fyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::closeEventHandler(FairyGUI.EventContext)] : hvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__addedToStage()] : hvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__removeFromStage()] : hvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__touchBegin(FairyGUI.EventContext)] : hvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Window::__dragStart(FairyGUI.EventContext)] : hvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Timers FairyGUI.Timers::get_inst()] : hvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback)] : hvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback,System.Object)] : hvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback)] : hvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback,System.Object)] : hvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::StartCoroutine(System.Collections.IEnumerator)] : hvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Timers::Exists(FairyGUI.TimerCallback)] : hvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Remove(FairyGUI.TimerCallback)] : hvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Anymous_T FairyGUI.Timers::GetFromPool()] : hvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::ReturnToPool(FairyGUI.Anymous_T)] : hvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Timers::Update()] : hvv +[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)] : hvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::get_position()] : hvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::set_position(System.Int32)] : hvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::get_length()] : hvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::get_bytesAvailable()] : hwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::get_buffer()] : hwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::set_buffer(System.Byte[])] : hwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::Skip(System.Int32)] : hwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte FairyGUI.Utils.ByteBuffer::ReadByte()] : hwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Byte[],System.Int32,System.Int32)] : hwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ByteBuffer::ReadBytes(System.Int32)] : hwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.ByteBuffer FairyGUI.Utils.ByteBuffer::ReadBuffer()] : hwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Char FairyGUI.Utils.ByteBuffer::ReadChar()] : hwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()] : hwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()] : hwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt16 FairyGUI.Utils.ByteBuffer::ReadUshort()] : hwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ByteBuffer::ReadInt()] : hwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 FairyGUI.Utils.ByteBuffer::ReadUint()] : hwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.ByteBuffer::ReadFloat()] : hwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 FairyGUI.Utils.ByteBuffer::ReadLong()] : hwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double FairyGUI.Utils.ByteBuffer::ReadDouble()] : hwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadString()] : hwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadString(System.Int32)] : hws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.ByteBuffer::ReadS()] : hwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.ByteBuffer::ReadSArray(System.Int32)] : hwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Utils.ByteBuffer::ReadPath()] : hwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ByteBuffer::WriteS(System.String)] : hww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ByteBuffer::ReadColor()] : hwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ByteBuffer::Seek(System.Int32,System.Int32)] : hwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent FairyGUI.Utils.HtmlButton::get_button()] : hwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::set_button(FairyGUI.GComponent)] : hxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlButton::get_displayObject()] : hxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlButton::get_element()] : hxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlButton::get_width()] : hxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlButton::get_height()] : hxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::SetPosition(System.Single,System.Single)] : hxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Remove()] : hxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Release()] : hxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::Dispose()] : hxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlButton::<.ctor>b__9_0(FairyGUI.EventContext)] : hxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object FairyGUI.Utils.HtmlElement::Get(System.String)] : hxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::Set(System.String,System.Object)] : hxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.HtmlElement::GetString(System.String)] : hxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.HtmlElement::GetString(System.String,System.String)] : hxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String)] : hxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.HtmlElement::GetInt(System.String,System.Int32)] : hxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String)] : hxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlElement::GetFloat(System.String,System.Single)] : hxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String)] : hxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::GetBool(System.String,System.Boolean)] : hxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.HtmlElement::GetColor(System.String,UnityEngine.Color)] : hxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::FetchAttributes()] : hxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlElement::get_isEntity()] : hxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlElement::GetElement(FairyGUI.Utils.HtmlElementType)] : hxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::ReturnElement(FairyGUI.Utils.HtmlElement)] : hxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlElement::ReturnElements(System.Collections.Generic.List`1)] : hya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GLoader FairyGUI.Utils.HtmlImage::get_loader()] : hyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::set_loader(FairyGUI.GLoader)] : hyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlImage::get_displayObject()] : hxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlImage::get_element()] : hxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlImage::get_width()] : hxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlImage::get_height()] : hxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::SetPosition(System.Single,System.Single)] : hxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Remove()] : hxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Release()] : hxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlImage::Dispose()] : hxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTextInput FairyGUI.Utils.HtmlInput::get_textInput()] : hyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::set_textInput(FairyGUI.GTextInput)] : hye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlInput::get_displayObject()] : hxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlInput::get_element()] : hxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlInput::get_width()] : hxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlInput::get_height()] : hxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::SetPosition(System.Single,System.Single)] : hxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Remove()] : hxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Release()] : hxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlInput::Dispose()] : hxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlLink::get_displayObject()] : hxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlLink::get_element()] : hxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlLink::get_width()] : hxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlLink::get_height()] : hxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hxf +[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)] : hyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::SetPosition(System.Single,System.Single)] : hxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Remove()] : hxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Release()] : hxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::Dispose()] : hxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_0(FairyGUI.EventContext)] : hyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_1(FairyGUI.EventContext)] : hyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlLink::<.ctor>b__6_2()] : hyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlObject FairyGUI.Utils.HtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject)] : hyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Utils.HtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage)] : hyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture)] : hym +[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)] : hyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::PushTextFormat()] : hyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::PopTextFormat()] : hyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.HtmlParser::IsNewLine()] : hyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlParser::AppendText(System.String)] : hyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComboBox FairyGUI.Utils.HtmlSelect::get_comboBox()] : hys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::set_comboBox(FairyGUI.GComboBox)] : hyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.HtmlSelect::get_displayObject()] : hxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlSelect::get_element()] : hxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlSelect::get_width()] : hxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.HtmlSelect::get_height()] : hxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::SetPosition(System.Single,System.Single)] : hxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Remove()] : hxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Release()] : hxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::Dispose()] : hxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.HtmlSelect::<.ctor>b__9_0()] : hyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.IHtmlObject::get_width()] : hxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.IHtmlObject::get_height()] : hxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Utils.IHtmlObject::get_displayObject()] : hxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.HtmlElement FairyGUI.Utils.IHtmlObject::get_element()] : hxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Create(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::SetPosition(System.Single,System.Single)] : hxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Remove()] : hxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Release()] : hxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlObject::Dispose()] : hxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlObject FairyGUI.Utils.IHtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement)] : hyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlPageContext::FreeObject(FairyGUI.Utils.IHtmlObject)] : hyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.Utils.IHtmlPageContext::GetImageTexture(FairyGUI.Utils.HtmlImage)] : hyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.IHtmlPageContext::FreeImageTexture(FairyGUI.Utils.HtmlImage,FairyGUI.NTexture)] : hym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ConvertFromHtmlColor(System.String)] : hyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGB(System.Int32)] : hyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.ToolSet::ColorFromRGBA(System.UInt32)] : hyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ToolSet::CharToHex(System.Char)] : hyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Utils.ToolSet::Intersection(UnityEngine.Rect&,UnityEngine.Rect&)] : hyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.Utils.ToolSet::Union(UnityEngine.Rect&,UnityEngine.Rect&)] : hza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::SetParent(UnityEngine.Transform,UnityEngine.Transform)] : hzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::SkewMatrix(UnityEngine.Matrix4x4&,System.Single,System.Single)] : hzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.ToolSet::RotateUV(UnityEngine.Vector2[],UnityEngine.Rect&)] : hzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_URL(System.String,System.Boolean,System.String)] : hze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_IMG(System.String,System.Boolean,System.String)] : hzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_Simple(System.String,System.Boolean,System.String)] : hzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_COLOR(System.String,System.Boolean,System.String)] : hzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_FONT(System.String,System.Boolean,System.String)] : hzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_SIZE(System.String,System.Boolean,System.String)] : hzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::onTag_ALIGN(System.String,System.Boolean,System.String)] : hzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::GetTagText(System.Boolean)] : hzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.UBBParser::Parse(System.String)] : hzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XML::Create(System.String)] : hzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Utils.XML::get_attributes()] : hzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::HasAttribute(System.String)] : hzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::GetAttribute(System.String)] : hzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::GetAttribute(System.String,System.String)] : hzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String)] : hzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XML::GetAttributeInt(System.String,System.Int32)] : hzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String)] : hzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XML::GetAttributeFloat(System.String,System.Single)] : hzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String)] : hzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XML::GetAttributeBool(System.String,System.Boolean)] : hzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String)] : hzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] FairyGUI.Utils.XML::GetAttributeArray(System.String,System.Char)] : hzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.Utils.XML::GetAttributeColor(System.String,UnityEngine.Color)] : iaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Utils.XML::GetAttributeVector(System.String)] : iab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.String)] : iac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Boolean)] : iad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Int32)] : iae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::SetAttribute(System.String,System.Single)] : iaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveAttribute(System.String)] : iag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XML::GetNode(System.String)] : iah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::get_elements()] : iai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements()] : iaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XML::Elements(System.String)] : iak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::AppendChild(FairyGUI.Utils.XML)] : ial +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveChild(FairyGUI.Utils.XML)] : iam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::RemoveChildren(System.String)] : ian +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::Parse(System.String)] : iao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::Reset()] : iap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XML::ToXMLString(System.Boolean)] : iaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XML::ToXMLString(System.Text.StringBuilder,System.Int32)] : iar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLIterator::Begin(System.String,System.Boolean)] : ias +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::NextTag()] : iat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetTagSource()] : iau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetRawText(System.Boolean)] : iav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetText(System.Boolean)] : iaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::HasAttribute(System.String)] : iax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String)] : iay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLIterator::GetAttribute(System.String,System.String)] : iaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String)] : iba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLIterator::GetAttributeInt(System.String,System.Int32)] : ibb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String)] : ibc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single FairyGUI.Utils.XMLIterator::GetAttributeFloat(System.String,System.Single)] : ibd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String)] : ibe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLIterator::GetAttributeBool(System.String,System.Boolean)] : ibf +[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)] : ibg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Hashtable FairyGUI.Utils.XMLIterator::GetAttributes(System.Collections.Hashtable)] : ibh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLIterator::ParseAttributes(System.Collections.IDictionary)] : ibi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XMLList/Enumerator::get_Current()] : ibj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList/Enumerator::Erase()] : ibk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList/Enumerator::Reset()] : ibl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.XMLList/<>c__DisplayClass14_0::b__0(FairyGUI.Utils.XML)] : ibm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::Clear()] : ibn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.XMLList::get_Count()] : ibo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XMLList FairyGUI.Utils.XMLList::Filter(System.String)] : ibp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.Utils.XML FairyGUI.Utils.XMLList::Find(System.String)] : ibq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLList::RemoveAll(System.String)] : ibr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLUtils::DecodeString(System.String)] : ibs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FairyGUI.Utils.XMLUtils::EncodeString(System.Text.StringBuilder,System.Int32,System.Boolean)] : ibt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String FairyGUI.Utils.XMLUtils::EncodeString(System.String,System.Boolean)] : ibu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 FairyGUI.Utils.ZipReader::get_entryCount()] : ibv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean FairyGUI.Utils.ZipReader::GetNextEntry(FairyGUI.Utils.ZipReader/ZipEntry)] : ibw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] FairyGUI.Utils.ZipReader::GetEntryData(FairyGUI.Utils.ZipReader/ZipEntry)] : ibx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.btn_claim FGUI.ZM_Tasks_13.btn_claim::CreateInstance()] : iby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.btn_claim::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.btn_task_tab FGUI.ZM_Tasks_13.btn_task_tab::CreateInstance()] : ibz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.btn_task_tab::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.com_taskView FGUI.ZM_Tasks_13.com_taskView::CreateInstance()] : ica +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.com_taskView::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.com_task_item FGUI.ZM_Tasks_13.com_task_item::CreateInstance()] : icb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.com_task_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Tasks_13.com_task_reward FGUI.ZM_Tasks_13.com_task_reward::CreateInstance()] : icc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.com_task_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Tasks_13.ZM_Tasks_13Binder::BindAll()] : icd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_account FGUI.ZM_Petty.com_account::CreateInstance()] : ice +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_account::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_detail FGUI.ZM_Petty.com_detail::CreateInstance()] : icf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_detail::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_email FGUI.ZM_Petty.com_email::CreateInstance()] : icg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_email::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_firstName FGUI.ZM_Petty.com_firstName::CreateInstance()] : ich +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_firstName::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_get_panel FGUI.ZM_Petty.com_get_panel::CreateInstance()] : ici +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_get_panel::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_lastName FGUI.ZM_Petty.com_lastName::CreateInstance()] : icj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_lastName::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_petty_award FGUI.ZM_Petty.com_petty_award::CreateInstance()] : ick +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_petty_award::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Petty.com_scond_confirm FGUI.ZM_Petty.com_scond_confirm::CreateInstance()] : icl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.com_scond_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Petty.ZM_PettyBinder::BindAll()] : icm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Pass_14.com_item_award FGUI.ZM_Pass_14.com_item_award::CreateInstance()] : icn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Pass_14.com_item_award::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Pass_14.com_pass_item FGUI.ZM_Pass_14.com_pass_item::CreateInstance()] : ico +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Pass_14.com_pass_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_Pass_14.progress_pass FGUI.ZM_Pass_14.progress_pass::CreateInstance()] : icp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Pass_14.progress_pass::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_Pass_14.ZM_Pass_14Binder::BindAll()] : icq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_H5_15.btn_fly FGUI.ZM_H5_15.btn_fly::CreateInstance()] : icr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.btn_fly::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_H5_15.btn_icon FGUI.ZM_H5_15.btn_icon::CreateInstance()] : ics +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.btn_icon::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_H5_15.com_top FGUI.ZM_H5_15.com_top::CreateInstance()] : ict +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.com_top::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_H5_15.com_webview FGUI.ZM_H5_15.com_webview::CreateInstance()] : icu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.com_webview::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_H5_15.ZM_H5_15Binder::BindAll()] : icv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.btn_max FGUI.ZM_AddCell_12.btn_max::CreateInstance()] : icw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.btn_max::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.btn_watchAd_ FGUI.ZM_AddCell_12.btn_watchAd_::CreateInstance()] : icx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.btn_watchAd_::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.com_addnew FGUI.ZM_AddCell_12.com_addnew::CreateInstance()] : icy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.com_addnew::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.com_addView_new FGUI.ZM_AddCell_12.com_addView_new::CreateInstance()] : icz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.com_addView_new::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.ZM_AddCell_12.com_goldreward FGUI.ZM_AddCell_12.com_goldreward::CreateInstance()] : ida +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.com_goldreward::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.ZM_AddCell_12.ZM_AddCell_12Binder::BindAll()] : idb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Treasure_19.btn_receive FGUI.Treasure_19.btn_receive::CreateInstance()] : idc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.btn_receive::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Treasure_19.com_treasure FGUI.Treasure_19.com_treasure::CreateInstance()] : idd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.com_treasure::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Treasure_19.icon FGUI.Treasure_19.icon::CreateInstance()] : ide +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.icon::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.Treasure_19Binder::BindAll()] : idf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Treasure_19.treasure_item FGUI.Treasure_19.treasure_item::CreateInstance()] : idg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Treasure_19.treasure_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Toast_23.com_tips FGUI.Toast_23.com_tips::CreateInstance()] : idh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Toast_23.com_tips::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Toast_23.com_word FGUI.Toast_23.com_word::CreateInstance()] : idi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Toast_23.com_word::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Toast_23.Toast_23Binder::BindAll()] : idj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_code FGUI.tixian.btn_code::CreateInstance()] : idk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_code::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_confirm FGUI.tixian.btn_confirm::CreateInstance()] : idl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_edit FGUI.tixian.btn_edit::CreateInstance()] : idm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_edit::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_get FGUI.tixian.btn_get::CreateInstance()] : idn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_get::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_getcash FGUI.tixian.btn_getcash::CreateInstance()] : ido +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_getcash::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_kicket FGUI.tixian.btn_kicket::CreateInstance()] : idp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_kicket::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_pay FGUI.tixian.btn_pay::CreateInstance()] : idq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_pay::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.btn_top FGUI.tixian.btn_top::CreateInstance()] : idr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.btn_top::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.cash_levelcom FGUI.tixian.cash_levelcom::CreateInstance()] : ids +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.cash_levelcom::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_broadcast FGUI.tixian.com_broadcast::CreateInstance()] : idt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_broadcast::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_confirm FGUI.tixian.com_confirm::CreateInstance()] : idu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_confirm::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_cord FGUI.tixian.com_cord::CreateInstance()] : idv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_cord::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_cord_new FGUI.tixian.com_cord_new::CreateInstance()] : idw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_cord_new::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_enter FGUI.tixian.com_enter::CreateInstance()] : idy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_enter::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_firstname FGUI.tixian.com_firstname::CreateInstance()] : idz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_firstname::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_info FGUI.tixian.com_info::CreateInstance()] : iea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_info::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_lastname FGUI.tixian.com_lastname::CreateInstance()] : ieb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_lastname::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_newRecord FGUI.tixian.com_newRecord::CreateInstance()] : iec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_newRecord::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_rank FGUI.tixian.com_rank::CreateInstance()] : ied +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_rank::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_record FGUI.tixian.com_record::CreateInstance()] : iee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_record::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_redeem_code FGUI.tixian.com_redeem_code::CreateInstance()] : ief +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_redeem_code::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_regulation FGUI.tixian.com_regulation::CreateInstance()] : ieg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_regulation::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_saveingpot FGUI.tixian.com_saveingpot::CreateInstance()] : ieh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_task FGUI.tixian.com_task::CreateInstance()] : iei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_task::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.com_ticket_item FGUI.tixian.com_ticket_item::CreateInstance()] : iej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.com_ticket_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.tixian.level_btn FGUI.tixian.level_btn::CreateInstance()] : iek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.tixian.level_btn::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.tixian.tixianBinder::BindAll()] : iel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.threeDaysGift.com_item FGUI.threeDaysGift.com_item::CreateInstance()] : iem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.threeDaysGift.com_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.threeDaysGift.com_three_days FGUI.threeDaysGift.com_three_days::CreateInstance()] : ien +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.threeDaysGift.com_three_days::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.threeDaysGift.item_reward FGUI.threeDaysGift.item_reward::CreateInstance()] : ieo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.threeDaysGift.item_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.threeDaysGift.threeDaysGiftBinder::BindAll()] : iep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Signin_19.btn_sign FGUI.Signin_19.btn_sign::CreateInstance()] : ieq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Signin_19.btn_sign::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Signin_19.com_sign_in FGUI.Signin_19.com_sign_in::CreateInstance()] : ier +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Signin_19.com_sign_in::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Signin_19.Signin_19Binder::BindAll()] : ies +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.btn_collect FGUI.rank.btn_collect::CreateInstance()] : iet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.btn_collect::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.btn_head FGUI.rank.btn_head::CreateInstance()] : ieu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.btn_head::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.btn_task_tab FGUI.rank.btn_task_tab::CreateInstance()] : iev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.btn_task_tab::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.com_rank_reward FGUI.rank.com_rank_reward::CreateInstance()] : iew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.com_rank_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.com_rank_rule FGUI.rank.com_rank_rule::CreateInstance()] : iex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.com_rank_rule::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.com_rank_view FGUI.rank.com_rank_view::CreateInstance()] : iey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.com_rank_view::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.point_item FGUI.rank.point_item::CreateInstance()] : iez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.point_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.point_item2 FGUI.rank.point_item2::CreateInstance()] : ifa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.point_item2::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.rank.rankBinder::BindAll()] : ifb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.rank_item FGUI.rank.rank_item::CreateInstance()] : ifc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.rank_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.rank_item2 FGUI.rank.rank_item2::CreateInstance()] : ifd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.rank_item2::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.rank_panel FGUI.rank.rank_panel::CreateInstance()] : ife +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.rank_panel::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.rank.rank_panel_partent FGUI.rank.rank_panel_partent::CreateInstance()] : iff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.rank.rank_panel_partent::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.com_item_award FGUI.P14_PassView.com_item_award::CreateInstance()] : ifg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.com_item_award::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.com_passunlock FGUI.P14_PassView.com_passunlock::CreateInstance()] : ifh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.com_passunlock::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.com_pass_item FGUI.P14_PassView.com_pass_item::CreateInstance()] : ifi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.com_pass_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.com_pass_view FGUI.P14_PassView.com_pass_view::CreateInstance()] : ifj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.com_pass_view::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.P14_PassViewBinder::BindAll()] : ifk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.P14_PassView.progress_pass FGUI.P14_PassView.progress_pass::CreateInstance()] : ifl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.P14_PassView.progress_pass::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Loading_25.com_loading FGUI.Loading_25.com_loading::CreateInstance()] : ifm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Loading_25.com_loading::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Loading_25.com_pb FGUI.Loading_25.com_pb::CreateInstance()] : ifn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Loading_25.com_pb::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Loading_25.Loading_25Binder::BindAll()] : ifo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Img_02.com_loadingBg FGUI.Img_02.com_loadingBg::CreateInstance()] : ifp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Img_02.com_loadingBg::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Img_02.Img_02Binder::BindAll()] : ifq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Fx_502.com_FX FGUI.Fx_502.com_FX::CreateInstance()] : ifr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Fx_502.com_FX::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Fx_502.Fx_502Binder::BindAll()] : ifs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.failpack.com_resurgence FGUI.failpack.com_resurgence::CreateInstance()] : ift +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.failpack.com_resurgence::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.failpack.failpackBinder::BindAll()] : ifu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Egg_20.com_egg FGUI.Egg_20.com_egg::CreateInstance()] : ifv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Egg_20.com_egg::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Egg_20.com_egg_item FGUI.Egg_20.com_egg_item::CreateInstance()] : ifw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Egg_20.com_egg_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Egg_20.Egg_20Binder::BindAll()] : ifx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.bkg_reward_newBinder::BindAll()] : ify +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_coin FGUI.bkg_reward_new.com_reward_coin::CreateInstance()] : ifz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_coin::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_moveout FGUI.bkg_reward_new.com_reward_moveout::CreateInstance()] : iga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_moveout::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_mul FGUI.bkg_reward_new.com_reward_mul::CreateInstance()] : igb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_mul::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_refresh FGUI.bkg_reward_new.com_reward_refresh::CreateInstance()] : igc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_refresh::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_reward_new.com_reward_undo FGUI.bkg_reward_new.com_reward_undo::CreateInstance()] : igd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_reward_new.com_reward_undo::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.bkg_jiluBinder::BindAll()] : ige +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_jilu FGUI.bkg_jilu.com_jilu::CreateInstance()] : igf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_jilu::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_panel FGUI.bkg_jilu.com_panel::CreateInstance()] : igg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_panel::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.bkg_jilu.com_record_item FGUI.bkg_jilu.com_record_item::CreateInstance()] : igh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.bkg_jilu.com_record_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_Theme.Arrow_ThemeBinder::BindAll()] : igi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_Theme.btn_switch FGUI.Arrow_Theme.btn_switch::CreateInstance()] : igj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_Theme.btn_switch::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_Theme.com_theme FGUI.Arrow_Theme.com_theme::CreateInstance()] : igk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_Theme.com_theme::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.ArrorPoint FGUI.Arrow_game.ArrorPoint::CreateInstance()] : igl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.ArrorPoint::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.ArrowEnd FGUI.Arrow_game.ArrowEnd::CreateInstance()] : igm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.ArrowEnd::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.Arrow_gameBinder::BindAll()] : ign +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.btn_green FGUI.Arrow_game.btn_green::CreateInstance()] : igo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.btn_green::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.btn_petty FGUI.Arrow_game.btn_petty::CreateInstance()] : igp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.btn_petty::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.btn_saveingpot FGUI.Arrow_game.btn_saveingpot::CreateInstance()] : igq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.btn_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.btn_watch FGUI.Arrow_game.btn_watch::CreateInstance()] : igr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.btn_watch::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_arrow_game FGUI.Arrow_game.com_arrow_game::CreateInstance()] : igs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_arrow_game::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_bottom FGUI.Arrow_game.com_bottom::CreateInstance()] : igt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_bottom::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_finger FGUI.Arrow_game.com_finger::CreateInstance()] : igu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_finger::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_flicker FGUI.Arrow_game.com_flicker::CreateInstance()] : igv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_flicker::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_gift FGUI.Arrow_game.com_gift::CreateInstance()] : igw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_gift::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.com_tips FGUI.Arrow_game.com_tips::CreateInstance()] : igx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.com_tips::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.HeartsPanel FGUI.Arrow_game.HeartsPanel::CreateInstance()] : igy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.HeartsPanel::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.LineTile FGUI.Arrow_game.LineTile::CreateInstance()] : igz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.LineTile::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Arrow_game.view_container_parent FGUI.Arrow_game.view_container_parent::CreateInstance()] : iha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Arrow_game.view_container_parent::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.btn_go1 FGUI.Turntable_11.btn_go1::CreateInstance()] : ihb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.btn_go1::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.com_coin FGUI.Turntable_11.com_coin::CreateInstance()] : ihc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.com_coin::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.btn_go FGUI.Turntable_11.btn_go::CreateInstance()] : ihd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.btn_go::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.com_disc FGUI.Turntable_11.com_disc::CreateInstance()] : ihe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.com_disc::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Turntable_11.com_wheel FGUI.Turntable_11.com_wheel::CreateInstance()] : ihf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.com_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Turntable_11.Turntable_11Binder::BindAll()] : ihg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.btn_buy FGUI.store_17.btn_buy::CreateInstance()] : ihh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.btn_buy::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.btn_watchAd1 FGUI.store_17.btn_watchAd1::CreateInstance()] : ihi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.btn_watchAd1::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.buygold_item FGUI.store_17.buygold_item::CreateInstance()] : ihj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.buygold_item::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.com_buygold FGUI.store_17.com_buygold::CreateInstance()] : ihk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.com_buygold::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.btn_get FGUI.store_17.btn_get::CreateInstance()] : ihl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.btn_get::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.store_17.btn_watchAd2 FGUI.store_17.btn_watchAd2::CreateInstance()] : ihm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.store_17.btn_watchAd2::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.store_17.store_17Binder::BindAll()] : ihn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.btn_item_head FGUI.Setting_07.btn_item_head::CreateInstance()] : iho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.btn_item_head::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.btn_menu FGUI.Setting_07.btn_menu::CreateInstance()] : ihp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.btn_menu::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.btn_on_off FGUI.Setting_07.btn_on_off::CreateInstance()] : ihq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.btn_on_off::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.com_edit_name FGUI.Setting_07.com_edit_name::CreateInstance()] : ihr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.com_edit_name::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.com_person FGUI.Setting_07.com_person::CreateInstance()] : ihs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.com_person::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Setting_07.com_setting FGUI.Setting_07.com_setting::CreateInstance()] : iht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.com_setting::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Setting_07.Setting_07Binder::BindAll()] : ihu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Reward_10.com_reward FGUI.Reward_10.com_reward::CreateInstance()] : ihv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Reward_10.com_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Reward_10.Reward_10Binder::BindAll()] : ihw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Prop_09.com_choose FGUI.Prop_09.com_choose::CreateInstance()] : ihx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Prop_09.com_choose::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Prop_09.com_prop FGUI.Prop_09.com_prop::CreateInstance()] : ihy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Prop_09.com_prop::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Prop_09.btn_add FGUI.Prop_09.btn_add::CreateInstance()] : ihz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Prop_09.btn_add::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Prop_09.Prop_09Binder::BindAll()] : iia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Privacy_24.com_privacy FGUI.Privacy_24.com_privacy::CreateInstance()] : iib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Privacy_24.com_privacy::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Privacy_24.com_text FGUI.Privacy_24.com_text::CreateInstance()] : iic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Privacy_24.com_text::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Privacy_24.Privacy_24Binder::BindAll()] : iid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Pack_16.pack_panel FGUI.Pack_16.pack_panel::CreateInstance()] : iie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Pack_16.pack_panel::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Pack_16.com_packaward FGUI.Pack_16.com_packaward::CreateInstance()] : iif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Pack_16.com_packaward::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Pack_16.Pack_16Binder::BindAll()] : iig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Pack_16.pack_panelparent FGUI.Pack_16.pack_panelparent::CreateInstance()] : iih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Pack_16.pack_panelparent::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.NetIdle_22.com_Netidle FGUI.NetIdle_22.com_Netidle::CreateInstance()] : iii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.NetIdle_22.com_Netidle::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.NetIdle_22.com_loading FGUI.NetIdle_22.com_loading::CreateInstance()] : iij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.NetIdle_22.com_loading::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.NetIdle_22.NetIdle_22Binder::BindAll()] : iik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Login_05.com_login_page FGUI.Login_05.com_login_page::CreateInstance()] : iil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Login_05.com_login_page::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Login_05.com_login_privacy FGUI.Login_05.com_login_privacy::CreateInstance()] : iim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Login_05.com_login_privacy::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Login_05.Login_05Binder::BindAll()] : iin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_first_award FGUI.Lobby_03.com_first_award::CreateInstance()] : iio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_first_award::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_hall FGUI.Lobby_03.com_hall::CreateInstance()] : iip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_hall::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_level_play FGUI.Lobby_03.btn_level_play::CreateInstance()] : iiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_level_play::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_shop FGUI.Lobby_03.btn_shop::CreateInstance()] : iir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_shop::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_sign FGUI.Lobby_03.btn_sign::CreateInstance()] : iis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_sign::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_state FGUI.Lobby_03.btn_state::CreateInstance()] : iit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_state::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.btn_wheel FGUI.Lobby_03.btn_wheel::CreateInstance()] : iiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.btn_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_answer FGUI.Lobby_03.com_answer::CreateInstance()] : iiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_answer::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_faq FGUI.Lobby_03.com_faq::CreateInstance()] : iiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_faq::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_level FGUI.Lobby_03.com_level::CreateInstance()] : iix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_level::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_level_reward FGUI.Lobby_03.com_level_reward::CreateInstance()] : iiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_level_reward::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_msg FGUI.Lobby_03.com_msg::CreateInstance()] : iiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_msg::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_payloading FGUI.Lobby_03.com_payloading::CreateInstance()] : ija +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_payloading::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_question FGUI.Lobby_03.com_question::CreateInstance()] : ijb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_question::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.com_statement FGUI.Lobby_03.com_statement::CreateInstance()] : ijc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.com_statement::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Lobby_03.hall_head FGUI.Lobby_03.hall_head::CreateInstance()] : ijd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.hall_head::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Lobby_03.Lobby_03Binder::BindAll()] : ije +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_add FGUI.Game_04.btn_add::CreateInstance()] : ijf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_add::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_exit FGUI.Game_04.btn_exit::CreateInstance()] : ijg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_exit::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_look_ad FGUI.Game_04.btn_look_ad::CreateInstance()] : ijh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_look_ad::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_prop FGUI.Game_04.btn_prop::CreateInstance()] : iji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_prop::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.com_rewardbox FGUI.Game_04.com_rewardbox::CreateInstance()] : ijj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.com_rewardbox::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.btn_continue FGUI.Game_04.btn_continue::CreateInstance()] : ijk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.btn_continue::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.com_game FGUI.Game_04.com_game::CreateInstance()] : ijl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.com_game::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.com_game_menu FGUI.Game_04.com_game_menu::CreateInstance()] : ijm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.com_game_menu::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Game_04.com_open FGUI.Game_04.com_open::CreateInstance()] : ijn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.com_open::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Game_04.Game_04Binder::BindAll()] : ijo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.com_end FGUI.GameResult_08.com_end::CreateInstance()] : ijp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.com_end::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.cash_broad FGUI.GameResult_08.cash_broad::CreateInstance()] : ijq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.cash_broad::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.com_arrow_end FGUI.GameResult_08.com_arrow_end::CreateInstance()] : ijr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.com_arrow_end::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.com_arrow_end_again FGUI.GameResult_08.com_arrow_end_again::CreateInstance()] : ijs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.com_arrow_end_again::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.GameResult_08.com_success_cash FGUI.GameResult_08.com_success_cash::CreateInstance()] : ijt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.com_success_cash::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.GameResult_08.GameResult_08Binder::BindAll()] : iju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.AddCell_12.com_addView FGUI.AddCell_12.com_addView::CreateInstance()] : ijv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.AddCell_12.com_addView::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.AddCell_12.AddCell_12Binder::BindAll()] : ijw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.AddCell_12.com_addView_off FGUI.AddCell_12.com_addView_off::CreateInstance()] : ijx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.AddCell_12.com_addView_off::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_buy1 FGUI.Common_01.btn_buy1::CreateInstance()] : ijy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_buy1::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_curr FGUI.Common_01.btn_curr::CreateInstance()] : ijz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_curr::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_noads FGUI.Common_01.btn_noads::CreateInstance()] : ika +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_noads::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_watchAd FGUI.Common_01.btn_watchAd::CreateInstance()] : ikb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_watchAd::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_gold FGUI.Common_01.com_gold::CreateInstance()] : ikc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_gold::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.broadcast_top FGUI.Common_01.broadcast_top::CreateInstance()] : ikd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.broadcast_top::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.broadcast_topitem FGUI.Common_01.broadcast_topitem::CreateInstance()] : ike +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.broadcast_topitem::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_boxreward FGUI.Common_01.btn_boxreward::CreateInstance()] : ikf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_boxreward::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_claim FGUI.Common_01.btn_claim::CreateInstance()] : ikg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_claim::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_claim3 FGUI.Common_01.btn_claim3::CreateInstance()] : ikh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_claim3::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_failpack FGUI.Common_01.btn_failpack::CreateInstance()] : iki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_failpack::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_faq FGUI.Common_01.btn_faq::CreateInstance()] : ikj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_faq::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_head FGUI.Common_01.btn_head::CreateInstance()] : ikk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_head::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_max_buy FGUI.Common_01.btn_max_buy::CreateInstance()] : ikl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_max_buy::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_petty FGUI.Common_01.btn_petty::CreateInstance()] : ikm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_petty::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_rank FGUI.Common_01.btn_rank::CreateInstance()] : ikn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_rank::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_saveingpot FGUI.Common_01.btn_saveingpot::CreateInstance()] : iko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_saveingpot::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_task FGUI.Common_01.btn_task::CreateInstance()] : ikp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_task::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_task_pass FGUI.Common_01.btn_task_pass::CreateInstance()] : ikq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_task_pass::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_threeday FGUI.Common_01.btn_threeday::CreateInstance()] : ikr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_threeday::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.btn_yellow FGUI.Common_01.btn_yellow::CreateInstance()] : iks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.btn_yellow::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.Common_01Binder::BindAll()] : ikt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_adcoming FGUI.Common_01.com_adcoming::CreateInstance()] : iku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_adcoming::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_add_points FGUI.Common_01.com_add_points::CreateInstance()] : ikv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_add_points::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast1 FGUI.Common_01.com_broadcast1::CreateInstance()] : ikw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast1::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast_new FGUI.Common_01.com_broadcast_new::CreateInstance()] : ikx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_new::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_broadcast_text1 FGUI.Common_01.com_broadcast_text1::CreateInstance()] : iky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_broadcast_text1::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_money FGUI.Common_01.com_money::CreateInstance()] : ikz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_money::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_open_tips FGUI.Common_01.com_open_tips::CreateInstance()] : ila +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_open_tips::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.com_tips FGUI.Common_01.com_tips::CreateInstance()] : ilb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.com_tips::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.item_wheel FGUI.Common_01.item_wheel::CreateInstance()] : ilc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.item_wheel::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.wheel FGUI.Common_01.wheel::CreateInstance()] : ild +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.wheel::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Common_01.wheel_ FGUI.Common_01.wheel_::CreateInstance()] : ile +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Common_01.wheel_::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Coins_101.com_coins FGUI.Coins_101.com_coins::CreateInstance()] : ilf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Coins_101.com_coins::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void FGUI.Coins_101.Coins_101Binder::BindAll()] : ilg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Coins_101.com_coin FGUI.Coins_101.com_coin::CreateInstance()] : ilh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Coins_101.com_coin::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FGUI.Coins_101.com_coinFly FGUI.Coins_101.com_coinFly::CreateInstance()] : ili +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void FGUI.Coins_101.com_coinFly::ConstructFromXML(FairyGUI.Utils.XML)] : gct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupTaskData::SetStatus(ChillConnect.MakeupTaskStatus)] : ilj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.MakeupTaskData::GetAmountStr()] : ilk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.RewardSingleData::GetTotalValue()] : ill +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitData()] : ilm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitRate()] : iln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitMultiRate()] : ilo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitFlyPosition()] : ilp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitStartPosition()] : ilq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardSingleData::InitEndPosition()] : ilr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardSingleData::IsCanFly()] : ils +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardSingleData::IsCanFly(System.Int32)] : ilt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardData/<>c::b__13_0(ChillConnect.RewardSingleData)] : ilu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardData/<>c__DisplayClass10_0::b__0(ChillConnect.RewardSingleData)] : ilv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardData::AddCompleted(System.Action`1)] : ilw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardData::OnCompleted(System.Boolean)] : ilx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardData::AddReward(ChillConnect.RewardSingleData)] : ily +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardData::InitData()] : ilz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ChillConnect.RewardData::GetRewardDataList()] : ima +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.RewardData::GetRewardFlyCount()] : imb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::add_UpdateCb(System.Action`1)] : imc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::remove_UpdateCb(System.Action`1)] : imd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::add_EndEventCb(System.Action)] : ime +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::remove_EndEventCb(System.Action)] : imf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::add_UICloseEventCb(System.Action)] : imh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::remove_UICloseEventCb(System.Action)] : imi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::SetUpdate(System.Action`1)] : imj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::Update()] : imk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::SetUpdateComplete(System.Action)] : iml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::EndEvent()] : imm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::UICloseEvent()] : imn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardDisplayData::Dispose()] : imo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AESForFileKit::EncryptFile(System.String,System.String,System.String)] : imp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Byte[] ChillConnect.AESForFileKit::DecryptToBytes(System.String,System.String,System.Int32&)] : imq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.AssetDataBaseKit::GetAsset(System.String,System.String)] : imr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AssetDataBaseKit::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : ims +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AssetDataBaseKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : imt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.AssetDataBaseKit::AssetPathFormat(System.String,System.String)] : imu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.AssetDataBaseKit::AssetPathFormat(System.String)] : imv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.AssetDataBaseKit::GetAssetstatic(System.String,System.String)] : imw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper/<>c__DisplayClass10_0::b__0()] : imx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper/<>c__DisplayClass23_0::b__0(System.Single)] : imy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper/<>c__DisplayClass23_0::b__1(System.Single)] : imz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::GetIndexByChanceList(System.Int32[])] : ina +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.CommonHelper::GetBoolByChance(System.Single)] : inb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::SetActive(UnityEngine.Component,System.Boolean)] : inc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.CommonHelper::GetAppSavePath()] : ind +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener ChillConnect.CommonHelper::FadeIn(FairyGUI.GObject,System.Single,System.Single)] : ine +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GTweener ChillConnect.CommonHelper::FadeOut(FairyGUI.GObject,System.Single,System.Single)] : inf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.CommonHelper::IsClickNoQuick()] : ing +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::InitGButton(FairyGUI.GObject,System.Action,System.Boolean,System.Boolean)] : inh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.CommonHelper::TimeFormat(System.Int32,ChillConnect.CountDownType,System.String)] : ini +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.CommonHelper::FormatTime(System.Int32,ChillConnect.CountDownType,System.String)] : inj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::RandomSortList(System.Collections.Generic.List`1)] : ink +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomInt(System.Collections.Generic.IList`1)] : inl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomRange(System.Int32[])] : inm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomRange(System.Int32,System.Int32)] : inn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.CommonHelper::RandomRange(System.Single,System.Single)] : ino +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.CommonHelper::RandomWeight(System.Collections.Generic.Dictionary`2)] : inp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomWeight(System.Collections.Generic.List`1)] : inq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CommonHelper::RandomRangeIncludeEnd(System.Int32[])] : inr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.CommonHelper::IsToday(System.Int64)] : ins +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::CheckAdTimes()] : int +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CommonHelper::ShowNumAnim(FairyGUI.GTextField,System.Decimal,System.Int32,System.Single)] : inu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__6::System.IDisposable.Dispose()] : inv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__6::System.Collections.Generic.IEnumerator.get_Current()] : inw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__6::System.Collections.IEnumerator.Reset()] : inx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__6::System.Collections.IEnumerator.get_Current()] : iny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__4::System.IDisposable.Dispose()] : inz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__4::System.Collections.Generic.IEnumerator.get_Current()] : ioa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__4::System.Collections.IEnumerator.Reset()] : iob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__4::System.Collections.IEnumerator.get_Current()] : ioc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__3::System.IDisposable.Dispose()] : iod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__3::System.Collections.Generic.IEnumerator.get_Current()] : ioe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit/d__3::System.Collections.IEnumerator.Reset()] : iof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.DownloadKit/d__3::System.Collections.IEnumerator.get_Current()] : iog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit::SaveTextFile(System.String,System.String,System.String)] : ioh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit::SaveFile(System.String,System.String,System.String)] : ioi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit::SaveTextFile(System.Byte[],System.String,System.String)] : ioj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.DownloadKit::GetTextFromUrl(System.String,System.String,UnityEngine.Events.UnityAction`1,System.String,System.Boolean)] : iok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.DownloadKit::GetTextFromUrl1(System.String,System.String,UnityEngine.Events.UnityAction`1,System.String,System.Boolean)] : iol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DownloadKit::GetTextFromUrl2(System.String,System.String,UnityEngine.Events.UnityAction`1,System.String,System.Boolean)] : iom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.DownloadKit::GetFileFromUrl(System.String,System.String,UnityEngine.Events.UnityAction`1)] : ion +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DownloadKit::DownloadResourceSync(System.String,System.String,System.String,System.Boolean)] : ioo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit/<>c::b__9_0(System.Boolean)] : iop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit/<>c__DisplayClass10_0::b__0(System.String)] : ioq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit/<>c__DisplayClass7_0::b__0(System.String)] : ior +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit/<>c__DisplayClass8_0::b__0(System.Boolean)] : ios +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectFileKit::GetSavePath()] : iot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectFileKit::GetLocalSavePath()] : iou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectFileKit::GetFilePath()] : iov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit::GetLocalAssetBundle(UnityEngine.Events.UnityAction`1,UnityEngine.Events.UnityAction)] : iow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit::GetMAssetBundle(System.String,UnityEngine.Events.UnityAction`1,UnityEngine.Events.UnityAction)] : iox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit::OnGetAssetBundleCompleted()] : ioy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectFileKit::GetAssetFile(UnityEngine.Events.UnityAction`1)] : ioz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c::b__109_0(SGModule.Net.ResponseData`1)] : ipa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c::b__119_0(SGModule.Net.ResponseData`1)] : ipb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass111_0::b__0(SGModule.Net.ResponseData`1)] : ipc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper/<>c__DisplayClass126_0::b__1(IgnoreOPS.ExchangeDes)] : ipd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper/<>c__DisplayClass126_0::b__0(IgnoreOPS.ExchangeDes)] : ipe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass12_0::b__0(System.Boolean)] : ipf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass37_0::b__0(System.Single)] : ipg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass7_0::b__0()] : iph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper/<>c__DisplayClass9_0::b__0(System.Boolean)] : ipi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetRandomNum(System.Int32)] : ipj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector3 ChillConnect.GameHelper::FguiPotToUnityTrfLocalPot(UnityEngine.Vector3)] : ipk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetNumStr(System.Single,System.Int32)] : ipl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowLoading(System.Single,System.Single,System.Action)] : ipm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowLoading(System.Single,System.Action)] : ipn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowTips(System.String,System.Boolean)] : ipo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowVideoAd(System.String,System.Action`1)] : ipp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetWatchCd(System.Int32)] : ipq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::InitNewWatchCDList(System.Boolean)] : ipr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowInterstitial(System.String)] : ips +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowOpenAd()] : ipt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::NeedShowOpenAd()] : ipu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.GameHelper::GetUICenterPosition(FairyGUI.GObject,System.Boolean)] : ipv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::PlayFGUIFx(FairyGUI.Transition,System.Boolean,FairyGUI.PlayCompleteCallback)] : ipw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetTomorrowCountTime()] : ipx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.GameHelper::GetNowTime(System.Boolean)] : ipy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::InToday(System.Int64,System.Int32,System.Boolean)] : ipz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetSelfAvatar(FairyGUI.GLoader)] : iqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetSelfCountryFlag(FairyGUI.GLoader)] : iqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetCountryFlag(FairyGUI.GLoader,System.String)] : iqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::LimitName(System.String,System.Int32,System.String)] : iqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetName(FairyGUI.GTextField,System.Boolean,System.Int32)] : iqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetUserName()] : iqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetPlayerInviteCode()] : iqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.GameHelper::GetUID()] : iqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::OnRiseUI(System.Int32,ChillConnect.UILayerType)] : iqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::OnRiseUIRecover(System.Int32,ChillConnect.UILayerType)] : iqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GComponent ChillConnect.GameHelper::GetItemUI(System.Int32)] : iqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetUILayer(FairyGUI.GObject,System.Int32,ChillConnect.UILayerType)] : iql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] SGModule.NetKit.LoginModel ChillConnect.GameHelper::GetLoginModel()] : iqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::CheckNameValidly(System.String)] : iqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsGiftSwitch()] : iqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::Get101()] : iqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::Get102()] : iqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::InitGalleryView(FairyGUI.GList,System.Int32,System.Single,FairyGUI.ListItemRenderer,System.Int32)] : iqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] Spine.Unity.SkeletonAnimation ChillConnect.GameHelper::ShowFinger(FairyGUI.GGraph,FairyGUI.GTweenCallback)] : iqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowGuide(System.Int32,UnityEngine.Vector2,UnityEngine.Vector2,System.Action,FairyGUI.GObject)] : iqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] IgnoreOPS.CommonModel ChillConnect.GameHelper::GetCommonModel()] : iqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::Get102Str(System.Decimal)] : iqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::Get101Str(System.Decimal)] : iqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getChString(System.Decimal)] : iqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getChNumber(System.Decimal)] : iqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetDeviceLanguage()] : iqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetPaymentPayer()] : ira +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::OpenEmail()] : irb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetCurrCountry()] : irc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::CheckAccountValidly(System.String)] : ird +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::CheckEMailValidly(System.String)] : ire +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsContinuousSignIn()] : irf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] ChillConnect.GameHelper::GetRewardValue(System.Int32)] : irg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetValueIndex(System.Int32)] : irh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] ChillConnect.GameHelper::GetValue(IgnoreOPS.SmallrewardNum,System.Int32)] : iri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] ChillConnect.GameHelper::GetValue(IgnoreOPS.LargerewardNum,System.Int32)] : irj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single[] ChillConnect.GameHelper::GetValue(IgnoreOPS.RewardNum,System.Int32)] : irk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::GetQuizRate()] : irl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::GetNormalRewardValue()] : irm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::GetRewardOnly(System.Decimal,ChillConnect.RewardOrigin,FairyGUI.GObject,FairyGUI.GObject,System.Action`1,System.Decimal)] : irn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::GetReward(System.Decimal,ChillConnect.RewardOrigin,FairyGUI.GObject,FairyGUI.GObject,System.Boolean,System.Boolean,System.Action`1,System.Decimal,System.Decimal)] : iro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::GetRewardOnly1(System.Int32,System.Decimal,ChillConnect.RewardOrigin,UnityEngine.Vector2,UnityEngine.Vector2,System.Action`1,System.Decimal)] : irp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::GetReward1(System.Int32,System.Decimal,ChillConnect.RewardOrigin,UnityEngine.Vector2,UnityEngine.Vector2,System.Boolean,System.Boolean,System.Action`1,System.Decimal,System.Decimal)] : irq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::addInterAdnumber()] : irr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.GameHelper::GetVideoRate()] : irs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetItemNumber(System.Int32)] : irt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsShowOpenGameUI()] : iru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetItemNumber(System.Int32,System.Int32)] : irv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddItemNumber(System.Int32,System.Int32)] : irw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetLevel()] : irx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetLevel(System.Int32)] : iry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetLevelstate()] : irz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetLevelstate(System.Int32)] : isa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetGoldNumber()] : isb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGoldNumber(System.Int32)] : isc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::CheckGoldNumber(System.Int32)] : isd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGameTime()] : ise +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetGameTime()] : isf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetGameday()] : isg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetGameday()] : ish +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetGameExp()] : isi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGameExp(System.Int32)] : isj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ResetGameExp()] : isk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetBattleLv()] : isl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsPassMax()] : ism +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGold(System.Int32)] : isn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AddGold(System.Single)] : iso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::needShowLevelstate(System.Int32)] : isp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::addMoney(System.Int32)] : isq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SendLogToServer(System.String,System.String,UnityEngine.LogType)] : isr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetNetworkType()] : iss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowSheepPlayUI(System.Boolean)] : ist +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowStatementView()] : isu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::IsShowPettyReward()] : isv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::IsShowFirstReward()] : isw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SendRevenueToAF(System.String)] : isx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::sendHighRevenueToAF()] : isy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.GameHelper::GetCurrentTimestamp()] : isz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsConnect()] : ita +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AdOverEvent(System.Int32)] : itb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::AdOverRevenueEvent(System.Int32,System.Single)] : itc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::PlayGameTimeEvent(System.Int32,System.Action)] : itd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetGameTimes()] : ite +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GameHelper::GetPlayGameTimes()] : itf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::GetCloseResult()] : itg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetCloseResult(System.Boolean)] : ith +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::RequestGameConfig()] : iti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsAdModelOfPay()] : itj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SetLevelsList()] : itk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::IsShowLevelTips()] : itl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.GameHelper::getNowTimeByMillisecond()] : itm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::SendRevenueToServer(System.String,System.String,System.Int32)] : itn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getDesByKey(System.String)] : ito +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameHelper::isRDExchangeMode()] : itp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GenerateUniqueKey(IgnoreOPS.Makeup,System.Int32)] : itq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GenerateUniqueKey1(IgnoreOPS.Makeup_2,System.Int32)] : itr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GenerateRandomString(System.String,System.Int32)] : its +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getPrice(System.Decimal)] : itt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::GetPriceInt(System.Decimal)] : itu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::CopyText(System.String)] : itv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::CallShowTurn()] : itw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::add_ShowTurn(System.Action)] : itx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::remove_ShowTurn(System.Action)] : ity +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::ShowTurnOffReward()] : itz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] ChillConnect.GameHelper::GetRewardBoost(System.Int32)] : iua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] ChillConnect.GameHelper::GetBoost(IgnoreOPS.LargerewardNum,System.Int32)] : iub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32[] ChillConnect.GameHelper::GetBoost(IgnoreOPS.RewardNum,System.Int32)] : iuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameHelper::clearJsonData()] : iud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.GameHelper::getTrackEvenName()] : iue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] T ChillConnect.ILoadAsset::GetAsset(System.String,System.String)] : imr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ILoadAsset::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : ims +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ILoadAsset::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : imt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit/<>c__DisplayClass12_0::b__0(UnityEngine.Sprite)] : iuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit/<>c__DisplayClass15_0::b__0(UnityEngine.GameObject)] : iug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit/<>c__DisplayClass8_0`1::b__0(T)] : iuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ILoadAsset ChillConnect.LoadKit::get_LoadAssetType()] : iui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::set_LoadAssetType(ChillConnect.ILoadAsset)] : iuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::Init(ChillConnect.ILoadAsset)] : iuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadAsset(System.String,System.String,UnityEngine.Events.UnityAction`1,System.Boolean)] : iul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.LoadKit::LoadAsset(System.String,System.String,System.Boolean)] : ium +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadSprite(System.String,System.String,UnityEngine.Events.UnityAction`1,System.Boolean)] : iun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Sprite ChillConnect.LoadKit::LoadSprite(System.String,System.String,System.Boolean)] : iuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadSprite(System.String,System.Action`1)] : iup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::RecordSprite(System.String,UnityEngine.Sprite)] : iuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.LoadKit::LoadGameObject(System.String,System.String,System.Boolean)] : iur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadGameObjectAndClone(System.String,System.String,UnityEngine.Events.UnityAction`1,UnityEngine.Transform,System.Boolean)] : ius +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.LoadKit::LoadGameObjectAndCloneSync(System.String,System.String,UnityEngine.Transform,System.Boolean)] : iut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::RecordGameObject(System.String,UnityEngine.Object)] : iuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.LoadKit::InstantiateAndRecord(UnityEngine.GameObject,UnityEngine.Transform,System.Boolean,UnityEngine.Events.UnityAction`1)] : iuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::RecordCloneGameObject(UnityEngine.GameObject,UnityEngine.GameObject)] : iuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::LoadAudio(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : iuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager/<>c__DisplayClass12_0`1::b__0()] : iuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager/<>c__DisplayClass13_0::b__0()] : iva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager::RecObjFunc(ChillConnect.Fx_Type,UnityEngine.Object)] : ivc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager::GetObjFunc(ChillConnect.Fx_Type,UnityEngine.Object)] : ivd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Object ChillConnect.FXManager::NewObjFunc(ChillConnect.Fx_Type)] : ive +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.FXManager::GetFx(ChillConnect.Fx_Type)] : ivf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXManager::RecFx(ChillConnect.Fx_Type,T)] : ivg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.FXManager::SetFx(FairyGUI.GGraph,ChillConnect.Fx_Type,System.Action&)] : ivh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.FXManager::SetFx(FairyGUI.GGraph,ChillConnect.Fx_Type,System.Action&,System.Boolean)] : ivi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::add_UpdateSecondEvent(System.Action)] : ivj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::remove_UpdateSecondEvent(System.Action)] : ivk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::add_UpdateFiveSecondEvent(System.Action)] : ivl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::remove_UpdateFiveSecondEvent(System.Action)] : ivm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::add_UpdateEvent(System.Action)] : ivn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::remove_UpdateEvent(System.Action)] : ivo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::InitSystem()] : ivp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::BackToGame(System.Object)] : ivq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::OnGameStart(System.Object)] : ivr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::SetSoundVolume()] : ivs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::EnterHall(System.Object)] : ivt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::EnterGame(System.Object)] : ivu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::OpenWb(System.Object)] : ivv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::SetCameraVisible(System.Boolean)] : ivw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::GetGalleryNet(System.Int32,System.Action`1)] : ivx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::AddChangeGiftSwitch(System.Action)] : ivy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::RemoveChangeGiftSwitch(System.Action)] : ivz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.HallManager::SetInH5(System.Boolean)] : iwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.NetworkManager::get_crazyUrl()] : iwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetworkManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NetworkManager::InitSystem()] : iwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo/<>c__DisplayClass23_0::<.ctor>b__0(UnityEngine.AssetBundle)] : iwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo/<>c__DisplayClass28_0::b__0(UnityEngine.AssetBundle)] : iwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle ChillConnect.ChillConnectInfo::get_assetBundle()] : iwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::set_assetBundle(UnityEngine.AssetBundle)] : iwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ChillConnectInfo::get_ReferencedCount()] : iwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::set_ReferencedCount(System.Int32)] : iwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ChillConnectInfo::get_LastReferencedTimestamp()] : iwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::set_LastReferencedTimestamp(System.Single)] : iwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ChillConnectInfo::GetReferenced()] : iwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::Referenced(System.String)] : iwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::UnReferenced(System.String)] : iwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::CleanReferenced()] : iwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::callRes(System.String,UnityEngine.Events.UnityAction`1)] : iwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::onLoaded(System.String,UnityEngine.AssetBundle)] : iwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::OnAddtStatisticsCacheAssetList(System.String)] : iwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::OnStartStatisticsCacheAssetList()] : iws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ChillConnect.ChillConnectInfo::OnStopStatisticsCacheAssetList()] : iwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::UpdateWaitUnloadCurrentTime()] : iwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.ChillConnectInfo::GetWaitUpdateTimeTD()] : iwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::SetUnloadAction(System.Action`1>,System.Action`1)] : iww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::InvokeUnloadAction()] : iwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::SetWaitUnloadTime(System.Int32)] : iwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ChillConnectInfo::GetWaitUnloadTime()] : iwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectInfo::SetAssetBundleSize(System.Int64)] : ixa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.ChillConnectInfo::GetSize()] : ixb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit/<>c__DisplayClass11_0`1::b__0(T)] : ixc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass14_0::b__1(UnityEngine.AssetBundle)] : ixd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass14_0::b__2(UnityEngine.AssetBundle)] : ixe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass14_1::b__0()] : ixf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit/<>c__DisplayClass15_0::b__0(System.String)] : ixg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass15_0::b__1(UnityEngine.AssetBundle)] : ixh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit/<>c__DisplayClass16_0::b__0(System.String)] : ixi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass17_0::b__0(UnityEngine.AssetBundle)] : ixj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass17_0::b__1(UnityEngine.AssetBundle)] : ixk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass33_0::b__0()] : ixl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/<>c__DisplayClass36_0`1::b__0(UnityEngine.AssetBundle)] : ixm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__15::System.IDisposable.Dispose()] : ixn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__15::<>m__Finally1()] : ixo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__15::System.Collections.Generic.IEnumerator.get_Current()] : ixp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__15::System.Collections.IEnumerator.Reset()] : ixq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__15::System.Collections.IEnumerator.get_Current()] : ixr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__8::System.IDisposable.Dispose()] : ixs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__8::System.Collections.Generic.IEnumerator.get_Current()] : ixt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__8::System.Collections.IEnumerator.Reset()] : ixu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__8::System.Collections.IEnumerator.get_Current()] : ixv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__11`1::System.IDisposable.Dispose()] : ixw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__11`1::System.Collections.Generic.IEnumerator.get_Current()] : ixx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__11`1::System.Collections.IEnumerator.Reset()] : ixy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__11`1::System.Collections.IEnumerator.get_Current()] : ixz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__9::System.IDisposable.Dispose()] : iya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__9::<>m__Finally1()] : iyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__9::System.Collections.Generic.IEnumerator.get_Current()] : iyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__9::System.Collections.IEnumerator.Reset()] : iyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__9::System.Collections.IEnumerator.get_Current()] : iye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__17::System.IDisposable.Dispose()] : iyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__17::System.Collections.Generic.IEnumerator.get_Current()] : iyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit/d__17::System.Collections.IEnumerator.Reset()] : iyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ChillConnectKit/d__17::System.Collections.IEnumerator.get_Current()] : iyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::LoadABFromFileAsync(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::LoadDecryptAssetBundle(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle ChillConnect.ChillConnectKit::LoadDecryptAssetBundleSync(System.String,System.String)] : iyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::LoadAssetFromAssetBundle(UnityEngine.AssetBundle,System.String,UnityEngine.Events.UnityAction`1)] : iym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::LoadAssetInternal(System.String,UnityEngine.Events.UnityAction`1)] : iyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle ChillConnect.ChillConnectKit::GetAssetBundle(System.String,System.String)] : iyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::GetAssetBundle(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::GetAssetBundleDependency(System.String,System.Action)] : iyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::GetAssetBundleDependency(System.String)] : iyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ChillConnectKit::LoadDependencyAssetBundle(System.String,System.String,UnityEngine.Events.UnityAction`1)] : iys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundle ChillConnect.ChillConnectKit::LoadDependencyAssetBundleSync(System.String,System.String)] : iyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ChillConnect.ChillConnectKit::GetABDependency(System.String)] : iyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsCacheDependency(System.String)] : iyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsOtherDependency(System.String)] : iyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::CacheDependency(System.String,System.String[])] : iyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::UnCacheDependency(System.String)] : iyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ChillConnect.ChillConnectKit::GetCacheDependency(System.String)] : iyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::CacheAssetBundle(System.String,ChillConnect.ChillConnectInfo,System.Boolean)] : iza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::UnCacheAssetBundle(System.String)] : izb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ChillConnectInfo ChillConnect.ChillConnectKit::GetCacheAssetBundle(System.String)] : izc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsCacheAssetBundle(System.String)] : izd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::WaitUnload(ChillConnect.ChillConnectInfo)] : ize +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsWaitUnloadKey(System.String)] : izf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::IsWaitUnload(System.String)] : izg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::UnWaitUnload(System.String)] : izh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::UnloadAssetBundle(System.String,System.Boolean,System.Int32,System.Action`1)] : izi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ChillConnectKit::UnloadAssetBundleInternal(System.String,System.Boolean,System.Boolean)] : izj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] T ChillConnect.ChillConnectKit::GetAsset(System.String,System.String)] : imr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::GetAsset(System.String,System.String,UnityEngine.Events.UnityAction`1)] : ims +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::InitManifest(System.String,UnityEngine.Events.UnityAction`1)] : izk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::RecycleAssetBundle(System.String,UnityEngine.Events.UnityAction)] : izl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::RecycleAssetBundleDependency(System.String,System.Int32)] : izm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectKit::GenerateAssetBundlePath(System.String,System.Boolean,System.Boolean,System.Boolean)] : izn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ChillConnectKit::MD5String(System.String)] : izo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChillConnectKit::RecycleAsset(System.String,UnityEngine.Events.UnityAction)] : imt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AssetBundleManifest ChillConnect.ChillConnectKit::GetManifest()] : izp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetTime(System.Int32)] : izq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetCountDownType(ChillConnect.CountDownType)] : izr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetText(FairyGUI.GTextField)] : izs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetBar(FairyGUI.GProgressBar)] : izt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::Start()] : izu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::UpdateView()] : izv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::Pause()] : izw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::Resume()] : izx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::Stop()] : izy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::OnDestroy()] : izz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::ConsumeTime(System.Int32)] : jaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::OnTrigger()] : jab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::ClearTriggerEvent()] : jac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetCompletedEvent(System.Action)] : jad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::OnCompleted()] : jae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::UpdateText()] : jaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::UpdateBar()] : jag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.CountDownKit::GetLeftTime()] : jah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.CountDownKit ChillConnect.CountDownKit::SetServerTimeDependence(System.Boolean)] : jai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CountDownKit::b__16_0()] : jaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.App/<>c::b__4_0()] : jak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.App::InitApplication(ChillConnect.SApplication)] : jal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.App::DisplayLoadingUI()] : jam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.App::HideLoadingUI(System.Boolean)] : jan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.AsyncDealData::get_IsComplete()] : jao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncDealData::PassTime(System.Single)] : jap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncDealData::Run()] : jaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncKitUnityBehaviour::ClearFinished()] : jar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncKitUnityBehaviour::AddAsyncData(System.String,ChillConnect.AsyncDealData)] : jas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncKitUnityBehaviour::RemoveAsyncData(System.String)] : jat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AsyncKitUnityBehaviour::ClearUpdateActionFinished()] : jau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AsyncKitUnityBehaviour ChillConnect.CrazyAsyKit::get_mAsyncKitUnityBehaviour()] : jav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Coroutine ChillConnect.CrazyAsyKit::StartCoroutine(System.Collections.IEnumerator)] : jaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CrazyAsyKit::StopCoroutine(UnityEngine.Coroutine)] : jax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CrazyAsyKit::StartAction(System.String,ChillConnect.AsyncDealData/DealMethod,System.Single,System.Int32)] : jay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CrazyAsyKit::StopAction(System.String)] : jaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.BaseScene::get_SceneIdx()] : jba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::Enter()] : jbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::Leave()] : jbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::SwitchSceneComplete(System.Object)] : jbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::OnEnter()] : jbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::OnLeave()] : jbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::OnSwitchSceneComplete(System.Object)] : jbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseScene::Dispose()] : jbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::Init()] : cke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::InitLate()] : jbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::Dispose()] : jbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::Update()] : jbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::LateUpdate()] : jbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseSystem::FixedUpdate()] : jbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.AppConst::isPt()] : jbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ScreenConst::get_StandardWidth()] : jbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ScreenConst::get_StandardHeight()] : jbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.BaseDispatcher`3::get_Instance()] : jbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::AddListener(Msg,System.Action`1)] : jbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::AddOnceListener(Msg,System.Action`1)] : jbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::RemoveListener(Msg,System.Action`1)] : jbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::Dispatch(Msg,Param)] : jbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseDispatcher`3::InvokeMethods(System.Collections.Generic.Dictionary`2>>,Msg,Param)] : jbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseMainThreadDispatcher`3::Dispatch(Msg,Param)] : jbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseMainThreadDispatcher`3::AutoDispatch(Msg,Param)] : jbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseMainThreadDispatcher`3::InvokeMethods(System.Collections.Generic.Dictionary`2>>,Msg,Param)] : jby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.BaseMainThreadDispatcher`3::get_ParentRootName()] : jbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.StringExtend::ToDouble(System.String)] : jca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.StringExtend::ToFloat(System.String)] : jcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.StringExtend::IsNullOrWhiteSpace(System.String)] : jcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameObjectExtend::SetParent(UnityEngine.GameObject,UnityEngine.GameObject,System.Boolean)] : jcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameObjectExtend::SetLayer(UnityEngine.GameObject,System.String)] : jce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GetTaskRewardCtrl ChillConnect.GetTaskRewardCtrl::get_Instance()] : jcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::set_Instance(ChillConnect.GetTaskRewardCtrl)] : jcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI/<>c::b__24_0()] : jcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::InitView()] : jcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::StartScroll()] : jcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::Scroll()] : jda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GetTaskRewardUI::GetRandomBoost()] : jdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__10_0()] : jdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__10_1()] : jdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__10_2(System.Boolean)] : jde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__16_0()] : jdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__25_0()] : jdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUI::b__25_1()] : jdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GetTaskRewardUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GetTaskRewardUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GetTaskRewardUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene/<>c::b__6_0(System.Int32)] : jdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene/<>c__DisplayClass6_0::b__1()] : jdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Int32 ChillConnect.MainScene::get_SceneIdx()] : jba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnEnter()] : jbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnLeave()] : jbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnSwitchSceneComplete(System.Object)] : jbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::StartUpAppProcess()] : jdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnPermanentAssetsInitComplete(System.Object)] : jdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnLoginSucceed(System.Object)] : jdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnInitAsset(System.Object)] : jdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::OnLoadingComplete(System.Object)] : jds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::ShowScene()] : jdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::Dispose()] : jbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MainScene::b__10_0()] : jdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseInterfaceManager`1::get_IsInit()] : jdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::set_IsInit(System.Boolean)] : jdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseInterfaceManager`1::get_IsStartUp()] : jdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::set_IsStartUp(System.Boolean)] : jdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseInterfaceManager`1::get_IsDispose()] : jdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::set_IsDispose(System.Boolean)] : jea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.BaseInterfaceManager`1::get_Instance()] : jeb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::New()] : jec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::StartUp()] : jed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseInterfaceManager`1::DisposeBefore()] : jee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseUnityManager`1::get_IsInit()] : jef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::set_IsInit(System.Boolean)] : jeg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseUnityManager`1::get_IsStartUp()] : jeh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::set_IsStartUp(System.Boolean)] : jei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseUnityManager`1::get_IsDispose()] : jej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::set_IsDispose(System.Boolean)] : jek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String ChillConnect.BaseUnityManager`1::get_ParentRootName()] : jbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::New()] : jel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::StartUp()] : jed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUnityManager`1::DisposeBefore()] : jee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.InterfaceManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.InterfaceManager::StartUp()] : jed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.InterfaceManager::DisposeBefore()] : jee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.CameraManager::WorldPosToFGUIPos(UnityEngine.Vector3)] : jem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::SetWorldRaycasterEnabled(System.Boolean)] : jen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::CreateMainCamera()] : jeo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::CreateFGUICamera()] : jep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Camera ChillConnect.CameraManager::CreateCamera(UnityEngine.GameObject,System.Int32)] : jeq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraManager::InitCameraMgr()] : jer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::get_ServerRTTOneWayTimeOffset()] : jes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::set_ServerRTTOneWayTimeOffset(System.Int32)] : jet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::get_ServerTickTimestamp()] : jeu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::set_ServerTickTimestamp(System.Int64)] : jev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetCurrTimestamp()] : jew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetCurrTimestampInfo()] : jex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::SetHeartBeatTime(System.Int32)] : jey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetHeartBeatTime()] : jez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::SetServerCurrTimestamp(System.Int64)] : jfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.DateTimeManager::GetServerTimeOffset()] : jfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetServerTickTimestamp()] : jfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetServerTickDateTime()] : jfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetServerCurrTimestamp(System.Boolean)] : jfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::SetTimeOffset(System.Int32)] : jff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetServerCurrDateTime()] : jfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetCurrTimeInterval(System.Int64)] : jfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetServerCurrTimeInterval(System.Int64)] : jfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetInteralDay(System.UInt64)] : jfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::GetIntervalHMS(System.Int64,System.Int32&,System.Int32&,System.Int32&)] : jfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DateTimeManager::GetIntervalMS(System.Int64,System.Int32&,System.Int32&)] : jfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalHMSTextEn(System.Int64)] : jfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalHMSTextCn(System.Int64)] : jfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalMSTextEn(System.Int64)] : jfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalMSTextCn(System.Int64)] : jfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetIntervalDateSimpleString(System.Int64)] : jfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetCurrDateTime()] : jfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.DateTimeManager::GetTimestamp(System.DateTime)] : jfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetDateTime(System.Int64)] : jft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetCurrTimeZone()] : jfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowYear()] : jfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowMonth()] : jfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowDay()] : jfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowHour()] : jfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowMinute()] : jfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowSecond()] : jga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetNowMillisecond()] : jgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToMMdd(System.DateTime)] : jgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToYYYYMMDD(System.DateTime)] : jgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToSimpleString(System.DateTime)] : jge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToString(System.DateTime)] : jgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToDetailString(System.DateTime)] : jgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::GetDateTimeBy_yyyyMMddStr(System.String)] : jgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::TimestampToString(System.Int64)] : jgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.DateTimeManager::Millisecond2Second(System.UInt32)] : jgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.DateTimeManager::GetTimestampInMilliSecond(System.DateTime)] : jgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::GetMSMTimeUID()] : jgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetMonthDuration(System.String,System.String)] : jgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetMonthDuration(System.DateTime,System.DateTime)] : jgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetDayByDateStr(System.String)] : jgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetMonthByDateStr(System.String)] : jgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.DateTimeManager::GetYearByDateStr(System.String)] : jgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::FirstDayOfMonth(System.DateTime)] : jgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.DateTime ChillConnect.DateTimeManager::LastDayOfMonth(System.DateTime)] : jgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetCurrTimesTampByMillisecond()] : jgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.DateTimeManager::DateTimeToFFFString(System.DateTime)] : jgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.DateTimeManager::GetServerCurrTimestampByMillisecond()] : jgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::InitialMain()] : jgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::EnterMain()] : jgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::AddListener()] : jgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::RemoveListener()] : jgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameIManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::InitAllModule()] : jha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::StartUpAllModule()] : jhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AllModuleGameStart()] : jhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseModel ChillConnect.ModuleManager::GetModel(System.String)] : jhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseUICtrl ChillConnect.ModuleManager::GetUICtrl(System.String)] : jhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AddModel(System.String,ChillConnect.BaseModel)] : jhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AddUIType(System.String,System.Type)] : jhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AddCtrl(System.String,ChillConnect.BaseCtrl)] : jhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::AddUICtrl(System.String,ChillConnect.BaseUICtrl)] : jhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::DisposeAllModel()] : jhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::DisposeAllCtrl()] : jhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManager::DisposeAllModule()] : jhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneManager::AddScene(ChillConnect.BaseScene)] : jhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneManager::InitialMain(System.Object)] : jhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneManager::SwitchScene(System.Int32,System.Object)] : jho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SceneManager::SetScene(ChillConnect.BaseScene)] : jhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseScene ChillConnect.SceneManager::GetScene(System.Int32)] : jhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerOfManager::Init()] : jhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerOfManager::AddManager(ChillConnect.InterfaceManager)] : jhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerOfManager::DisposeAllManager()] : jht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager/<>c::b__21_0(UnityEngine.AudioClip)] : jhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager/<>c__DisplayClass26_0::b__0()] : jhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager/<>c__DisplayClass26_0::b__1(UnityEngine.AudioClip)] : jhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.AudioManager::get_IsOpenBGM()] : jhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::set_IsOpenBGM(System.Boolean)] : jhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.AudioManager::get_IsOpenEffect()] : jhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::set_IsOpenEffect(System.Boolean)] : jia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::InitAudioMode()] : jib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::InitDefaultButtonClickSound(System.String)] : jic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::OnTimeScaleChange(System.Object)] : jid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::StopBGM()] : jie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::PlayBGM(System.String,System.Boolean)] : jif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AudioManager::SetBGMSound()] : jig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.AudioSource ChillConnect.AudioManager::PlayDynamicEffect(System.String,System.Single,System.Boolean,System.Boolean)] : jih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager/d__4::System.IDisposable.Dispose()] : jii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SceneSwitchManager/d__4::System.Collections.Generic.IEnumerator.get_Current()] : jij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager/d__4::System.Collections.IEnumerator.Reset()] : jik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SceneSwitchManager/d__4::System.Collections.IEnumerator.get_Current()] : jil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager/d__5::System.IDisposable.Dispose()] : jim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SceneSwitchManager/d__5::System.Collections.Generic.IEnumerator.get_Current()] : jin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager/d__5::System.Collections.IEnumerator.Reset()] : jio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SceneSwitchManager/d__5::System.Collections.IEnumerator.get_Current()] : jip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager::SwitchInitialScene(System.Int32,ChillConnect.SceneSwitchManager/LoadCallBack,System.Object)] : jiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneSwitchManager::SwitchScene(System.Int32,ChillConnect.SceneSwitchManager/LoadCallBack,System.Object)] : jir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.SceneSwitchManager::OnLoadInitialScene(System.Int32,ChillConnect.SceneSwitchManager/LoadCallBack,System.Object)] : jis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.SceneSwitchManager::OnLoadScene(System.Int32,ChillConnect.SceneSwitchManager/LoadCallBack,System.Object)] : jit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TimerIManager::InitTimersRoot()] : jiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.EasyTimer ChillConnect.TimerIManager::CreateSimpleTimer(System.String,ChillConnect.TimerTimeType)] : jiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.Timer ChillConnect.TimerIManager::CreateTimer(System.String,ChillConnect.TimerTimeType)] : jiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TimerIManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.UIManager/<>c::b__32_1(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : jix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.UIManager/<>c::b__61_1(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)] : jiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ChillConnect.UIManager/<>c::b__67_0(FairyGUI.UIPackage)] : jiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.IEnumerable`1 ChillConnect.UIManager/<>c::b__67_1(System.Collections.Generic.List`1)] : jja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.UIManager/<>c::b__67_2(FairyGUI.PackageItem)] : jjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass20_0::b__0(UnityEngine.Font)] : jjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass21_0::b__0(UnityEngine.Font)] : jjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass26_0::b__0()] : jje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass30_0::b__0()] : jjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass32_0::b__0(UnityEngine.TextAsset)] : jjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass42_0::b__0()] : jjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass43_0::b__0()] : jji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager/<>c__DisplayClass61_0::b__0(UnityEngine.TextAsset)] : jjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::RegisterCommonPackage(System.String)] : jjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::RegisterCommonPackages(System.Collections.Generic.List`1)] : jjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::RegisterDefaultFont(System.String)] : jjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::RegisterFont(System.String[])] : jjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::DisposeAllUI()] : jjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SwitchSceneCloseAllUI()] : jjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Internal_OpenUI(ChillConnect.BaseUI,System.Object)] : jjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::OpenUIProcess(ChillConnect.BaseUI,System.Object)] : jjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Internal_CloseUI(ChillConnect.BaseUI,System.Boolean)] : jjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Internal_HideUI(ChillConnect.BaseUI)] : jjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Internal_DisplayUI(ChillConnect.BaseUI,System.Object)] : jju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::LoadUI(ChillConnect.BaseUI,System.Object,System.Action`2)] : jjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::CreateUI(ChillConnect.BaseUI,System.Object,System.Action`2)] : jjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::AddUIPackage(System.String,UnityEngine.Events.UnityAction)] : jjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.UIManager::GetPackageUIPath(System.String)] : jjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetButtonClickDownEffect(FairyGUI.GComponent)] : jjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph ChillConnect.UIManager::CreateUIMask(UnityEngine.Color)] : jka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] FairyGUI.GGraph ChillConnect.UIManager::GetUIMaskFormPool()] : jkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::ReleaseUIMaskToPool(ChillConnect.BaseUI)] : jkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::DestroyUI(ChillConnect.BaseUI,System.Boolean)] : jkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::UnloadAsset(System.String,System.String)] : jke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::DisposeUI(ChillConnect.BaseUI)] : jkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::NotificationEvent(System.UInt32,ChillConnect.BaseUI)] : jkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::OpenUIAnim(ChillConnect.BaseUI)] : jkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::CloseUIAnim(ChillConnect.BaseUI,System.Action)] : jki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetWorldRaycasterEnabled(System.Boolean)] : jkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseUI ChillConnect.UIManager::GetDynamicUI(System.String)] : jkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.UIManager::IsExistUI(System.String)] : jkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetGObjectUILayer(ChillConnect.UILayerType,FairyGUI.GObject[])] : jkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::ResetGObjectUILayer(FairyGUI.GObject[])] : jkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.UIManager::AddNormalBaseUI(ChillConnect.BaseUI)] : jko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.UIManager::RemoveNormalBaseUI(ChillConnect.BaseUI)] : jkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BaseUI ChillConnect.UIManager::GetNowBaseUI()] : jkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::ExecuteOpenUISequence()] : jkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::QuitUISequence(ChillConnect.BaseUI)] : jks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::CloseSubUI(ChillConnect.BaseUI,ChillConnect.SubUI)] : jkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::CloseAllSubUI(ChillConnect.BaseUI)] : jku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitUIMgr()] : jkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitEventSystem()] : jkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiConfig()] : jkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiSettings()] : jky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiLayers()] : jkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiCommonPackages()] : jla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::InitFguiMultiLanguage()] : jlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::Init()] : ivb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::DisposeBefore()] : jee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetEventSystemGo(UnityEngine.GameObject)] : jlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::SetSwitchLanguage(System.String)] : jld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManager::b__63_0(System.Object)] : jle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManagerRegister::AutoRegisterModel()] : jlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManagerRegister::AutoRegisterUICtrl()] : jlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManagerRegister::AutoRegisterCtrl()] : jlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ModuleManagerRegister::AutoRegisterUIType()] : jli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AdcomingCtrl ChillConnect.AdcomingCtrl::get_Instance()] : jlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingCtrl::set_Instance(ChillConnect.AdcomingCtrl)] : jlk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::InitView()] : jll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::playAni(System.Object)] : jlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::b__15_0(System.Single)] : jln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::b__15_2()] : jlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUI::b__15_1()] : jlp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AdcomingUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AdcomingUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AdcomingUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AddViewCtrl ChillConnect.AddViewCtrl::get_Instance()] : jlq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::set_Instance(ChillConnect.AddViewCtrl)] : jlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI/<>c__DisplayClass11_0::b__0()] : jls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::pay_success(System.Object)] : jlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::InitView()] : jlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::SetTextString()] : jlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::updateWatchCD()] : jlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::BroadCast()] : jlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::InitBroadCast()] : jly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::b__18_0()] : jlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUI::b__25_0()] : jma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddViewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddViewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AddviewnewCtrl ChillConnect.AddviewnewCtrl::get_Instance()] : jmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewCtrl::set_Instance(ChillConnect.AddviewnewCtrl)] : jmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c::b__18_1()] : jmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c::b__18_2()] : jme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c::b__18_3()] : jmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c__DisplayClass10_0::b__3()] : jmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI/<>c__DisplayClass10_1::b__4()] : jmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::SetItemNumber(System.Object)] : jmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::pay_success(System.Object)] : jmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::InitView()] : jmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::updateWatchCD()] : jml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::SetTextString()] : jmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::b__10_0()] : jmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::b__10_1()] : jmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::b__10_2()] : jmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUI::b__18_0()] : jmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddviewnewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddviewnewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddviewnewUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.AddViewoffCtrl ChillConnect.AddViewoffCtrl::get_Instance()] : jmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffCtrl::set_Instance(ChillConnect.AddViewoffCtrl)] : jms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI/<>c__DisplayClass8_0::b__0()] : jmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::pay_success(System.Object)] : jmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::InitView()] : jmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::updateWatchCD()] : jmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::SetTextString()] : jmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::BroadCast()] : jmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::InitBroadCast()] : jmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::b__15_0()] : jna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUI::b__22_0()] : jnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddViewoffUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.AddViewoffUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.AddViewoffUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ArrowGameCtrl ChillConnect.ArrowGameCtrl::get_Instance()] : jnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameCtrl::set_Instance(ChillConnect.ArrowGameCtrl)] : jnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c::b__63_1()] : jne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass108_0::b__0()] : jnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass121_0::b__0()] : jng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass124_0::b__0()] : jnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass124_1::b__1()] : jni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/<>c__DisplayClass91_0::b__0()] : jnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__116::System.IDisposable.Dispose()] : jnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ArrowGameUI/d__116::System.Collections.Generic.IEnumerator.get_Current()] : jnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__116::System.Collections.IEnumerator.Reset()] : jnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ArrowGameUI/d__116::System.Collections.IEnumerator.get_Current()] : jnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__111::System.IDisposable.Dispose()] : jno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ArrowGameUI/d__111::System.Collections.Generic.IEnumerator.get_Current()] : jnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI/d__111::System.Collections.IEnumerator.Reset()] : jnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.ArrowGameUI/d__111::System.Collections.IEnumerator.get_Current()] : jnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::UnityMouseToFGUIPos(UnityEngine.Vector2)] : jns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OpenOrStopGameInput(System.Object)] : jnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::DisableGameInput()] : jnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::EnableGameInput(System.Object)] : jnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnUpdate()] : jnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::RefreshGift(System.Object)] : jnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::Set101(System.Decimal)] : jny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::Set102()] : jnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnUpdate101(System.Object)] : joa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnUpdate102(System.Object)] : job +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::InitView()] : joc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::CalculateInitialScale()] : jod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetTopCurr(System.Object)] : joe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::PopMakeup()] : jof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnBtnClickBindEvent()] : jog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetModel(System.Object)] : joh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::UpdateGridDotColor(System.Boolean)] : joi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Color ChillConnect.ArrowGameUI::GetArrowRuntimeColor(ChillConnect.ArrowConfig,System.Boolean)] : joj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::UpdateAllArrowsColor(System.Boolean)] : jok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::TriggerVibration(System.Boolean)] : jol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::TriggerBlockFlash()] : jom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::InitGridBounds()] : jon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::InitGridOccupied()] : joo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::MarkArrowOccupiedCells(ChillConnect.ArrowConfig,ChillConnect.LevelConfig)] : jop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::ReleaseArrowOccupied(ChillConnect.ArrowConfig)] : joq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::LoadLevelConfig()] : jor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::InitAllLevelData()] : jos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LevelConfig ChillConnect.ArrowGameUI::LoadLevelById(System.Int32)] : jot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::PointIdToRowCol(System.Int32,System.Int32,System.Int32&,System.Int32&)] : jou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::RowColToPos(System.Int32,System.Int32)] : jov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::PointIdToPos(System.Int32,System.Int32)] : jow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ArrowGameUI::GetPointIdByPos(UnityEngine.Vector2,ChillConnect.LevelConfig)] : jox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ArrowGameUI::GetDirByRotation(System.Single)] : joy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::DirToRotation(System.String)] : joz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::DrawGridDots(ChillConnect.LevelConfig)] : jpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::CalculateGridCenter(ChillConnect.LevelConfig)] : jpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetViewPivotToGridCenter()] : jpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::BuildArrowPath(ChillConnect.ArrowConfig,ChillConnect.LevelConfig)] : jpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::CreateArrowAndLines(ChillConnect.ArrowConfig,ChillConnect.LevelConfig)] : jpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetUserPorp(System.Object)] : jpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnClickDeleteItem()] : jpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnClickHint()] : jph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::ShowRandomArrowTip()] : jpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::HideFingerTip()] : jpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::IsInDragArea(UnityEngine.Vector2)] : jpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::IsInGridArea(UnityEngine.Vector2)] : jpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::GetSliderValueByScale(System.Single)] : jpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::GetScaleBySliderValue(System.Single)] : jpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnZoomSliderChange()] : jpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::MoveContainer(UnityEngine.Vector2)] : jpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnPathClick(ChillConnect.ArrowConfig)] : jpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::IsArrowBlocked(ChillConnect.ArrowConfig)] : jpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::CheckBlockByGrid(ChillConnect.ArrowConfig)] : jps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.ArrowGameUI::GetDistanceToFirstBlock(ChillConnect.ArrowConfig,System.Single)] : jpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::DeleteArrowCompletely(ChillConnect.ArrowConfig)] : jpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::CreateArrowOnly(ChillConnect.ArrowConfig,UnityEngine.Vector2)] : jpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::MoveThenReset(ChillConnect.ArrowConfig)] : jpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ArrowGameUI::MoveAndResetCoroutine(ChillConnect.ArrowConfig)] : jpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::UpdateAllElementsPosition(ChillConnect.ArrowConfig)] : jpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::MoveToDisappear(ChillConnect.ArrowConfig)] : jpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::SetSpeed(System.Object)] : jqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.ArrowGameUI::MoveAndDisappearCoroutine(ChillConnect.ArrowConfig)] : jqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::GetPositionByDistance(ChillConnect.ArrowConfig,System.Single)] : jqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.ArrowGameUI::DirToVector2(System.String)] : jqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.ArrowGameUI::GetFinalMoveDir(ChillConnect.ArrowConfig)] : jqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::CheckIsOutOfBounds(UnityEngine.Vector2,System.String)] : jqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::DisappearLineGetReward()] : jqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Coroutine ChillConnect.ArrowGameUI::RunCoroutine(System.Collections.IEnumerator)] : jqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::ClearAllDynamicObj()] : jqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::ShowResult(System.Boolean)] : jqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::OnRestartGame(System.Object)] : jqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__63_0()] : jql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__63_2()] : jqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__63_3()] : jqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__63_4()] : jqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__63_5()] : jqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__63_6()] : jqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__63_7()] : jqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUI::b__72_0()] : jqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.ArrowGameUI::b__95_0(ChillConnect.ArrowConfig)] : jqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LevelConfig ChillConnect.JsonHelper::LoadLevel(System.String)] : jqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowGameUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowGameUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OnUpdate101(System.Object)] : jqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::OnUpdate102(System.Object)] : jqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowGameUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ArrowThemeCtrl ChillConnect.ArrowThemeCtrl::get_Instance()] : jqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::set_Instance(ChillConnect.ArrowThemeCtrl)] : jqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::SetBtnClick(System.Int32)] : jqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::SetBtnState()] : jra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::b__10_0()] : jrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::b__10_1()] : jrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::b__10_2()] : jrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUI::b__10_3()] : jre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowThemeUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowThemeUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowThemeUICtrl::b__8_0()] : jrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ArrowTipsCtrl ChillConnect.ArrowTipsCtrl::get_Instance()] : jrg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsCtrl::set_Instance(ChillConnect.ArrowTipsCtrl)] : jrh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI/<>c__DisplayClass13_0::b__0()] : jri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI/<>c__DisplayClass13_0::b__1(System.Boolean)] : jrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::InitView(System.Int32)] : jrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUI::UpdateCd()] : jrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowTipsUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ArrowTipsUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ArrowTipsUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BroadcastCtrl ChillConnect.BroadcastCtrl::get_Instance()] : jrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastCtrl::set_Instance(ChillConnect.BroadcastCtrl)] : jrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::InitView()] : jro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::OpenRecord()] : jrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::hideEvent(System.Object)] : jrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::showEvent(System.Object)] : jrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::Settop(System.Object)] : jrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::Setbuttom(System.Object)] : jrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::timeEvent()] : jru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUI::b__26_0()] : jrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BroadcastUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BroadcastUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BroadcastUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BuyPropCtrl ChillConnect.BuyPropCtrl::get_Instance()] : jrw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::set_Instance(ChillConnect.BuyPropCtrl)] : jrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI/<>c::b__23_0()] : jry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::buyItem()] : jrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::UpdateCd()] : jsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::AddProNum()] : jsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::SetAddText()] : jsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::ReduceProNum()] : jsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::setPropText()] : jse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::InitView()] : jsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::setBtnState(System.Int32)] : jsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::b__11_0()] : jsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUI::b__12_0(System.Boolean)] : jsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BuyPropUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BuyPropUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuyPropUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ChoosePropCtrl ChillConnect.ChoosePropCtrl::get_Instance()] : jsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::set_Instance(ChillConnect.ChoosePropCtrl)] : jsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__14_0()] : jsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__14_1()] : jsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__16_0()] : jsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__16_4(System.Boolean)] : jso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__16_2()] : jsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c::b__16_5(System.Boolean)] : jsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c__DisplayClass16_0::b__1()] : jsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI/<>c__DisplayClass16_0::b__3()] : jss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::InitView()] : jst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::clsoeFunc()] : jsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUI::initProp(System.Int32)] : jsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ChoosePropUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ChoosePropUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ChoosePropUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.FirstRewardCtrl ChillConnect.FirstRewardCtrl::get_Instance()] : jsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::set_Instance(ChillConnect.FirstRewardCtrl)] : jsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c::b__18_0(System.Boolean)] : jsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c::b__18_1()] : jsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c__DisplayClass17_0::b__0(Spine.TrackEntry)] : jta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c__DisplayClass17_0::b__1()] : jtb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI/<>c__DisplayClass17_0::b__2(Spine.TrackEntry)] : jtc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::InitView()] : jtd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUI::GetReward()] : jte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.FirstRewardUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.FirstRewardUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FirstRewardUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.FXWndCtrl ChillConnect.FXWndCtrl::get_Instance()] : jtf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::set_Instance(ChillConnect.FXWndCtrl)] : jtg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass6_0::b__3(UnityEngine.GameObject)] : jth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass6_0::b__0()] : jti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass6_1::b__1()] : jtj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass6_2::b__2()] : jtk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI/<>c__DisplayClass7_0::b__0()] : jtl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::PlayFx(ChillConnect.FxPlayData)] : jtm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Action ChillConnect.FXWndUI::SetSortingOrder(UnityEngine.GameObject)] : jtn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.FxPlayData ChillConnect.FxPlayData::Get(ChillConnect.Fx_Type,System.Single,UnityEngine.Vector2)] : jto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FxPlayData::Release(ChillConnect.FxPlayData)] : jtp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.FXWndUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.FXWndUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::PlayFx(System.Object)] : jtq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.FXWndUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GameAgainCtrl ChillConnect.GameAgainCtrl::get_Instance()] : jtr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::set_Instance(ChillConnect.GameAgainCtrl)] : jts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI/<>c__DisplayClass10_0::b__3()] : jtt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::b__10_0()] : jtu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::b__10_1()] : jtv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUI::b__10_2()] : jtw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameAgainUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameAgainUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameAgainUICtrl::b__8_0()] : jtx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GameLoginCtrl ChillConnect.GameLoginCtrl::get_Instance()] : jty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginCtrl::set_Instance(ChillConnect.GameLoginCtrl)] : jtz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::InitView()] : jua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnclickSpace()] : jub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClickError()] : juc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClickBtn()] : jud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClickPrivacy()] : jue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::OnClickTerms()] : juf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUI::b__12_0(FairyGUI.EventContext)] : jug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameLoginUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameLoginUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameLoginUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GameMenuCtrl ChillConnect.GameMenuCtrl::get_Instance()] : juh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuCtrl::set_Instance(ChillConnect.GameMenuCtrl)] : jui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::InitView()] : juj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::b__12_0()] : juk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::b__12_1()] : jul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUI::b__12_2()] : jum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameMenuUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameMenuUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameMenuUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GameResultCtrl ChillConnect.GameResultCtrl::get_Instance()] : jun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::set_Instance(ChillConnect.GameResultCtrl)] : juo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_7()] : jup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_8()] : juq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_9()] : jur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_12()] : jus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_13()] : jut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_14()] : juu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_15()] : juv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_16()] : juw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_17()] : jux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_18()] : juy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_19()] : juz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_20()] : jva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__15_21()] : jvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_3()] : jvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_4()] : jvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_5()] : jve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_6()] : jvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_8()] : jvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_9()] : jvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_10()] : jvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c::b__26_11()] : jvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__0()] : jvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__7()] : jvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__1()] : jvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__12()] : jvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI/<>c__DisplayClass26_0::b__2()] : jvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::GetReward(System.Single)] : jvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::RefreshGold(System.Decimal)] : jvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::timeEvent()] : jvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::InitView()] : jvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::StartScroll()] : jvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::Scroll()] : jvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_0()] : jvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_1()] : jvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_6(System.Boolean)] : jvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_2()] : jvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_3()] : jvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_4()] : jwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_10(System.Boolean)] : jwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_11(System.Boolean)] : jwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__15_5()] : jwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__17_0(System.Boolean)] : jwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__17_2()] : jwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__17_1()] : jwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__17_3(System.Single)] : jwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__25_0()] : jwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__33_0()] : jwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUI::b__33_1()] : jwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameResultUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GameResultUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameResultUICtrl::b__8_0()] : jwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.GoldRewardCtrl ChillConnect.GoldRewardCtrl::get_Instance()] : jwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardCtrl::set_Instance(ChillConnect.GoldRewardCtrl)] : jwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI/<>c::b__15_2()] : jwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI/<>c__DisplayClass15_0::b__0()] : jwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI/<>c__DisplayClass15_0::b__1(System.Boolean)] : jwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI/<>c__DisplayClass15_0::b__3(System.Boolean)] : jwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::InitView()] : jws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUI::b__8_0()] : jwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GoldRewardUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.GoldRewardUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GoldRewardUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.H5Ctrl ChillConnect.H5Ctrl::get_Instance()] : jwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Ctrl::set_Instance(ChillConnect.H5Ctrl)] : jwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Ctrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Ctrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Model::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5Model::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI/<>c::b__9_1()] : jww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::InitView()] : jwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::ClickBtn(System.String)] : jwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnClickFlyCash()] : jwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::OnClickIcon()] : jxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::CheckShowFly()] : jxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UI::b__9_0()] : jxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.H5UICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.H5UICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::OnH5ClickBtn(System.Object)] : jxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.H5UICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.JoastCtrl ChillConnect.JoastCtrl::get_Instance()] : jxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastCtrl::set_Instance(ChillConnect.JoastCtrl)] : jxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.JoastData ChillConnect.JoastData::GetTips(System.String)] : jxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.JoastData ChillConnect.JoastData::GetTips(System.String,System.Single,System.Single,System.Single,System.Int32)] : jxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastData::Rest()] : jxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastModel::AddTips(ChillConnect.JoastData)] : jxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.JoastData ChillConnect.JoastModel::GetTips()] : jxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI/<>c__DisplayClass8_0::b__0()] : jxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.JoastUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.JoastUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::CheckNext(System.Object)] : jxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::ShowTips()] : jxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::AddTips(System.Object)] : jxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.JoastUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LevelRewardCtrl ChillConnect.LevelRewardCtrl::get_Instance()] : jxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardCtrl::set_Instance(ChillConnect.LevelRewardCtrl)] : jxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass12_0::b__0()] : jxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass12_0::b__1()] : jxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass13_0::b__0(System.Boolean)] : jxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass13_0::b__1()] : jxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI/<>c__DisplayClass13_0::b__2(System.Single)] : jxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::getReward(System.Int32)] : jxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.LevelRewardUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.LevelRewardUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LevelRewardUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.LoadingCtrl ChillConnect.LoadingCtrl::get_Instance()] : jxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingCtrl::set_Instance(ChillConnect.LoadingCtrl)] : jxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI/d__12::System.IDisposable.Dispose()] : jxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.LoadingUI/d__12::System.Collections.Generic.IEnumerator.get_Current()] : jya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI/d__12::System.Collections.IEnumerator.Reset()] : jyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.LoadingUI/d__12::System.Collections.IEnumerator.get_Current()] : jyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.LoadingUI::SetProgress(System.Int32)] : jyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::Reconnection(System.Object)] : jye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::closeMask(System.Object)] : jyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::CheckAgree()] : jyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnUpdateHotFixMax(System.Object)] : jyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::OnUpdateHotFixProgress(System.Object)] : jyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.LoadingUI::b__12_0()] : jyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::b__12_1(System.Double)] : jyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::b__12_2()] : jyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Double ChillConnect.LoadingUI::b__22_0()] : jym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::b__22_1(System.Double)] : jyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUI::b__22_2()] : jyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.LoadingUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.LoadingUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoadingUICtrl::OnHideLoading(System.Object)] : jyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.MakeupConfirmCtrl ChillConnect.MakeupConfirmCtrl::get_Instance()] : jyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmCtrl::set_Instance(ChillConnect.MakeupConfirmCtrl)] : jyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c::b__24_2(System.Boolean,SGModule.NetKit.OrderState)] : jys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c::b__26_1()] : jyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.MakeupConfirmUI/<>c::b__29_0(ChillConnect.makeupRdData,ChillConnect.makeupRdData)] : jyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.MakeupConfirmUI/<>c::b__29_1(System.Int32,System.Int32)] : jyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass18_0::b__5()] : jyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass18_0::b__6()] : jyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass18_0::b__7(System.Boolean)] : jyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_1::b__0()] : jyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass21_2::b__1()] : jza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass23_0::b__0()] : jzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass25_0::b__0()] : jzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass25_0::b__1()] : jzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0::b__0()] : jze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0::b__2()] : jzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass26_0::b__3(System.Boolean)] : jzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0::b__0()] : jzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MakeupConfirmUI/<>c__DisplayClass28_0::b__1(IgnoreOPS.Makeup)] : jzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass30_0::b__0()] : jzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass31_0::b__0()] : jzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass31_0::b__1()] : jzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI/<>c__DisplayClass31_0::b__2()] : jzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MakeupConfirmUI/<>c__DisplayClass32_0::b__0(IgnoreOPS.Makeup)] : jzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::Update()] : jzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::InitView(System.Object)] : jzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::initTop()] : jzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::initButtom()] : jzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnEnter()] : jzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::showPaypal()] : jzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnConfirm()] : jzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnTask()] : jzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::OnInline()] : jzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::RefreshRecordData()] : jzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::onTicket()] : jzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::refreshItem(System.Int32,FairyGUI.GObject)] : jzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::onCode()] : kaa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::CheckBtnWatchStatus()] : kab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::updateSpeedCD()] : kac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::CheckActive(System.Int32)] : kad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::WatchBtnClick()] : kae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::taskWatchBtnClick()] : kaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::upTaskWatchAdsBtn()] : kag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::LvWatchBtnClick()] : kah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::upLvWatchAdsBtn()] : kai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_0()] : kaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_1()] : kak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_2()] : kal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_3()] : kam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__18_4()] : kan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__24_0()] : kao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__24_1()] : kap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__35_0(System.Boolean)] : kaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__36_0(System.Boolean)] : kar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUI::b__38_0(System.Boolean)] : kas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.MakeupConfirmUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.MakeupConfirmUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MakeupConfirmUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.MenuCtrl ChillConnect.MenuCtrl::get_Instance()] : kat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::set_Instance(ChillConnect.MenuCtrl)] : kau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MenuModel::get_IsOpenMusic()] : kav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::set_IsOpenMusic(System.Boolean)] : kaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MenuModel::get_IsOpenEffect()] : kax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::set_IsOpenEffect(System.Boolean)] : kay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI/<>c__DisplayClass19_0::b__0()] : kaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::UpdataAvatar(System.Object)] : kba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::UpdateItem(System.Int32,FairyGUI.GObject)] : kbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetAvatar()] : kbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetHeadPic()] : kbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::InitView()] : kbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetVersion()] : kbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SetUID()] : kbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnSwitchLanguage()] : kbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnCloseView()] : kbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::SaveName()] : kbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnClickSetMusic()] : kbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::OnClickSoundBtn()] : kbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::RefreshMusicUI()] : kbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUI::b__26_0()] : kbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.MenuUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.MenuUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.MenuUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.NetLoadingCtrl ChillConnect.NetLoadingCtrl::get_Instance()] : kbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingCtrl::set_Instance(ChillConnect.NetLoadingCtrl)] : kbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUI::InitView()] : kbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.NetLoadingUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.NetLoadingUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NetLoadingUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.OpenBgCtrl ChillConnect.OpenBgCtrl::get_Instance()] : kbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgCtrl::set_Instance(ChillConnect.OpenBgCtrl)] : kbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OpenLogin(System.Object)] : kbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.OpenBgUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.OpenBgUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenBgUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.OpenGameCtrl ChillConnect.OpenGameCtrl::get_Instance()] : kbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::set_Instance(ChillConnect.OpenGameCtrl)] : kbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI/<>c::b__16_0()] : kbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI/<>c::b__16_1()] : kbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUI::InitView()] : kby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.OpenGameUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.OpenGameUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.OpenGameUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PackrewardCtrl ChillConnect.PackrewardCtrl::get_Instance()] : kbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::set_Instance(ChillConnect.PackrewardCtrl)] : kca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c::b__21_4()] : kcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c::b__21_6()] : kcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c::b__21_0()] : kcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c::b__21_2()] : kce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass16_0::b__0(System.Boolean)] : kcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass16_0::b__1()] : kcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass16_1::b__3(System.Boolean)] : kch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass16_1::b__4()] : kci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass21_0::b__5()] : kcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI/<>c__DisplayClass21_1::b__7()] : kck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::pay_success(System.Object)] : kcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::InitView()] : kcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::SetTextString1()] : kcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__16_2(System.Single)] : kco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__16_5(System.Single)] : kcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__21_1()] : kcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__21_8(System.Boolean)] : kcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__21_3()] : kcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUI::b__21_9(System.Boolean)] : kct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PackrewardUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PackrewardUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PackrewardUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PassunlockCtrl ChillConnect.PassunlockCtrl::get_Instance()] : kcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::set_Instance(ChillConnect.PassunlockCtrl)] : kcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI/<>c__DisplayClass9_0::b__0()] : kcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::pay_success(System.Object)] : kcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::InitView()] : kcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUI::SetTextString()] : kcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PassunlockUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PassunlockUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassunlockUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PassViewCtrl ChillConnect.PassViewCtrl::get_Instance()] : kda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::set_Instance(ChillConnect.PassViewCtrl)] : kdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__22_0()] : kdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__24_0()] : kdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_0()] : kde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_2()] : kdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_4()] : kdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_5()] : kdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c::b__31_6()] : kdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c__DisplayClass28_0::b__0(System.Boolean)] : kdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c__DisplayClass28_0::b__1(System.Single)] : kdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c__DisplayClass31_0::b__1()] : kdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI/<>c__DisplayClass31_0::b__3()] : kdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::SetTopCurr(System.Object)] : kdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::pay_success(System.Object)] : kdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::InitView()] : kdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::upData()] : kdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::setPassCom()] : kdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::setItemUrl(FairyGUI.GLoader,System.Int32)] : kds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::seItemClick(FGUI.P14_PassView.com_item_award,System.Int32,System.Int32,System.Int32)] : kdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::UnlockPass()] : kdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::GetReward(System.Int32,System.Int32)] : kdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::gotoItem()] : kdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::battle_itemRender(System.Int32,FairyGUI.GObject)] : kdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::b__13_0()] : kdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::b__21_0()] : kdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUI::b__27_0(System.Boolean)] : kea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PassViewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PassViewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PassViewUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PayloadingCtrl ChillConnect.PayloadingCtrl::get_Instance()] : keb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::set_Instance(ChillConnect.PayloadingCtrl)] : kec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::InitView()] : ked +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUI::b__15_0()] : kee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PayloadingUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PayloadingUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PayloadingUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PersonViewCtrl ChillConnect.PersonViewCtrl::get_Instance()] : kef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::set_Instance(ChillConnect.PersonViewCtrl)] : keg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PersonViewModel::get_IsOpenMusic()] : keh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::set_IsOpenMusic(System.Boolean)] : kei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PersonViewModel::get_IsOpenEffect()] : kej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::set_IsOpenEffect(System.Boolean)] : kek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_0()] : kel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_1()] : kem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_2()] : ken +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_3()] : keo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_6()] : kep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c::b__17_7(System.Boolean,System.String)] : keq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI/<>c__DisplayClass19_0::b__0()] : ker +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::GetSliderValueByScale(System.Single)] : kes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::InitView()] : ket +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetSlideValue()] : keu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::UpdateItem(System.Int32,FairyGUI.GObject)] : kev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetHeadPic()] : kew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetMusic()] : kex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetSound()] : kez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetVersion()] : kfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetUID()] : kfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SetAvatar()] : kfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::UpdateUserInfo()] : kfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::SaveName()] : kfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::b__17_4()] : kff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUI::b__17_5()] : kfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PersonViewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PersonViewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PersonViewUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PettyAwardCtrl ChillConnect.PettyAwardCtrl::get_Instance()] : kfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::set_Instance(ChillConnect.PettyAwardCtrl)] : kfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI/<>c__DisplayClass18_0::b__1(Spine.TrackEntry)] : kfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI/<>c__DisplayClass18_0::b__2()] : kfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI/<>c__DisplayClass22_0::b__0()] : kfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI/<>c__DisplayClass22_0::b__1(System.Boolean,SGModule.NetKit.OrderState)] : kfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::InitView()] : kfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::GotoPanel(System.Int32)] : kfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::GotoEnterAccount()] : kfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::ConfirmClick()] : kfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::GotoSecondConfirm(System.String,System.String,System.String)] : kfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::GotoDetail()] : kfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PettyAwardUI::IsPettyDataExpired()] : kft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::b__18_0()] : kfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::b__18_3(Spine.TrackEntry)] : kfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUI::b__23_0()] : kfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PettyAwardUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PettyAwardUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PettyAwardUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.PrivacyCtrl ChillConnect.PrivacyCtrl::get_Instance()] : kfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyCtrl::set_Instance(ChillConnect.PrivacyCtrl)] : kfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::InitView()] : kfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String[] ChillConnect.PrivacyUI::getstr(System.String,System.Int32)] : kga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUI::b__12_0(UnityEngine.TextAsset)] : kgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PrivacyUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.PrivacyUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PrivacyUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RecordViewCtrl ChillConnect.RecordViewCtrl::get_Instance()] : kgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewCtrl::set_Instance(ChillConnect.RecordViewCtrl)] : kgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI/d__20::System.IDisposable.Dispose()] : kge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.RecordViewUI/d__20::System.Collections.Generic.IEnumerator.get_Current()] : kgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI/d__20::System.Collections.IEnumerator.Reset()] : kgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.RecordViewUI/d__20::System.Collections.IEnumerator.get_Current()] : kgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::InitView()] : kgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::UpdateRecord()] : kgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::setRecord(System.Int32,FairyGUI.GObject)] : kgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.RecordViewUI::ScrollRoutine()] : kgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::hideEvent(System.Object)] : kgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::showEvent(System.Object)] : kgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUI::b__8_0()] : kgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectMoveFunc/<>c__DisplayClass0_0::b__0()] : kgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectMoveFunc::MoveTween(FairyGUI.GObject,System.Single,System.Action)] : kgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RecordViewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RecordViewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RecordViewUICtrl::RefreshList(System.Object)] : kgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RedeemCodeCtrl ChillConnect.RedeemCodeCtrl::get_Instance()] : kgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeCtrl::set_Instance(ChillConnect.RedeemCodeCtrl)] : kgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::InitView()] : kgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::b__10_0()] : kgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUI::b__10_1()] : kgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RedeemCodeUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RedeemCodeUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RedeemCodeUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ResurgenceCtrl ChillConnect.ResurgenceCtrl::get_Instance()] : kgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceCtrl::set_Instance(ChillConnect.ResurgenceCtrl)] : kgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c::b__16_0(System.Boolean)] : kgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c::b__18_0()] : kha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c::b__18_2()] : khb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c__DisplayClass18_0::b__1()] : khc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c__DisplayClass18_0::b__3()] : khd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c__DisplayClass18_0::b__5(System.Boolean)] : khe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI/<>c__DisplayClass18_1::b__4()] : khf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::updatEevent()] : khg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::pay_success(System.Object)] : khh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::InitView()] : khi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::BroadCast()] : khj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::InitBroadCast()] : khk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUI::b__23_0()] : khl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ResurgenceUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ResurgenceUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ResurgenceUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardCtrl ChillConnect.RewardCtrl::get_Instance()] : khm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardCtrl::set_Instance(ChillConnect.RewardCtrl)] : khn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.RewardUI/<>c::b__12_0(ChillConnect.RewardSingleData)] : kho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c::b__33_0()] : khp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c::b__34_1()] : khq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c__DisplayClass13_0::b__0()] : khr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c__DisplayClass13_0::b__1()] : khs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c__DisplayClass34_0::b__0()] : kht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI/<>c__DisplayClass34_1::b__2()] : khu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::InitData()] : khv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::InitView()] : khw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::setItemUrl(FairyGUI.GLoader,System.Int32)] : khx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::Set101(System.Decimal)] : khy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::SetAvatar()] : khz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::SetName()] : kia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardSingleData ChillConnect.RewardUI::GetRewardData(System.Int32)] : kib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Decimal ChillConnect.RewardUI::GetRewardValue(System.Int32)] : kic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardOrigin ChillConnect.RewardUI::GetRewardOrigin(System.Int32)] : kid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.RewardUI::GetRewardIndex(System.Int32)] : kie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnClickClaim()] : kif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::OnClickDouble()] : kig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::StartScroll()] : kih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::Scroll()] : kii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUI::b__24_0(System.Boolean)] : kij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::GetReward(System.Int32)] : kik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardAniCtrl ChillConnect.RewardAniCtrl::get_Instance()] : kil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::set_Instance(ChillConnect.RewardAniCtrl)] : kim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::add_UpdataCb(System.Action`1)] : kin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::remove_UpdataCb(System.Action`1)] : kio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::add_EndEventCb(System.Action)] : kip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::remove_EndEventCb(System.Action)] : kiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::add_UICloseEventCb(System.Action)] : kir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::remove_UICloseEventCb(System.Action)] : kis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::Updata()] : kit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::EndEvent()] : kiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniData::UICloseEvent()] : kiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__0(FairyGUI.NTexture)] : kiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__1()] : kix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.Vector2 ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__2()] : kiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__3(UnityEngine.Vector2)] : kiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__4()] : kja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__5()] : kjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__6(System.Single)] : kjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI/<>c__DisplayClass20_1::b__7()] : kjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnUpdate()] : jnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::InitView(ChillConnect.RewardDisplayData)] : kje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUI::b__17_0()] : kjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardAniUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardAniUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardAniUICtrl::b__6_0()] : kjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardboxCtrl ChillConnect.RewardboxCtrl::get_Instance()] : kjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::set_Instance(ChillConnect.RewardboxCtrl)] : kji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI/<>c::b__9_1()] : kjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI/<>c::b__23_0()] : kjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI/<>c::b__24_2()] : kjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::InitView()] : kjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::StartScroll()] : kjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::Scroll()] : kjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__9_0()] : kjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__9_2(System.Boolean)] : kjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__15_0()] : kjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__24_0()] : kjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUI::b__24_1()] : kjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardboxUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardboxUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardboxUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RewardMulNewCtrl ChillConnect.RewardMulNewCtrl::get_Instance()] : kju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewCtrl::set_Instance(ChillConnect.RewardMulNewCtrl)] : kjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI/<>c::b__14_4()] : kjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI/<>c::b__14_5()] : kjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI/<>c::b__14_6()] : kjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::InitView()] : kjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::getReward(System.Int32)] : kka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::playCoinAni()] : kkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_0()] : kkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_2(System.Boolean)] : kkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_3()] : kke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_1()] : kkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__14_7()] : kkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__17_0(System.Boolean)] : kkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUI::b__17_1()] : kki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardMulNewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.RewardMulNewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.RewardMulNewUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.SaveingPotCtrl ChillConnect.SaveingPotCtrl::get_Instance()] : kkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotCtrl::set_Instance(ChillConnect.SaveingPotCtrl)] : kkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c::b__11_1()] : kkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SaveingPotUI/<>c::b__26_0(SaveingPotRdData,SaveingPotRdData)] : kkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SaveingPotUI/<>c::b__26_1(System.Int32,System.Int32)] : kkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c::b__34_2(System.Boolean,SGModule.NetKit.OrderState)] : kko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c::b__36_0()] : kkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass25_0::b__0()] : kkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass25_0::b__1()] : kkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveingPotUI/<>c__DisplayClass25_0::b__2(IgnoreOPS.Makeup_2)] : kks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass27_0::b__0()] : kkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass28_0::b__0()] : kku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass28_0::b__1()] : kkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass28_0::b__2()] : kkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveingPotUI/<>c__DisplayClass30_0::b__0(IgnoreOPS.Makeup_2)] : kkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass32_0::b__0()] : kky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass32_0::b__1()] : kkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass32_0::b__2(System.Boolean)] : kla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass33_0::b__0()] : klb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI/<>c__DisplayClass36_1::b__1()] : klc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::Update()] : kld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::InitView()] : kle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::WatchBtnClick()] : klf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::updateSpeedCD()] : klg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::upLvWatchAdsBtn()] : klh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnInline()] : kli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::RefreshRecordData()] : klj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::onTicket()] : klk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::refreshItem(System.Int32,FairyGUI.GObject)] : kll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::onCode()] : klm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::CheckActive(System.Int32)] : kln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::CheckBtnWatchStatus()] : klo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnConfirm()] : klp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnTask()] : klq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::OnEnter()] : klr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::showPaypal()] : kls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::initTop()] : klt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::BroadCast()] : klu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::InitBroadCast()] : klv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__11_0()] : klw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_0()] : klx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_3(System.Boolean)] : kly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_4()] : klz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_1(System.Single)] : kma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__20_2(Spine.TrackEntry)] : kmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__21_0(System.Boolean)] : kmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__31_0()] : kmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__31_1()] : kme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__34_0()] : kmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__34_1()] : kmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUI::b__40_0()] : kmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.SaveingPotUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.SaveingPotUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveingPotUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.BuygoldCtrl ChillConnect.BuygoldCtrl::get_Instance()] : kmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::set_Instance(ChillConnect.BuygoldCtrl)] : kmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c::b__25_0()] : kmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c::b__29_1()] : kml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c__DisplayClass18_0::b__0(System.Boolean)] : kmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c__DisplayClass18_0::b__1()] : kmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c__DisplayClass18_0::b__2(System.Single)] : kmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI/<>c__DisplayClass29_0::b__0()] : kmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::upWatchAdsBtn()] : kmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::GetAward(System.Decimal,System.Int32)] : kmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::pay_success(System.Object)] : kms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::InitView()] : kmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::initList()] : kmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::SetTextString()] : kmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::setRemaintime(System.Int32,FairyGUI.GObject)] : kmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.BuygoldUI::getShopName(System.Int32)] : kmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::redeem_Gold(System.Int32)] : kmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::b__25_1()] : kmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::b__25_2(System.Boolean)] : kna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUI::b__25_3()] : knb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BuygoldUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BuygoldUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::removeAdCountDown()] : knc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BuygoldUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.SignInViewCtrl ChillConnect.SignInViewCtrl::get_Instance()] : knd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::set_Instance(ChillConnect.SignInViewCtrl)] : kne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI/<>c__DisplayClass18_0::b__0()] : knf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI/<>c__DisplayClass18_1::b__1()] : kng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI/<>c__DisplayClass21_0::b__0(System.Boolean)] : knh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::InitView()] : kni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::RefreshView(FGUI.Signin_19.btn_sign,IgnoreOPS.SignDailyReward,System.Int32)] : knj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::setItemUrl(FairyGUI.GLoader,System.Int32)] : knk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUI::GetSignInReward(IgnoreOPS.SignDailyReward,UnityEngine.Vector2,FairyGUI.GButton,System.Int32)] : knl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::OnSignInUI_Display(System.Object)] : knm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.SignInViewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.SignInViewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SignInViewUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.StatementViewCtrl ChillConnect.StatementViewCtrl::get_Instance()] : knn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::set_Instance(ChillConnect.StatementViewCtrl)] : kno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::InitView()] : knp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUI::OnListScroll()] : knq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.StatementViewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.StatementViewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.StatementViewUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ThreeDaysGiftCtrl ChillConnect.ThreeDaysGiftCtrl::get_Instance()] : knr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftCtrl::set_Instance(ChillConnect.ThreeDaysGiftCtrl)] : kns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_2()] : knt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_3()] : knu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_5()] : knv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_8()] : knw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c::b__18_9()] : knx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0::b__1()] : kny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0::b__6()] : knz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0::b__7()] : koa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_0::b__10(System.Boolean)] : kob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_1::b__0()] : koc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass18_2::b__4()] : kod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass9_0::b__0()] : koe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass9_0::b__1(Spine.TrackEntry)] : kof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI/<>c__DisplayClass9_0::b__2()] : kog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::pay_success(System.Object)] : koh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::rewardMul_close(System.Object)] : koi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::InitView()] : koj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::initItem(System.Int32)] : kok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::setItemUrl(FairyGUI.GLoader,GiftType)] : kol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::getReward()] : kom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::InitBroadCast()] : kon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::BroadCast()] : koo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::b__28_0()] : kop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::b__28_1()] : koq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUI::b__28_2()] : kor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ThreeDaysGiftUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.ThreeDaysGiftUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ThreeDaysGiftUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.TipsViewCtrl ChillConnect.TipsViewCtrl::get_Instance()] : kos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewCtrl::set_Instance(ChillConnect.TipsViewCtrl)] : kot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI/<>c__DisplayClass12_0::b__0()] : kou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUI::InitView(System.Action)] : kov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.TipsViewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.TipsViewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.TipsViewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.WheelViewCtrl ChillConnect.WheelViewCtrl::get_Instance()] : kow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::set_Instance(ChillConnect.WheelViewCtrl)] : kox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.WheelViewModel::get_NextOpenWheelTimeStr()] : koy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.WheelViewUI/<>c__DisplayClass31_0::b__0()] : koz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI/<>c__DisplayClass31_0::b__1(System.Single)] : kpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI/<>c__DisplayClass31_0::b__2()] : kpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI/<>c__DisplayClass32_0::b__0()] : kpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI/<>c__DisplayClass32_0::b__1(System.Boolean)] : kpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::LoadLastCheckDate()] : kpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::SaveLastCheckDate()] : kpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::CheckNewDay()] : kpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::InitView()] : kph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::refreshData()] : kpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::SpineAnim()] : kpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::Spin()] : kpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::ReceivePlane(IgnoreOPS.Turntable)] : kpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::UpdateTime()] : kpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::b__21_0()] : kpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUI::b__30_0(System.Boolean)] : kpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::OnSignInUI_Display(System.Object)] : kpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.WheelViewUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.WheelViewUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.WheelViewUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.BaseCtrl::get_IsNew()] : kpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::set_IsNew(System.Boolean)] : kpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::New()] : kps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::Init()] : kpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::StartUp()] : kpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::GameStart()] : kpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::Dispose()] : kpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::Assignment()] : kpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::UnAssignment()] : kpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnNew()] : kpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnStartUp()] : kqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnGameStart()] : kqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BaseUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.BaseUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUICtrl::DispatchCloseUI(System.String,System.Object)] : kqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::New()] : kqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::Init()] : kqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::StartUp()] : kqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::GameStart()] : kqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::Reset()] : kqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::Dispose()] : kqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::Assignment()] : kqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::UnAssignment()] : kqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnNew()] : kql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnStartUp()] : kqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnGameStart()] : kqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::AddServerListener()] : kqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseModel::RemoveServerListener()] : kqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::New(ChillConnect.BaseUICtrl)] : kqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Assignment()] : kqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::UnAssignment()] : kqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Open(System.Object)] : kqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Close()] : kqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Hide()] : kqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Display(System.Object)] : kqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Init()] : kqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::PostProcess_UIInfo()] : kqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Bind()] : kqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_OpenBefore(System.Object)] : kra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Open(System.Object)] : krb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_OpenUIAnimEnd()] : krc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Close()] : krd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_CloseUIAnimEnd()] : kre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Destroy()] : krf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Hide()] : krg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::Process_Display(System.Object)] : krh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::ProcessFunc_SwitchLanguage()] : kri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::InternaProcesslFunc_GComponentSwitchLanguage(FairyGUI.GComponent)] : krj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnNew()] : krk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnOpenUIAnimEnd()] : krl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnCloseUIAnimEnd()] : krm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnDestroy()] : krn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnUpdate()] : jnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::OnSwitchLanguage()] : kbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::AddServerListener()] : kro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::RemoveServerListener()] : krp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::KillOpenUIAnim()] : krq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::KillCloseUIAnim()] : krr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.BaseUI::CtrlCloseUI()] : krs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.NewTaskCtrl ChillConnect.NewTaskCtrl::get_Instance()] : krt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::set_Instance(ChillConnect.NewTaskCtrl)] : kru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskCtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskModel::OnInit()] : jcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskModel::OnDispose()] : jck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskModel::AddListener()] : jcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskModel::RemoveListener()] : jcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__25_3()] : krv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.NewTaskUI/<>c::b__28_0(IgnoreOPS.PassingTask,IgnoreOPS.PassingTask)] : krw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.NewTaskUI/<>c::b__29_0(IgnoreOPS.Durationtasks,IgnoreOPS.Durationtasks)] : krx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.NewTaskUI/<>c::b__30_0(IgnoreOPS.ADTask,IgnoreOPS.ADTask)] : kry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__31_0()] : krz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__31_3()] : ksa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__31_2()] : ksb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__32_0()] : ksc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__32_3()] : ksd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__32_2()] : kse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__35_0()] : ksf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__35_3()] : ksg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c::b__35_2()] : ksh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass31_0::b__1()] : ksi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass32_0::b__1()] : ksj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass33_0::b__0(System.Boolean)] : ksk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass34_0::b__0()] : ksl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI/<>c__DisplayClass35_0::b__1()] : ksm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::SetUIInfo(ChillConnect.UIInfo)] : jco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnInit()] : jcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnClose()] : jcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnBind()] : jcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnOpenBefore(System.Object)] : jcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::SortListBasedOnIsLevel(System.Int32)] : ksn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnOpen(System.Object)] : jct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnHide()] : jcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::OnDisplay(System.Object)] : jcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::AddListener()] : jcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::RemoveListener()] : jcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::InitView()] : kso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::SetBtnVisible(System.Int32)] : ksp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::RefreshGold(System.Decimal)] : ksq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::SortTaskList()] : ksr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::sortTimeList()] : kss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::sortADNumList()] : kst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::ADTaskRender(System.Int32,FairyGUI.GObject)] : ksu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::passingTaskrRender(System.Int32,FairyGUI.GObject)] : ksv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::GetReward(System.Int32)] : ksw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::getRewardSuccess(System.Object)] : ksx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::durationRender(System.Int32,FairyGUI.GObject)] : ksy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::b__25_0()] : ksz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::b__25_1()] : kta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUI::b__25_2()] : ktb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::OnInit()] : ehv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::OnDispose()] : ehw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::OpenUI(System.Object)] : jdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::CloseUI(System.Object)] : jdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.NewTaskUICtrl::GetOpenUIMsg(System.String)] : jdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.UInt32 ChillConnect.NewTaskUICtrl::GetCloseUIMsg(System.String)] : jdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::AddListener()] : ehx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::RemoveListener()] : ehy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::AddServerListener()] : jch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.NewTaskUICtrl::RemoveServerListener()] : jci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GObjectPool::get_CountAll()] : ktc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::set_CountAll(System.Int32)] : ktd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.GObjectPool::get_CountInactive()] : kte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::set_CountInactive(System.Int32)] : ktf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::Init(System.String,System.String,UnityEngine.Transform,UnityEngine.Transform)] : ktg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::InitCallBack(System.Action`1,System.Action`1,System.Action`1)] : kth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.GObjectPool::Get()] : kti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::Release(UnityEngine.GameObject)] : ktj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GObjectPool::Contains(UnityEngine.GameObject)] : ktk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectPool::DestroyObj(UnityEngine.GameObject)] : ktl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] UnityEngine.GameObject ChillConnect.GObjectsPool::Get(System.String,System.String)] : ktm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GObjectsPool::RegisterNew(System.String,System.String)] : ktn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ListPool`1::Clear(System.Collections.Generic.List`1)] : kto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.Generic.List`1 ChillConnect.ListPool`1::Get()] : ktp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ListPool`1::Release(System.Collections.Generic.List`1)] : ktq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.ObjectPool`1::get_CountAll()] : ktr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ObjectPool`1::set_CountAll(System.Int32)] : kts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.ObjectPool`1::Get()] : ktt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ObjectPool`1::Release(T)] : ktu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ObjectPool`1::Dispose()] : ktv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AppManagerRegister::Register()] : ktw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AppManagerRegister::RegisterData()] : ktx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.AppManagerRegister::RegisterFont()] : kty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerRegister::Register()] : ktz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ManagerRegister::RegisterData()] : kua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SceneManagerRegister::AutoRegisterScene()] : kub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManagerRegister::AutoRegisterBinder()] : kuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.UIManagerRegister::AutoRegisterCommonPackages()] : kud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SApplication::get_IsAppQuit()] : kue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_IsAppQuit(System.Boolean)] : kuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SApplication::get_IsRestart()] : kug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_IsRestart(System.Boolean)] : kuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SApplication::get_RestartCount()] : kui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_RestartCount(System.Int32)] : kuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SApplication::get_IsAppFocus()] : kuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_IsAppFocus(System.Boolean)] : kul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SApplication::get_IsAppPause()] : kum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_IsAppPause(System.Boolean)] : kun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int64 ChillConnect.SApplication::get_LastFocusFlaseTime()] : kuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::set_LastFocusFlaseTime(System.Int64)] : kup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::Init()] : kuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::Enable()] : kur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::CreateEnvironment()] : kus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SApplication::CloseApp()] : kut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.Saveobject ChillConnect.SaveData::GetSaveObject()] : kuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.RankData ChillConnect.SaveData::GetRankData()] : kuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveData::SaveRankFunc(System.Boolean)] : kuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveData::saveDataFunc()] : kux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::battlepassred()] : kuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveData::AddAllLevelRewardsToLevelReward()] : kuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SaveData::getAllLevelAward()] : kva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.SaveData::getLevelreward(System.Int32)] : kvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::passtaskred()] : kvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::timetaskred()] : kvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::AdTaskred()] : kve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.SaveData::getRed()] : kvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.SaveLoacalobject ChillConnect.SaveLocalData::GetSaveLocalObject()] : kvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveLocalData::saveLocalDataFunc()] : kvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SaveLocalData::clearRankData()] : kvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ISingleton::OnSingletonInit()] : kvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.Singleton`1::get_Instance()] : kvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.Singleton`1::OnSingletonInit()] : kvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.SingletonUnity`1::get_Instance()] : kvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.String ChillConnect.SingletonUnity`1::get_ParentRootName()] : jbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SingletonUnity`1::set_ParentRootName(System.String)] : kvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SingletonUnity`1::SetSelfParentRoot(UnityEngine.GameObject,System.String)] : kvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SingletonUnity`1::New()] : jel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SingletonUnity`1::OnSingletonInit()] : kvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication/<>c::b__4_0(System.Object)] : kvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication/d__18::System.IDisposable.Dispose()] : kvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SuperApplication/d__18::System.Collections.Generic.IEnumerator.get_Current()] : kvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication/d__18::System.Collections.IEnumerator.Reset()] : kvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Object ChillConnect.SuperApplication/d__18::System.Collections.IEnumerator.get_Current()] : kvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.SuperApplication ChillConnect.SuperApplication::get_Instance()] : kvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::Init()] : kuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::Enable()] : kur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitPlugin()] : kvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitAppSetting()] : kvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::StartUpGameMain()] : kvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitSettingMode()] : kvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitResolutionMode()] : kvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::InitFrameRateMode()] : kvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::SetResolutionMode(System.Boolean)] : kwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::SetFrameRateMode(System.Boolean)] : kwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.SuperApplication::SetScreenResolution(System.Single,System.Single,System.Boolean)] : kwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Collections.IEnumerator ChillConnect.SuperApplication::OnSetScreenResolution(System.Single,System.Single,System.Boolean)] : kwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Init()] : cke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::AddListener()] : kwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::OnConsumeResources(System.Object)] : kwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Consume(System.Int32,System.Int32,System.Action`1,System.Boolean)] : kwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Consume(System.Int32,System.Decimal,System.Action`1,System.Boolean)] : kwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Consume(System.Int32[],System.Int32[],System.Action`1,System.Boolean)] : kwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::Consume(System.Int32[],System.Decimal[],System.Action`1,System.Boolean)] : kwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::CheckItem(System.Int32,System.Int32,System.Action`1)] : kwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::CheckItem(System.Int32,System.Decimal,System.Action`1)] : kwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::CheckItem(System.Int32[],System.Int32[],System.Action`1)] : kwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeSystem::CheckItem(System.Int32[],System.Decimal[],System.Action`1)] : kwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ConsumeVal ChillConnect.ConsumeVal::Get()] : kwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ConsumeVal ChillConnect.ConsumeVal::Get(System.Int32,System.Decimal)] : kwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.ConsumeVal ChillConnect.ConsumeVal::Get(System.Int32,System.Decimal,System.Action`1)] : kwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeVal::Release()] : kwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConsumeVal::AddConsume(System.Int32,System.Decimal)] : kws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameDataSystem/<>c__DisplayClass10_0::b__0(IgnoreOPS.Makeup)] : kwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameDataSystem/<>c__DisplayClass10_1::b__1(IgnoreOPS.Makeup_2)] : kwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameDataSystem/<>c__DisplayClass9_0::b__0(IgnoreOPS.Makeup)] : kwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.GameDataSystem/<>c__DisplayClass9_1::b__1(IgnoreOPS.Makeup_2)] : kww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::Init()] : cke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::AddListener()] : kwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChangeGiftSwitch(System.Object)] : kwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::InitPreferences(System.Object)] : kwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnRefreshMakeupData(System.Object)] : kxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::CheckMakeupTaskData()] : kxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::CheckSpeedUpTaskData(System.Int32)] : kxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::AddMakeupTaskData()] : kxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChange101(ChillConnect.ChangeValue`1)] : kxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChange111(ChillConnect.ChangeValue`1)] : kxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::NewDay(System.Object)] : kxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::RefreshADTaskData(System.Object)] : kxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::AddIntWatchVideo(System.Object)] : kxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::AddWatchVideo(System.Object)] : kxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChangeRewardFly101(ChillConnect.ChangeValue`1)] : kxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnChangeRewardFly111(ChillConnect.ChangeValue`1)] : kxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::InitChangeRewardFly(System.Int32,System.Boolean,System.Boolean)] : kxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::OnGetReward(System.Object)] : kxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GameDataSystem::ProcessData(ChillConnect.RewardSingleData)] : kxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem/<>c::b__7_1(System.String,System.String)] : kxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem/<>c__DisplayClass7_0::b__0(SGModule.ConfigLoader.ConfigLoaderState)] : kxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::Init()] : cke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::AddListener()] : kxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::RemoveListener()] : kxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::OnGetConfig(System.Object)] : kxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::ReloadConfig()] : kxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::ParseArrowGameConfig()] : kxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::ParseGameConfig()] : kxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::SetGameUrlConfig()] : kxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.ConfigSystem::GetConfig()] : kxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.ConfigSystem::Dispose()] : jbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem/<>c::b__8_2()] : kxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::Init()] : cke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::InitData()] : kya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::AddListener()] : kyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::RemoveListener()] : kyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::RequestLogin(System.Object)] : kyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::Dispose()] : jbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::b__8_0(System.Boolean,SGModule.NetKit.LoginModel)] : kye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.LoginSystem::b__8_1()] : kyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem/<>c::b__4_0(System.Boolean,System.String)] : kyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::Init()] : cke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::AddListener()] : kyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::RemoveListener()] : kyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::OnRequestPlayData(System.Object)] : kyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::OnRequestSavePlayData(System.Object)] : kyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayDataSystem::Dispose()] : jbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraAdaptive::DoAdaptive(System.Boolean,System.Single)] : kyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.CameraAdaptive::Adaptive()] : kym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.CameraAdaptive::Get3DFOV()] : kyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.EngineEventSystem ChillConnect.EngineEventSystem::get_Instance()] : kyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EngineEventSystem::set_Instance(ChillConnect.EngineEventSystem)] : kyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EngineEventSystem::Init()] : kyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EngineEventSystem::b__9_0(UnityEngine.GameObject)] : kyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EventKit::Set2DRaycasterEnabled(UnityEngine.EventSystems.Physics2DRaycaster,System.Boolean)] : kys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EventKit::Set3DRaycasterEnabled(UnityEngine.EventSystems.PhysicsRaycaster,System.Boolean)] : kyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] T ChillConnect.GeneralKit::Instantiate(T)] : kyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.GeneralKit::Destroy(UnityEngine.Object)] : kyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TaskSequence/<>c__DisplayClass7_0::b__0()] : kyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.TaskSequence::get_Count()] : kyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.TaskSequence ChillConnect.TaskSequence::Run()] : kyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.TaskSequence ChillConnect.TaskSequence::Clear()] : kyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TaskProcedure::InvokeComplete()] : kza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TaskProcedure::Dispose()] : kzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EasyTimer::SetTimer(System.String,ChillConnect.TimerTimeType)] : kzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.EasyTimer::GetTime()] : kzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EasyTimer::AddTimer(System.Single,System.Action)] : kze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.EasyTimer::ClearAll()] : kzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.EasyTimer::b__6_0(System.Collections.Generic.KeyValuePair`2)] : kzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.NormalTimer/TimerTask::get_TimeLeft()] : kzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NormalTimer/TimerTask::Run()] : kzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.NormalTimer/TimerTask::op_Implicit(ChillConnect.NormalTimer/TimerTask)] : kzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.NormalTimer/<>c::b__9_0(System.Collections.Generic.KeyValuePair`2)] : kzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NormalTimer::SetTimer(System.String,ChillConnect.TimerTimeType)] : kzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.NormalTimer::GetTime()] : kzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.NormalTimer::RemoveTimer(System.String)] : kzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.NormalTimer::ClearAll()] : kzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.TimerTask::CallFunc()] : kzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.TimerTask::op_Implicit(ChillConnect.TimerTask)] : kzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.Timer/<>c::b__7_0(ChillConnect.TimerTask)] : kzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.Timer::SetTimer(System.String,ChillConnect.TimerTimeType)] : kzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.Timer::GetTime()] : kzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.TimerTask ChillConnect.Timer::AddLoopTimer(System.Single,System.Action`1,System.Object[])] : kzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.Timer::AddTimer(ChillConnect.TimerTask)] : kzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.Timer::ClearAll()] : kzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Single ChillConnect.Timer::GetTriggerTime(System.Single)] : kzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.EasyTimer ChillConnect.TimerHelper::get_mEasy()] : kzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] ChillConnect.Timer ChillConnect.TimerHelper::get_UnscaleGeneral()] : kzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.UnitConvertUtil::ConvertIntUnitStr(System.Double)] : laa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Int32 ChillConnect.UnitConvertUtil::GetDigitNumber(System.Double)] : lab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.UnitConvertUtil::ConvertUnit(System.Int32)] : lac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.UnitConvertUtil::ConvertNoDecimalUnit(System.Double,System.String)] : lad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.DOTweenHelper::Init()] : lae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FGUIHelper::AddFguiTimer(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)] : laf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.FGUIHelper::SetGLoaderUrl(FairyGUI.GLoader,System.String,System.String)] : lag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.FGUIHelper::PlayClickSound()] : lah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ParticleUnscaledTime::InitData()] : lai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.ParticleUnscaledTime::OnUpdateParticleTime()] : laj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayerPrefsKit::WriteInt(System.String,System.Int32)] : lak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayerPrefsKit::WriteBool(System.String,System.Boolean)] : lal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayerPrefsKit::WriteString(System.String,System.String)] : lam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.PlayerPrefsKit::WriteObject(System.String,System.Object)] : lan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PlayerPrefsKit::ReadBool(System.String,System.Boolean)] : lao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.String ChillConnect.PlayerPrefsKit::ReadString(System.String)] : lap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.PlayerPrefsKit::HasKey(System.String)] : laq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c::b__6_0(System.Int32)] : lar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c__DisplayClass9_0::b__0()] : las +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit/<>c__DisplayClass9_0::b__1()] : lat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::Init()] : lau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MaxADKit::CheckInterstitialReady()] : lav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::ShowInterstitial(System.String,UnityEngine.Events.UnityAction`1)] : law +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::LoadAppOpenAd()] : lax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::ShowOpenAdIfReady(UnityEngine.Events.UnityAction`1)] : lay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::ShowOpenAd(System.String,MaxSdkBase/AdInfo)] : laz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Boolean ChillConnect.MaxADKit::CheckRewardedReady()] : lba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::ShowVideo(System.String,UnityEngine.Events.UnityAction`1)] : lbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Assembly-CSharp] System.Void ChillConnect.MaxADKit::g__GameConfig|6_1(System.Boolean,System.String)] : lbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : lbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.Lexer::get_hasError()] : lbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 SharpJson.Lexer::get_lineNumber()] : lbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::set_lineNumber(System.Int32)] : lbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.Lexer::get_parseNumbersAsFloat()] : lbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::set_parseNumbersAsFloat(System.Boolean)] : lbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::Reset()] : lbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.Lexer::ParseString()] : lbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.Lexer::GetNumberString()] : lbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single SharpJson.Lexer::ParseFloatNumber()] : lbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Double SharpJson.Lexer::ParseDoubleNumber()] : lbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 SharpJson.Lexer::GetLastIndexOfNumber(System.Int32)] : lbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.Lexer::SkipWhiteSpaces()] : lbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::LookAhead()] : lbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::NextToken()] : lbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] SharpJson.Lexer/Token SharpJson.Lexer::NextToken(System.Char[],System.Int32&)] : lbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String SharpJson.JsonDecoder::get_errorMessage()] : lbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::set_errorMessage(System.String)] : lbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean SharpJson.JsonDecoder::get_parseNumbersAsFloat()] : lbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::set_parseNumbersAsFloat(System.Boolean)] : lbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::Decode(System.String)] : lbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::DecodeText(System.String)] : lby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IDictionary`2 SharpJson.JsonDecoder::ParseObject()] : lbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IList`1 SharpJson.JsonDecoder::ParseArray()] : lca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object SharpJson.JsonDecoder::ParseValue()] : lcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void SharpJson.JsonDecoder::TriggerError(System.String)] : lcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T SharpJson.JsonDecoder::EvalLexer(T)] : lcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Animation::get_Timelines()] : lce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::set_Timelines(Spine.ExposedList`1)] : lcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Animation::get_Duration()] : lcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Animation::set_Duration(System.Single)] : lch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Animation::get_Name()] : lci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Animation::HasTimeline(System.Int32)] : lcj +[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)] : lck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single,System.Int32)] : lcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::BinarySearch(System.Single[],System.Single)] : lcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Animation::LinearSearch(System.Single[],System.Single,System.Int32)] : lcn +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Timeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IBoneTimeline::get_BoneIndex()] : lcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ISlotTimeline::get_SlotIndex()] : lcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.CurveTimeline::get_FrameCount()] : lcs +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.CurveTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetLinear(System.Int32)] : lct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.CurveTimeline::SetStepped(System.Int32)] : lcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.CurveTimeline::GetCurveType(System.Int32)] : lcv +[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)] : lcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.CurveTimeline::GetCurvePercent(System.Int32,System.Single)] : lcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.RotateTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::set_BoneIndex(System.Int32)] : lcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.RotateTimeline::get_BoneIndex()] : lcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RotateTimeline::get_Frames()] : lcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::set_Frames(System.Single[])] : lda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RotateTimeline::SetFrame(System.Int32,System.Single,System.Single)] : ldb +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TranslateTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::set_BoneIndex(System.Int32)] : ldc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TranslateTimeline::get_BoneIndex()] : lcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TranslateTimeline::get_Frames()] : ldd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::set_Frames(System.Single[])] : lde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TranslateTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single)] : ldf +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ScaleTimeline::get_PropertyId()] : lcp +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ShearTimeline::get_PropertyId()] : lcp +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ColorTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::set_SlotIndex(System.Int32)] : ldg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.ColorTimeline::get_SlotIndex()] : lcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.ColorTimeline::get_Frames()] : ldh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ColorTimeline::set_Frames(System.Single[])] : ldi +[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)] : ldj +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TwoColorTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TwoColorTimeline::set_SlotIndex(System.Int32)] : ldk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TwoColorTimeline::get_SlotIndex()] : lcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TwoColorTimeline::get_Frames()] : ldl +[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)] : ldm +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_FrameCount()] : ldn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_SlotIndex(System.Int32)] : ldo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.AttachmentTimeline::get_SlotIndex()] : lcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.AttachmentTimeline::get_Frames()] : ldp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_Frames(System.Single[])] : ldq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String[] Spine.AttachmentTimeline::get_AttachmentNames()] : ldr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::set_AttachmentNames(System.String[])] : lds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::SetFrame(System.Int32,System.Single,System.String)] : ldt +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AttachmentTimeline::SetAttachment(Spine.Skeleton,Spine.Slot,System.String)] : ldu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DeformTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_SlotIndex(System.Int32)] : ldv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DeformTimeline::get_SlotIndex()] : lcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.VertexAttachment Spine.DeformTimeline::get_Attachment()] : ldw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Attachment(Spine.VertexAttachment)] : ldx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.DeformTimeline::get_Frames()] : ldy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Frames(System.Single[])] : ldz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[][] Spine.DeformTimeline::get_Vertices()] : lea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::set_Vertices(System.Single[][])] : leb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DeformTimeline::SetFrame(System.Int32,System.Single,System.Single[])] : lec +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.EventTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.EventTimeline::get_FrameCount()] : led +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.EventTimeline::get_Frames()] : lee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::set_Frames(System.Single[])] : lef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Event[] Spine.EventTimeline::get_Events()] : leg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::set_Events(Spine.Event[])] : leh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventTimeline::SetFrame(System.Int32,Spine.Event)] : lei +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.DrawOrderTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.DrawOrderTimeline::get_FrameCount()] : lej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.DrawOrderTimeline::get_Frames()] : lek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::set_Frames(System.Single[])] : lel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[][] Spine.DrawOrderTimeline::get_DrawOrders()] : lem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::set_DrawOrders(System.Int32[][])] : len +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.DrawOrderTimeline::SetFrame(System.Int32,System.Single,System.Int32[])] : leo +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.IkConstraintTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::set_IkConstraintIndex(System.Int32)] : lep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraintTimeline::get_IkConstraintIndex()] : leq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.IkConstraintTimeline::get_Frames()] : ler +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintTimeline::set_Frames(System.Single[])] : les +[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)] : let +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.TransformConstraintTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::set_TransformConstraintIndex(System.Int32)] : leu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.TransformConstraintTimeline::get_TransformConstraintIndex()] : lev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.TransformConstraintTimeline::get_Frames()] : lew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintTimeline::set_Frames(System.Single[])] : lex +[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)] : ley +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintPositionTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::set_PathConstraintIndex(System.Int32)] : lez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.PathConstraintPositionTimeline::get_PathConstraintIndex()] : lfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraintPositionTimeline::get_Frames()] : lfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::set_Frames(System.Single[])] : lfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintPositionTimeline::SetFrame(System.Int32,System.Single,System.Single)] : lfd +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintSpacingTimeline::get_PropertyId()] : lcp +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.PathConstraintMixTimeline::get_PropertyId()] : lcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::set_PathConstraintIndex(System.Int32)] : lfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.PathConstraintMixTimeline::get_PathConstraintIndex()] : lff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathConstraintMixTimeline::get_Frames()] : lfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::set_Frames(System.Single[])] : lfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintMixTimeline::SetFrame(System.Int32,System.Single,System.Single,System.Single)] : lfi +[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)] : lco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnStart(Spine.TrackEntry)] : lfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnInterrupt(Spine.TrackEntry)] : lfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnEnd(Spine.TrackEntry)] : lfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnDispose(Spine.TrackEntry)] : lfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnComplete(Spine.TrackEntry)] : lfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::OnEvent(Spine.TrackEntry,Spine.Event)] : lfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Start(Spine.AnimationState/TrackEntryDelegate)] : lfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Start(Spine.AnimationState/TrackEntryDelegate)] : lfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : lfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : lfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_End(Spine.AnimationState/TrackEntryDelegate)] : lft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_End(Spine.AnimationState/TrackEntryDelegate)] : lfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Dispose(Spine.AnimationState/TrackEntryDelegate)] : lfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Dispose(Spine.AnimationState/TrackEntryDelegate)] : lfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Complete(Spine.AnimationState/TrackEntryDelegate)] : lfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Complete(Spine.AnimationState/TrackEntryDelegate)] : lfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::add_Event(Spine.AnimationState/TrackEntryEventDelegate)] : lfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::remove_Event(Spine.AnimationState/TrackEntryEventDelegate)] : lga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AssignEventSubscribersFrom(Spine.AnimationState)] : lgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AddEventSubscribersFrom(Spine.AnimationState)] : lgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::Update(System.Single)] : lgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::UpdateMixingFrom(Spine.TrackEntry,System.Single)] : lge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::Apply(Spine.Skeleton)] : lgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.AnimationState::ApplyEventTimelinesOnly(Spine.Skeleton)] : lgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::ApplyMixingFrom(Spine.TrackEntry,Spine.Skeleton,Spine.MixBlend)] : lgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::ApplyMixingFromEventTimelinesOnly(Spine.TrackEntry,Spine.Skeleton)] : lgi +[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)] : lgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetAttachment(Spine.Skeleton,Spine.Slot,System.String,System.Boolean)] : lgk +[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)] : lgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::QueueEvents(Spine.TrackEntry,System.Single)] : lgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearTracks()] : lgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearTrack(System.Int32)] : lgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetCurrent(System.Int32,Spine.TrackEntry,System.Boolean)] : lgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,System.String,System.Boolean)] : lgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetAnimation(System.Int32,Spine.Animation,System.Boolean)] : lgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,System.String,System.Boolean,System.Single)] : lgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddAnimation(System.Int32,Spine.Animation,System.Boolean,System.Single)] : lgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::SetEmptyAnimation(System.Int32,System.Single)] : lgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::AddEmptyAnimation(System.Int32,System.Single,System.Single)] : lgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::SetEmptyAnimations(System.Single)] : lgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::ExpandToIndex(System.Int32)] : lgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::NewTrackEntry(System.Int32,Spine.Animation,System.Boolean,Spine.TrackEntry)] : lgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::DisposeNext(Spine.TrackEntry)] : lgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::AnimationsChanged()] : lha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ComputeHold(Spine.TrackEntry)] : lhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.AnimationState::GetCurrent(System.Int32)] : lhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::ClearListenerNotifications()] : lhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationState::get_TimeScale()] : lhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::set_TimeScale(System.Single)] : lhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationStateData Spine.AnimationState::get_Data()] : lhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::set_Data(Spine.AnimationStateData)] : lhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.AnimationState::get_Tracks()] : lhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationState::<.ctor>b__45_0()] : lhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Start(Spine.AnimationState/TrackEntryDelegate)] : lhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Start(Spine.AnimationState/TrackEntryDelegate)] : lhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : lhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Interrupt(Spine.AnimationState/TrackEntryDelegate)] : lhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_End(Spine.AnimationState/TrackEntryDelegate)] : lho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_End(Spine.AnimationState/TrackEntryDelegate)] : lhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Dispose(Spine.AnimationState/TrackEntryDelegate)] : lhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Dispose(Spine.AnimationState/TrackEntryDelegate)] : lhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Complete(Spine.AnimationState/TrackEntryDelegate)] : lhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Complete(Spine.AnimationState/TrackEntryDelegate)] : lht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::add_Event(Spine.AnimationState/TrackEntryEventDelegate)] : lhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::remove_Event(Spine.AnimationState/TrackEntryEventDelegate)] : lhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnStart()] : lhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnInterrupt()] : lhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnEnd()] : lhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnDispose()] : lhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnComplete()] : lia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::OnEvent(Spine.Event)] : lib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::Reset()] : lic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.TrackEntry::get_TrackIndex()] : lid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.TrackEntry::get_Animation()] : lie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_Loop()] : lif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Loop(System.Boolean)] : lig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_Delay()] : lih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Delay(System.Single)] : lii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TrackTime()] : lij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TrackTime(System.Single)] : lik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TrackEnd()] : lil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TrackEnd(System.Single)] : lim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationStart()] : lin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationStart(System.Single)] : lio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationEnd()] : lip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationEnd(System.Single)] : liq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationLast()] : lir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AnimationLast(System.Single)] : lis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AnimationTime()] : lit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_TimeScale()] : liu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_TimeScale(System.Single)] : liv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_Alpha()] : liw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_Alpha(System.Single)] : lix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_EventThreshold()] : liy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_EventThreshold(System.Single)] : liz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_AttachmentThreshold()] : lja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_AttachmentThreshold(System.Single)] : ljb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_DrawOrderThreshold()] : ljc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_DrawOrderThreshold(System.Single)] : ljd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_Next()] : lje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_IsComplete()] : ljf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_MixTime()] : ljg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixTime(System.Single)] : ljh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TrackEntry::get_MixDuration()] : lji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixDuration(System.Single)] : ljj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MixBlend Spine.TrackEntry::get_MixBlend()] : ljk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_MixBlend(Spine.MixBlend)] : ljl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_MixingFrom()] : ljm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TrackEntry Spine.TrackEntry::get_MixingTo()] : ljn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TrackEntry::get_HoldPrevious()] : ljo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::set_HoldPrevious(System.Boolean)] : ljp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TrackEntry::ResetRotationDirections()] : ljq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::add_AnimationsChanged(System.Action)] : ljr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::remove_AnimationsChanged(System.Action)] : ljs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Start(Spine.TrackEntry)] : ljt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Interrupt(Spine.TrackEntry)] : lju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::End(Spine.TrackEntry)] : ljv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Dispose(Spine.TrackEntry)] : ljw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Complete(Spine.TrackEntry)] : ljx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Event(Spine.TrackEntry,Spine.Event)] : ljy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Drain()] : ljz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventQueue::Clear()] : lka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Pool`1/IPoolable::Reset()] : lic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Pool`1::get_Count()] : lkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Pool`1::get_Peak()] : lkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::set_Peak(System.Int32)] : lkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Pool`1::Obtain()] : lke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Clear()] : lkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pool`1::Reset(T)] : lkg +[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)] : lkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.AnimationStateData/AnimationPairComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(Spine.AnimationStateData/AnimationPair)] : lki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.AnimationStateData::get_SkeletonData()] : lkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationStateData::get_DefaultMix()] : lkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::set_DefaultMix(System.Single)] : lkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::SetMix(System.String,System.String,System.Single)] : lkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.AnimationStateData::SetMix(Spine.Animation,Spine.Animation,System.Single)] : lkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.AnimationStateData::GetMix(Spine.Animation,Spine.Animation)] : lko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Atlas::System.Collections.IEnumerable.GetEnumerator()] : lkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Atlas::get_Regions()] : lkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Atlas::get_Pages()] : lkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::Load(System.IO.TextReader,System.String,Spine.TextureLoader)] : lks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Atlas::ReadValue(System.IO.TextReader)] : lkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Atlas::ReadTuple(System.IO.TextReader,System.String[])] : lku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::FlipV()] : lkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Atlas::FindRegion(System.String)] : lkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Atlas::Dispose()] : lkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.AtlasPage::Clone()] : lky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.AtlasRegion::Clone()] : lkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TextureLoader::Load(Spine.AtlasPage,System.String)] : lla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.AtlasAttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : llb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.AtlasAttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : llc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.AtlasAttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : lld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathAttachment Spine.AtlasAttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : lle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PointAttachment Spine.AtlasAttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : llf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ClippingAttachment Spine.AtlasAttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : llg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.AtlasAttachmentLoader::FindRegion(System.String)] : llh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Attachment::get_Name()] : lli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Attachment::set_Name(System.String)] : llj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Attachment::Copy()] : llk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.IHasRendererObject::get_RendererObject()] : lll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IHasRendererObject::set_RendererObject(System.Object)] : llm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.RegionAttachment Spine.AttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : llb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.MeshAttachment Spine.AttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : llc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.AttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : lld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PathAttachment Spine.AttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : lle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PointAttachment Spine.AttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : llf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.ClippingAttachment Spine.AttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : llg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.BoundingBoxAttachment::Copy()] : llk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.ClippingAttachment::get_EndSlot()] : lln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ClippingAttachment::set_EndSlot(Spine.SlotData)] : llo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.ClippingAttachment::Copy()] : llk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.MeshAttachment::get_HullLength()] : llp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_HullLength(System.Int32)] : llq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.MeshAttachment::get_RegionUVs()] : llr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionUVs(System.Single[])] : lls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.MeshAttachment::get_UVs()] : llt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_UVs(System.Single[])] : llu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.MeshAttachment::get_Triangles()] : llv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Triangles(System.Int32[])] : llw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_R()] : llx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_R(System.Single)] : lly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_G()] : llz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_G(System.Single)] : lma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_B()] : lmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_B(System.Single)] : lmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_A()] : lmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_A(System.Single)] : lme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.MeshAttachment::get_Path()] : lmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Path(System.String)] : lmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Object Spine.MeshAttachment::get_RendererObject()] : lll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RendererObject(System.Object)] : llm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionU()] : lmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionU(System.Single)] : lmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionV()] : lmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionV(System.Single)] : lmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionU2()] : lml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionU2(System.Single)] : lmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionV2()] : lmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionV2(System.Single)] : lmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.MeshAttachment::get_RegionRotate()] : lmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionRotate(System.Boolean)] : lmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.MeshAttachment::get_RegionDegrees()] : lmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionDegrees(System.Int32)] : lms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOffsetX()] : lmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOffsetX(System.Single)] : lmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOffsetY()] : lmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOffsetY(System.Single)] : lmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionWidth()] : lmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionWidth(System.Single)] : lmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionHeight()] : lmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionHeight(System.Single)] : lna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOriginalWidth()] : lnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOriginalWidth(System.Single)] : lnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_RegionOriginalHeight()] : lnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_RegionOriginalHeight(System.Single)] : lne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.MeshAttachment::get_ParentMesh()] : lnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_ParentMesh(Spine.MeshAttachment)] : lng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.MeshAttachment::get_Edges()] : lnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Edges(System.Int32[])] : lni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_Width()] : lnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Width(System.Single)] : lnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MeshAttachment::get_Height()] : lnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::set_Height(System.Single)] : lnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.MeshAttachment::UpdateUVs()] : lnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.MeshAttachment::Copy()] : llk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.MeshAttachment::NewLinkedMesh()] : lno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.PathAttachment::get_Lengths()] : lnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_Lengths(System.Single[])] : lnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.PathAttachment::get_Closed()] : lnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_Closed(System.Boolean)] : lns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.PathAttachment::get_ConstantSpeed()] : lnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathAttachment::set_ConstantSpeed(System.Boolean)] : lnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.PathAttachment::Copy()] : llk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_X()] : lnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_X(System.Single)] : lnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_Y()] : lnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_Y(System.Single)] : lny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::get_Rotation()] : lnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::set_Rotation(System.Single)] : loa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PointAttachment::ComputeWorldPosition(Spine.Bone,System.Single&,System.Single&)] : lob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PointAttachment::ComputeWorldRotation(Spine.Bone)] : loc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.PointAttachment::Copy()] : llk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_X()] : lod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_X(System.Single)] : loe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Y()] : lof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Y(System.Single)] : log +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Rotation()] : loh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Rotation(System.Single)] : loi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_ScaleX()] : loj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_ScaleX(System.Single)] : lok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_ScaleY()] : lol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_ScaleY(System.Single)] : lom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Width()] : lon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Width(System.Single)] : loo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_Height()] : lop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Height(System.Single)] : loq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_R()] : lor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_R(System.Single)] : los +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_G()] : lot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_G(System.Single)] : lou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_B()] : lov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_B(System.Single)] : low +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_A()] : lox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_A(System.Single)] : loy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.RegionAttachment::get_Path()] : loz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_Path(System.String)] : lpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Object Spine.RegionAttachment::get_RendererObject()] : lll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RendererObject(System.Object)] : llm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOffsetX()] : lpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOffsetX(System.Single)] : lpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOffsetY()] : lpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOffsetY(System.Single)] : lpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionWidth()] : lpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionWidth(System.Single)] : lpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionHeight()] : lph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionHeight(System.Single)] : lpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOriginalWidth()] : lpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOriginalWidth(System.Single)] : lpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.RegionAttachment::get_RegionOriginalHeight()] : lpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::set_RegionOriginalHeight(System.Single)] : lpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RegionAttachment::get_Offset()] : lpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.RegionAttachment::get_UVs()] : lpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::UpdateOffset()] : lpp +[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)] : lpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.RegionAttachment::ComputeWorldVertices(Spine.Bone,System.Single[],System.Int32,System.Int32)] : lpr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Attachment Spine.RegionAttachment::Copy()] : llk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.VertexAttachment::get_Id()] : lps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.VertexAttachment::get_Bones()] : lpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_Bones(System.Int32[])] : lpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.VertexAttachment::get_Vertices()] : lpv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_Vertices(System.Single[])] : lpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.VertexAttachment::get_WorldVerticesLength()] : lpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_WorldVerticesLength(System.Int32)] : lpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.VertexAttachment Spine.VertexAttachment::get_DeformAttachment()] : lpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::set_DeformAttachment(Spine.VertexAttachment)] : lqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::ComputeWorldVertices(Spine.Slot,System.Single[])] : lqb +[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)] : lqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.VertexAttachment::CopyTo(Spine.VertexAttachment)] : lqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.Bone::get_Data()] : lqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Bone::get_Skeleton()] : lqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Bone::get_Parent()] : lqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Bone::get_Children()] : lqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Bone::get_Active()] : lqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_X()] : lqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_X(System.Single)] : lqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_Y()] : lql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_Y(System.Single)] : lqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_Rotation()] : lqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_Rotation(System.Single)] : lqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ScaleX()] : lqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ScaleX(System.Single)] : lqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ScaleY()] : lqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ScaleY(System.Single)] : lqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ShearX()] : lqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ShearX(System.Single)] : lqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_ShearY()] : lqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_ShearY(System.Single)] : lqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AppliedRotation()] : lqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AppliedRotation(System.Single)] : lqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AX()] : lqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AX(System.Single)] : lra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AY()] : lrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AY(System.Single)] : lrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AScaleX()] : lrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AScaleX(System.Single)] : lre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AScaleY()] : lrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AScaleY(System.Single)] : lrg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AShearX()] : lrh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AShearX(System.Single)] : lri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_AShearY()] : lrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::set_AShearY(System.Single)] : lrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_A()] : lrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_B()] : lrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_C()] : lrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_D()] : lro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldX()] : lrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldY()] : lrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldRotationX()] : lrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldRotationY()] : lrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldScaleX()] : lrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldScaleY()] : lru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::Update()] : lrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateWorldTransform()] : lrw +[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)] : lrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::SetToSetupPose()] : lry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::UpdateAppliedTransform()] : lrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::WorldToLocal(System.Single,System.Single,System.Single&,System.Single&)] : lsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::LocalToWorld(System.Single,System.Single,System.Single&,System.Single&)] : lsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldToLocalRotationX()] : lsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::get_WorldToLocalRotationY()] : lsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::WorldToLocalRotation(System.Single)] : lse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Bone::LocalToWorldRotation(System.Single)] : lsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Bone::RotateWorld(System.Single)] : lsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.BoneData::get_Index()] : lsh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.BoneData::get_Name()] : lsi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.BoneData::get_Parent()] : lsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Length()] : lsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Length(System.Single)] : lsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_X()] : lsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_X(System.Single)] : lsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Y()] : lso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Y(System.Single)] : lsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_Rotation()] : lsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_Rotation(System.Single)] : lsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ScaleX()] : lss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ScaleX(System.Single)] : lst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ScaleY()] : lsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ScaleY(System.Single)] : lsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ShearX()] : lsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ShearX(System.Single)] : lsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.BoneData::get_ShearY()] : lsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_ShearY(System.Single)] : lsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformMode Spine.BoneData::get_TransformMode()] : lta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_TransformMode(Spine.TransformMode)] : ltb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.BoneData::get_SkinRequired()] : ltc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.BoneData::set_SkinRequired(System.Boolean)] : ltd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.ConstraintData::get_Name()] : lte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ConstraintData::get_Order()] : ltf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ConstraintData::set_Order(System.Int32)] : ltg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ConstraintData::get_SkinRequired()] : lth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ConstraintData::set_SkinRequired(System.Boolean)] : lti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Event::get_Data()] : ltj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Time()] : ltk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Event::get_Int()] : ltl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Int(System.Int32)] : ltm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Float()] : ltn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Float(System.Single)] : lto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Event::get_String()] : ltp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_String(System.String)] : ltq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Volume()] : ltr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Volume(System.Single)] : lts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Event::get_Balance()] : ltt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Event::set_Balance(System.Single)] : ltu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_Name()] : ltv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.EventData::get_Int()] : ltw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Int(System.Int32)] : ltx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Float()] : lty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Float(System.Single)] : ltz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_String()] : lua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_String(System.String)] : lub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.EventData::get_AudioPath()] : luc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_AudioPath(System.String)] : lud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Volume()] : lue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Volume(System.Single)] : luf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.EventData::get_Balance()] : lug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.EventData::set_Balance(System.Single)] : luh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1/Enumerator::VerifyState()] : lui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.Reset()] : luj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.ExposedList`1/Enumerator::System.Collections.IEnumerator.get_Current()] : luk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::GrowIfNeeded(System.Int32)] : lul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::Resize(System.Int32)] : lum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::EnsureCapacity(System.Int32)] : lun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckRange(System.Int32,System.Int32)] : luo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddCollection(System.Collections.Generic.ICollection`1)] : lup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddEnumerable(System.Collections.Generic.IEnumerable`1)] : luq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddRange(Spine.ExposedList`1)] : lur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::AddRange(System.Collections.Generic.IEnumerable`1)] : lus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(T)] : lut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::BinarySearch(T,System.Collections.Generic.IComparer`1)] : luu +[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)] : luv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Clear(System.Boolean)] : luw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Contains(T)] : lux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::ConvertAll(System.Converter`2)] : luy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(T[])] : luz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(T[],System.Int32)] : lva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CopyTo(System.Int32,T[],System.Int32,System.Int32)] : lvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Exists(System.Predicate`1)] : lvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::Find(System.Predicate`1)] : lvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckMatch(System.Predicate`1)] : lve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::FindAll(System.Predicate`1)] : lvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::FindAllList(System.Predicate`1)] : lvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Predicate`1)] : lvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Predicate`1)] : lvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindIndex(System.Int32,System.Int32,System.Predicate`1)] : lvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::GetIndex(System.Int32,System.Int32,System.Predicate`1)] : lvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::FindLast(System.Predicate`1)] : lvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Predicate`1)] : lvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Predicate`1)] : lvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::FindLastIndex(System.Int32,System.Int32,System.Predicate`1)] : lvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::GetLastIndex(System.Int32,System.Int32,System.Predicate`1)] : lvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::ForEach(System.Action`1)] : lvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.ExposedList`1::GetRange(System.Int32,System.Int32)] : lvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T)] : lvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32)] : lvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::IndexOf(T,System.Int32,System.Int32)] : lvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Shift(System.Int32,System.Int32)] : lvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckIndex(System.Int32)] : lvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Insert(System.Int32,T)] : lvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::CheckCollection(System.Collections.Generic.IEnumerable`1)] : lvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertRange(System.Int32,System.Collections.Generic.IEnumerable`1)] : lvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertCollection(System.Int32,System.Collections.Generic.ICollection`1)] : lwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::InsertEnumeration(System.Int32,System.Collections.Generic.IEnumerable`1)] : lwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T)] : lwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32)] : lwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::LastIndexOf(T,System.Int32,System.Int32)] : lwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::Remove(T)] : lwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::RemoveAll(System.Predicate`1)] : lwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::RemoveAt(System.Int32)] : lwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.ExposedList`1::Pop()] : lwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::RemoveRange(System.Int32,System.Int32)] : lwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort()] : lwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Collections.Generic.IComparer`1)] : lwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::Sort(System.Comparison`1)] : lwm +[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)] : lwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T[] Spine.ExposedList`1::ToArray()] : lwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::TrimExcess()] : lwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.ExposedList`1::TrueForAll(System.Predicate`1)] : lwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.ExposedList`1::get_Capacity()] : lwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.ExposedList`1::set_Capacity(System.Int32)] : lws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEnumerator`1 Spine.ExposedList`1::System.Collections.Generic.IEnumerable.GetEnumerator()] : lwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.ExposedList`1::System.Collections.IEnumerable.GetEnumerator()] : lwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::Apply()] : lwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IkConstraint::Update()] : lrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.IkConstraint::get_Bones()] : lww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.IkConstraint::get_Target()] : lwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Target(Spine.Bone)] : lwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraint::get_Mix()] : lwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Mix(System.Single)] : lxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraint::get_Softness()] : lxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Softness(System.Single)] : lxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraint::get_BendDirection()] : lxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_BendDirection(System.Int32)] : lxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Compress()] : lxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Compress(System.Boolean)] : lxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Stretch()] : lxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraint::set_Stretch(System.Boolean)] : lxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.IkConstraint::get_Active()] : lqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraintData Spine.IkConstraint::get_Data()] : lxj +[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)] : lxk +[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)] : lxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.IkConstraintData::get_Bones()] : lxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.IkConstraintData::get_Target()] : lxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Target(Spine.BoneData)] : lxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraintData::get_Mix()] : lxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Mix(System.Single)] : lxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IkConstraintData::get_Softness()] : lxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Softness(System.Single)] : lxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.IkConstraintData::get_BendDirection()] : lxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_BendDirection(System.Int32)] : lxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Compress()] : lxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Compress(System.Boolean)] : lxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Stretch()] : lxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Stretch(System.Boolean)] : lxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.IkConstraintData::get_Uniform()] : lxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.IkConstraintData::set_Uniform(System.Boolean)] : lya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.IUpdatable::Update()] : lrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.IUpdatable::get_Active()] : lqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Json::Deserialize(System.IO.TextReader)] : lyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Sin(System.Single)] : lyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Cos(System.Single)] : lyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::SinDeg(System.Single)] : lye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::CosDeg(System.Single)] : lyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Atan2(System.Single,System.Single)] : lyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::Clamp(System.Single,System.Single,System.Single)] : lyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single)] : lyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.MathUtils::RandomTriangle(System.Single,System.Single,System.Single)] : lyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IInterpolation::Apply(System.Single)] : lyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.IInterpolation::Apply(System.Single,System.Single,System.Single)] : lyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Pow::get_Power()] : lym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Pow::set_Power(System.Single)] : lyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.Pow::Apply(System.Single)] : lyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.PowOut::Apply(System.Single)] : lyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::Apply()] : lyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.PathConstraint::Update()] : lrv +[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)] : lyp +[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)] : lyq +[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)] : lyr +[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)] : lys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_Position()] : lyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Position(System.Single)] : lyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_Spacing()] : lyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Spacing(System.Single)] : lyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_RotateMix()] : lyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_RotateMix(System.Single)] : lyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraint::get_TranslateMix()] : lyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_TranslateMix(System.Single)] : lza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.PathConstraint::get_Bones()] : lzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.PathConstraint::get_Target()] : lzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraint::set_Target(Spine.Slot)] : lzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.PathConstraint::get_Active()] : lqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraintData Spine.PathConstraint::get_Data()] : lze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.PathConstraintData::get_Bones()] : lzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.PathConstraintData::get_Target()] : lzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Target(Spine.SlotData)] : lzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PositionMode Spine.PathConstraintData::get_PositionMode()] : lzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_PositionMode(Spine.PositionMode)] : lzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SpacingMode Spine.PathConstraintData::get_SpacingMode()] : lzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_SpacingMode(Spine.SpacingMode)] : lzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RotateMode Spine.PathConstraintData::get_RotateMode()] : lzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_RotateMode(Spine.RotateMode)] : lzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_OffsetRotation()] : lzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_OffsetRotation(System.Single)] : lzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_Position()] : lzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Position(System.Single)] : lzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_Spacing()] : lzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_Spacing(System.Single)] : lzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_RotateMix()] : lzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_RotateMix(System.Single)] : lzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.PathConstraintData::get_TranslateMix()] : lzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.PathConstraintData::set_TranslateMix(System.Single)] : lzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Skeleton::get_Data()] : lzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_Bones()] : lzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_UpdateCacheList()] : maa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_Slots()] : mab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_DrawOrder()] : mac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_IkConstraints()] : mad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_PathConstraints()] : mae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skeleton::get_TransformConstraints()] : maf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Skeleton::get_Skin()] : mag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Skin(Spine.Skin)] : mah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_R()] : mai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_R(System.Single)] : maj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_G()] : mak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_G(System.Single)] : mal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_B()] : mam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_B(System.Single)] : man +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_A()] : mao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_A(System.Single)] : map +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_Time()] : maq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Time(System.Single)] : mar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_X()] : mas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_X(System.Single)] : mat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_Y()] : mau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_Y(System.Single)] : mav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_ScaleX()] : maw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_ScaleX(System.Single)] : may +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Skeleton::get_ScaleY()] : maz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_ScaleY(System.Single)] : mba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skeleton::get_FlipX()] : mbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_FlipX(System.Boolean)] : mbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Skeleton::get_FlipY()] : mbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::set_FlipY(System.Boolean)] : mbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Skeleton::get_RootBone()] : mbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateCache()] : mbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortIkConstraint(Spine.IkConstraint)] : mbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraint(Spine.PathConstraint)] : mbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortTransformConstraint(Spine.TransformConstraint)] : mbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Skin,System.Int32,Spine.Bone)] : mbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortPathConstraintAttachment(Spine.Attachment,Spine.Bone)] : mbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortBone(Spine.Bone)] : mbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SortReset(Spine.ExposedList`1)] : mbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateWorldTransform()] : mbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::UpdateWorldTransform(Spine.Bone)] : mbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetToSetupPose()] : mbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetBonesToSetupPose()] : mbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSlotsToSetupPose()] : mbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Skeleton::FindBone(System.String)] : mbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skeleton::FindBoneIndex(System.String)] : mbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Skeleton::FindSlot(System.String)] : mbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skeleton::FindSlotIndex(System.String)] : mbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSkin(System.String)] : mbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetSkin(Spine.Skin)] : mby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skeleton::GetAttachment(System.String,System.String)] : mbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skeleton::GetAttachment(System.Int32,System.String)] : mca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::SetAttachment(System.String,System.String)] : mcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraint Spine.Skeleton::FindIkConstraint(System.String)] : mcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraint Spine.Skeleton::FindTransformConstraint(System.String)] : mcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraint Spine.Skeleton::FindPathConstraint(System.String)] : mce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skeleton::Update(System.Single)] : mcf +[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[]&)] : mcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Byte Spine.SkeletonBinary/SkeletonInput::ReadByte()] : mch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.SByte Spine.SkeletonBinary/SkeletonInput::ReadSByte()] : mci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBinary/SkeletonInput::ReadBoolean()] : mcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBinary/SkeletonInput::ReadFloat()] : mck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonBinary/SkeletonInput::ReadInt()] : mcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonBinary/SkeletonInput::ReadInt(System.Boolean)] : mcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::ReadString()] : mcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::ReadStringRef()] : mco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary/SkeletonInput::ReadFully(System.Byte[],System.Int32,System.Int32)] : mcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary/SkeletonInput::GetVersionString()] : mcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBinary::get_Scale()] : mcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary::set_Scale(System.Single)] : mcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.String)] : mct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonBinary::GetVersionString(System.IO.Stream)] : mcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonBinary::ReadSkeletonData(System.IO.Stream)] : mcv +[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)] : mcw +[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)] : mcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonBinary/Vertices Spine.SkeletonBinary::ReadVertices(Spine.SkeletonBinary/SkeletonInput,System.Int32)] : mcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.SkeletonBinary::ReadFloatArray(Spine.SkeletonBinary/SkeletonInput,System.Int32,System.Single)] : mcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.SkeletonBinary::ReadShortArray(Spine.SkeletonBinary/SkeletonInput)] : mda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.SkeletonBinary::ReadAnimation(System.String,Spine.SkeletonBinary/SkeletonInput,Spine.SkeletonData)] : mdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBinary::ReadCurve(Spine.SkeletonBinary/SkeletonInput,System.Int32,Spine.CurveTimeline)] : mdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonBounds::get_BoundingBoxes()] : mdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_BoundingBoxes(Spine.ExposedList`1)] : mde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonBounds::get_Polygons()] : mdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_Polygons(Spine.ExposedList`1)] : mdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MinX()] : mdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MinX(System.Single)] : mdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MinY()] : mdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MinY(System.Single)] : mdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MaxX()] : mdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MaxX(System.Single)] : mdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_MaxY()] : mdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::set_MaxY(System.Single)] : mdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_Width()] : mdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonBounds::get_Height()] : mdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::Update(Spine.Skeleton,System.Boolean)] : mdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonBounds::AabbCompute()] : mds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbContainsPoint(System.Single,System.Single)] : mdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbIntersectsSegment(System.Single,System.Single,System.Single,System.Single)] : mdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::AabbIntersectsSkeleton(Spine.SkeletonBounds)] : mdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonBounds::ContainsPoint(Spine.Polygon,System.Single,System.Single)] : mdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.SkeletonBounds::ContainsPoint(System.Single,System.Single)] : mdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.SkeletonBounds::IntersectsSegment(System.Single,System.Single,System.Single,System.Single)] : mdy +[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)] : mdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Polygon Spine.SkeletonBounds::GetPolygon(Spine.BoundingBoxAttachment)] : mea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single[] Spine.Polygon::get_Vertices()] : meb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Polygon::set_Vertices(System.Single[])] : mec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Polygon::get_Count()] : med +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Polygon::set_Count(System.Int32)] : mee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedVertices()] : mef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedTriangles()] : meg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonClipping::get_ClippedUVs()] : meh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SkeletonClipping::get_IsClipping()] : mei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonClipping::ClipStart(Spine.Slot,Spine.ClippingAttachment)] : mej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipEnd(Spine.Slot)] : mek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::ClipEnd()] : mel +[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[])] : mem +[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)] : men +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonClipping::MakeClockwise(Spine.ExposedList`1)] : meo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Name()] : mep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Name(System.String)] : meq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Bones()] : mer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Slots()] : mes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Skins()] : met +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Skins(Spine.ExposedList`1)] : meu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonData::get_DefaultSkin()] : mev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_DefaultSkin(Spine.Skin)] : mew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Events()] : mex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Events(Spine.ExposedList`1)] : mey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_Animations()] : mez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Animations(Spine.ExposedList`1)] : mfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_IkConstraints()] : mfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_IkConstraints(Spine.ExposedList`1)] : mfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_TransformConstraints()] : mfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_TransformConstraints(Spine.ExposedList`1)] : mfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.SkeletonData::get_PathConstraints()] : mff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_PathConstraints(Spine.ExposedList`1)] : mfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_X()] : mfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_X(System.Single)] : mfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Y()] : mfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Y(System.Single)] : mfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Width()] : mfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Width(System.Single)] : mfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Height()] : mfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Height(System.Single)] : mfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Version()] : mfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Version(System.String)] : mfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_Hash()] : mfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Hash(System.String)] : mfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_ImagesPath()] : mft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_ImagesPath(System.String)] : mfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SkeletonData::get_AudioPath()] : mfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_AudioPath(System.String)] : mfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonData::get_Fps()] : mfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonData::set_Fps(System.Single)] : mfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.SkeletonData::FindBone(System.String)] : mfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindBoneIndex(System.String)] : mga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.SkeletonData::FindSlot(System.String)] : mgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindSlotIndex(System.String)] : mgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.SkeletonData::FindSkin(System.String)] : mgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.SkeletonData::FindEvent(System.String)] : mge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.SkeletonData::FindAnimation(System.String)] : mgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.IkConstraintData Spine.SkeletonData::FindIkConstraint(System.String)] : mgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraintData Spine.SkeletonData::FindTransformConstraint(System.String)] : mgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.PathConstraintData Spine.SkeletonData::FindPathConstraint(System.String)] : mgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SkeletonData::FindPathConstraintIndex(System.String)] : mgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::get_Scale()] : mgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SkeletonJson::set_Scale(System.Single)] : mgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonJson::ReadSkeletonData(System.String)] : mgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.SkeletonJson::ReadSkeletonData(System.IO.TextReader)] : mgn +[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)] : mgo +[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)] : mgp +[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)] : mgq +[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)] : mgs +[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)] : mgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32[] Spine.SkeletonJson::GetIntArray(System.Collections.Generic.Dictionary`2,System.String)] : mgu +[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)] : mgv +[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)] : mgw +[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)] : mgx +[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)] : mgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SkeletonJson::ToColor(System.String,System.Int32,System.Int32)] : mgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skin/SkinEntry::get_SlotIndex()] : mha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Skin/SkinEntry::get_Name()] : mhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skin/SkinEntry::get_Attachment()] : mhc +[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)] : mhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Skin/SkinEntryComparer::System.Collections.Generic.IEqualityComparer.GetHashCode(Spine.Skin/SkinEntry)] : mhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Skin::get_Name()] : mhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2 Spine.Skin::get_Attachments()] : mhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skin::get_Bones()] : mhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Skin::get_Constraints()] : mhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::SetAttachment(System.Int32,System.String,Spine.Attachment)] : mhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::AddSkin(Spine.Skin)] : mhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::CopySkin(Spine.Skin)] : mhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Skin::GetAttachment(System.Int32,System.String)] : mhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::RemoveAttachment(System.Int32,System.String)] : mhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.ICollection`1 Spine.Skin::GetAttachments()] : mho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::GetAttachments(System.Int32,System.Collections.Generic.List`1)] : mhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::Clear()] : mhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Skin::AttachAll(Spine.Skeleton,Spine.Skin)] : mhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SlotData Spine.Slot::get_Data()] : mhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Slot::get_Bone()] : mht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Slot::get_Skeleton()] : mhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_R()] : mhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_R(System.Single)] : mhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_G()] : mhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_G(System.Single)] : mhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_B()] : mhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_B(System.Single)] : mia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_A()] : mib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_A(System.Single)] : mic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::ClampColor()] : mie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_R2()] : mif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_R2(System.Single)] : mig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_G2()] : mih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_G2(System.Single)] : mii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_B2()] : mij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_B2(System.Single)] : mik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Slot::get_HasSecondColor()] : mil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_HasSecondColor(System.Boolean)] : mim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::ClampSecondColor()] : mio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Slot::get_Attachment()] : mip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_Attachment(Spine.Attachment)] : miq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Slot::get_AttachmentTime()] : mir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_AttachmentTime(System.Single)] : mis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Slot::get_Deform()] : mit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::set_Deform(Spine.ExposedList`1)] : miu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Slot::SetToSetupPose()] : miv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.SlotData::get_Index()] : miw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SlotData::get_Name()] : miy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.SlotData::get_BoneData()] : miz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_R()] : mja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_R(System.Single)] : mjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_G()] : mjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_G(System.Single)] : mjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_B()] : mje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_B(System.Single)] : mjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_A()] : mjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_A(System.Single)] : mjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_R2()] : mji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_R2(System.Single)] : mjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_G2()] : mjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_G2(System.Single)] : mjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.SlotData::get_B2()] : mjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_B2(System.Single)] : mjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SlotData::get_HasSecondColor()] : mjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_HasSecondColor(System.Boolean)] : mjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.SlotData::get_AttachmentName()] : mjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_AttachmentName(System.String)] : mjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BlendMode Spine.SlotData::get_BlendMode()] : mjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SlotData::set_BlendMode(Spine.BlendMode)] : mjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::Apply()] : mju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.TransformConstraint::Update()] : lrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyAbsoluteWorld()] : mjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyRelativeWorld()] : mjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyAbsoluteLocal()] : mjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::ApplyRelativeLocal()] : mjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.TransformConstraint::get_Bones()] : mjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.TransformConstraint::get_Target()] : mka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_Target(Spine.Bone)] : mkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_RotateMix()] : mkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_RotateMix(System.Single)] : mkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_TranslateMix()] : mke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_TranslateMix(System.Single)] : mkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_ScaleMix()] : mkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_ScaleMix(System.Single)] : mkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraint::get_ShearMix()] : mki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraint::set_ShearMix(System.Single)] : mkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.TransformConstraint::get_Active()] : lqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TransformConstraintData Spine.TransformConstraint::get_Data()] : mkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.TransformConstraintData::get_Bones()] : mkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.TransformConstraintData::get_Target()] : mkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Target(Spine.BoneData)] : mkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_RotateMix()] : mko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_RotateMix(System.Single)] : mkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_TranslateMix()] : mkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_TranslateMix(System.Single)] : mkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_ScaleMix()] : mks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_ScaleMix(System.Single)] : mkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_ShearMix()] : mku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_ShearMix(System.Single)] : mkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetRotation()] : mkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetRotation(System.Single)] : mkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetX()] : mky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetX(System.Single)] : mkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetY()] : mla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetY(System.Single)] : mlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetScaleX()] : mlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetScaleX(System.Single)] : mld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetScaleY()] : mle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetScaleY(System.Single)] : mlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.TransformConstraintData::get_OffsetShearY()] : mlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_OffsetShearY(System.Single)] : mlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TransformConstraintData::get_Relative()] : mli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Relative(System.Boolean)] : mlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.TransformConstraintData::get_Local()] : mlk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.TransformConstraintData::set_Local(System.Boolean)] : mll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1 Spine.Triangulator::Triangulate(Spine.ExposedList`1)] : mlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.ExposedList`1> Spine.Triangulator::Decompose(Spine.ExposedList`1,Spine.ExposedList`1)] : mln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Triangulator::IsConcave(System.Int32,System.Int32,System.Single[],System.Int32[])] : mlo +[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)] : mlp +[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)] : mlq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::CalculateSetupWorld(Spine.BoneData)] : mlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::GetInheritedInternal(Spine.BoneData,Spine.BoneMatrix)] : mls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneMatrix Spine.BoneMatrix::TransformMatrix(Spine.BoneMatrix)] : mlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::IsWeighted(Spine.VertexAttachment)] : mlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::IsRenderable(Spine.Attachment)] : mlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::InheritsRotation(Spine.TransformMode)] : mlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.SpineSkeletonExtensions::InheritsScale(Spine.TransformMode)] : mlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetPropertyToSetupPose(Spine.Skeleton,System.Int32)] : mly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetDrawOrderToSetupPose(Spine.Skeleton)] : mlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetSlotAttachmentsToSetupPose(Spine.Skeleton)] : mma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetColorToSetupPose(Spine.Slot)] : mmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetAttachmentToSetupPose(Spine.Slot)] : mmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetSlotAttachmentToSetupPose(Spine.Skeleton,System.Int32)] : mmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::SetKeyedItemsToSetupPose(Spine.Animation,Spine.Skeleton)] : mme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.SpineSkeletonExtensions::AllowImmediateQueue(Spine.TrackEntry)] : mmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.AnimationReferenceAsset::get_SkeletonDataAsset()] : mmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.AnimationReferenceAsset::get_Animation()] : mmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AnimationReferenceAsset::Initialize()] : mmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.AnimationReferenceAsset::op_Implicit(Spine.Unity.AnimationReferenceAsset)] : mmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.AtlasAssetBase::get_PrimaryMaterial()] : mmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.AtlasAssetBase::get_Materials()] : mml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.AtlasAssetBase::get_MaterialCount()] : mmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.AtlasAssetBase::get_IsLoaded()] : mmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AtlasAssetBase::Clear()] : mmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas Spine.Unity.AtlasAssetBase::GetAtlas()] : mmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BlendModeMaterials::get_RequiresBlendModeMaterials()] : mmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterials::set_RequiresBlendModeMaterials(System.Boolean)] : mmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterials::ApplyMaterials(Spine.SkeletonData)] : mms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.BlendModeMaterials::CloneAtlasRegionWithMaterial(Spine.AtlasRegion,System.Collections.Generic.List`1)] : mmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Unity.EventDataReferenceAsset::get_EventData()] : mmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.EventDataReferenceAsset::Initialize()] : mmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.EventData Spine.Unity.EventDataReferenceAsset::op_Implicit(Spine.Unity.EventDataReferenceAsset)] : mmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.RegionlessAttachmentLoader::get_EmptyRegion()] : mmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.RegionlessAttachmentLoader::NewRegionAttachment(Spine.Skin,System.String,System.String)] : llb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.RegionlessAttachmentLoader::NewMeshAttachment(Spine.Skin,System.String,System.String)] : llc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.RegionlessAttachmentLoader::NewBoundingBoxAttachment(Spine.Skin,System.String)] : lld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PathAttachment Spine.Unity.RegionlessAttachmentLoader::NewPathAttachment(Spine.Skin,System.String)] : lle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.PointAttachment Spine.Unity.RegionlessAttachmentLoader::NewPointAttachment(Spine.Skin,System.String)] : llf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.ClippingAttachment Spine.Unity.RegionlessAttachmentLoader::NewClippingAttachment(Spine.Skin,System.String)] : llg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonDataAsset::get_IsLoaded()] : mmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::Reset()] : mmz +[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)] : mna +[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)] : mnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::Clear()] : mnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationStateData Spine.Unity.SkeletonDataAsset::GetAnimationStateData()] : mnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::GetSkeletonData(System.Boolean)] : mne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::InitializeWithData(Spine.SkeletonData)] : mnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataAsset::FillStateData()] : mng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas[] Spine.Unity.SkeletonDataAsset::GetAtlasArray()] : mnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::ReadSkeletonData(System.Byte[],Spine.AttachmentLoader,System.Single)] : mni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonDataAsset::ReadSkeletonData(System.String,Spine.AttachmentLoader,System.Single)] : mnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.SkeletonDataCompatibility/CompatibilityProblemInfo::DescriptionString()] : mnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonDataModifierAsset::Apply(Spine.SkeletonData)] : mnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.Unity.SpineAtlasAsset::get_IsLoaded()] : mmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.SpineAtlasAsset::get_Materials()] : mml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.Unity.SpineAtlasAsset::get_MaterialCount()] : mmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SpineAtlasAsset::get_PrimaryMaterial()] : mmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAtlasAsset Spine.Unity.SpineAtlasAsset::CreateRuntimeInstance(UnityEngine.TextAsset,UnityEngine.Material[],System.Boolean)] : mnm +[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)] : mnn +[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)] : mno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineAtlasAsset::Reset()] : mnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SpineAtlasAsset::Clear()] : mmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineAtlasAsset::GetAtlas()] : mmp +[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)] : mnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.MaterialsTextureLoader::Load(Spine.AtlasPage,System.String)] : lla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Boolean Spine.Unity.SpineSpriteAtlasAsset::get_IsLoaded()] : mmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Collections.Generic.IEnumerable`1 Spine.Unity.SpineSpriteAtlasAsset::get_Materials()] : mml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Int32 Spine.Unity.SpineSpriteAtlasAsset::get_MaterialCount()] : mmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SpineSpriteAtlasAsset::get_PrimaryMaterial()] : mmk +[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)] : mnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::Reset()] : mns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::Clear()] : mmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineSpriteAtlasAsset::GetAtlas()] : mmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SpineSpriteAtlasAsset::AssignRegionsFromSavedRegions(UnityEngine.Sprite[],Spine.Atlas)] : mnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Atlas Spine.Unity.SpineSpriteAtlasAsset::LoadAtlas(UnityEngine.U2D.SpriteAtlas)] : mnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.SpineSpriteAtlasAsset::AccessPackedTexture(UnityEngine.Sprite[])] : mnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Sprite[] Spine.Unity.SpineSpriteAtlasAsset::AccessPackedSprites(UnityEngine.U2D.SpriteAtlas)] : mnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.BoneFollower::get_SkeletonRenderer()] : mnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::set_SkeletonRenderer(Spine.Unity.SkeletonRenderer)] : mny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoneFollower::SetBone(System.String)] : mnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::HandleRebuildRenderer(Spine.Unity.SkeletonRenderer)] : moa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollower::Initialize()] : mob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonGraphic Spine.Unity.BoneFollowerGraphic::get_SkeletonGraphic()] : moc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollowerGraphic::set_SkeletonGraphic(Spine.Unity.SkeletonGraphic)] : mod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoneFollowerGraphic::SetBone(System.String)] : moe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoneFollowerGraphic::Initialize()] : mof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Unity.BoundingBoxFollower::get_Slot()] : mog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.BoundingBoxFollower::get_CurrentAttachment()] : moh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.BoundingBoxFollower::get_CurrentAttachmentName()] : moi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.BoundingBoxFollower::get_CurrentCollider()] : moj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoundingBoxFollower::get_IsTrigger()] : mok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::HandleRebuild(Spine.Unity.SkeletonRenderer)] : mol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::Initialize(System.Boolean)] : mom +[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&)] : mon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::ClearState()] : moo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::DisposeExcessCollidersAfter(System.Int32)] : mop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollower::MatchAttachment(Spine.Attachment)] : moq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Slot Spine.Unity.BoundingBoxFollowerGraphic::get_Slot()] : mor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoundingBoxAttachment Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentAttachment()] : mos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentAttachmentName()] : mot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.PolygonCollider2D Spine.Unity.BoundingBoxFollowerGraphic::get_CurrentCollider()] : mou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.BoundingBoxFollowerGraphic::get_IsTrigger()] : mov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::HandleRebuild(Spine.Unity.SkeletonGraphic)] : mow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::Initialize(System.Boolean)] : mox +[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&)] : moy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::ClearState()] : moz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::DisposeExcessCollidersAfter(System.Int32)] : mpa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.BoundingBoxFollowerGraphic::MatchAttachment(Spine.Attachment)] : mpb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.PointFollower::get_SkeletonRenderer()] : mpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.PointFollower::get_SkeletonComponent()] : mpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.PointFollower::get_IsValid()] : mpe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::Initialize()] : mpf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::HandleRebuildRenderer(Spine.Unity.SkeletonRenderer)] : mpg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.PointFollower::UpdateReferences()] : mph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim Spine.Unity.SkeletonMecanimRootMotion::get_SkeletonMecanim()] : mpi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonMecanimRootMotion::GetRemainingRootMotion(System.Int32)] : mpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonMecanimRootMotion::GetRootMotionInfo(System.Int32)] : mpk +[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)] : mpl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonMecanimRootMotion::CalculateAnimationsMovementDelta()] : mpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotion::GetRemainingRootMotion(System.Int32)] : mpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotion::GetRootMotionInfo(System.Int32)] : mpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonRootMotion::get_AdditionalScale()] : mpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotion::CalculateAnimationsMovementDelta()] : mpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotion::ApplyMixAlphaToDelta(UnityEngine.Vector2&,Spine.TrackEntry,Spine.TrackEntry)] : mpo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRootMotionBase::get_UsesRigidbody()] : mpp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::FindRigidbodyComponent()] : mpq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Single Spine.Unity.SkeletonRootMotionBase::get_AdditionalScale()] : mpn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::CalculateAnimationsMovementDelta()] : mpm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetRemainingRootMotion(System.Int32)] : mpj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotionBase::GetRootMotionInfo(System.Int32)] : mpk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::SetRootMotionBone(System.String)] : mpr +[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)] : mps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotion(Spine.Animation)] : mpt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotion(System.Single,System.Single,Spine.Animation)] : mpu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRootMotionBase/RootMotionInfo Spine.Unity.SkeletonRootMotionBase::GetAnimationRootMotionInfo(Spine.Animation,System.Single)] : mpv +[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)] : mpw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::GatherTopLevelBones()] : mpx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::HandleUpdateLocal(Spine.Unity.ISkeletonAnimation)] : mpy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::ApplyRootMotion(UnityEngine.Vector2,UnityEngine.Vector2)] : mpz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetScaleAffectingRootMotion()] : mqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetScaleAffectingRootMotion(UnityEngine.Vector2&)] : mqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonRootMotionBase::GetSkeletonSpaceMovementDelta(UnityEngine.Vector2,UnityEngine.Vector2&)] : mqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::SetEffectiveBoneOffsetsTo(UnityEngine.Vector2,UnityEngine.Vector2)] : mqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRootMotionBase::ClearEffectiveBoneOffsets(UnityEngine.Vector2)] : mqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AnimationState Spine.Unity.SkeletonAnimation::get_AnimationState()] : mqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String Spine.Unity.SkeletonAnimation::get_AnimationName()] : mqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::set_AnimationName(System.String)] : mqx +[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)] : mqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonAnimation Spine.Unity.SkeletonAnimation::NewSkeletonAnimationGameObject(Spine.Unity.SkeletonDataAsset,System.Boolean)] : mqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::ClearState()] : mra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::Initialize(System.Boolean,System.Boolean)] : mrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::UpdateAnimationStatus(System.Single)] : mrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonAnimation::ApplyAnimation()] : mrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonGraphic::get_SkeletonDataAsset()] : mmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.UpdateMode Spine.Unity.SkeletonGraphic::get_UpdateMode()] : mre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_UpdateMode(Spine.Unity.UpdateMode)] : mrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.List`1 Spine.Unity.SkeletonGraphic::get_SeparatorParts()] : mrg +[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)] : mrh +[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)] : mri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonGraphic::get_CustomTextureOverride()] : mrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonGraphic::get_CustomMaterialOverride()] : mrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture Spine.Unity.SkeletonGraphic::get_OverrideTexture()] : mrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_OverrideTexture(UnityEngine.Texture)] : mrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::SyncRawImagesWithCanvasRenderers()] : mrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateAnimationStatus(System.Single)] : mro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::ApplyAnimation()] : mrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::OnCullStateChanged(System.Boolean)] : mrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::ReapplySeparatorSlotNames()] : mrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonGraphic::get_Skeleton()] : mrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::set_Skeleton(Spine.Skeleton)] : mrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.SkeletonData Spine.Unity.SkeletonGraphic::get_SkeletonData()] : mru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::get_IsValid()] : mrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnRebuild(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : mrw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnRebuild(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : mrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : mry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonGraphic/SkeletonRendererDelegate)] : mrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.AnimationState Spine.Unity.SkeletonGraphic::get_AnimationState()] : mqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator Spine.Unity.SkeletonGraphic::get_MeshGenerator()] : msa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SkeletonGraphic::GetLastMesh()] : msb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformWithBounds()] : msc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformSingleRenderer()] : msd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::MatchRectTransformMultipleRenderers()] : mse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::SetRectTransformBounds(UnityEngine.Bounds)] : msf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : msh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : msi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::add_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : msj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::remove_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : msk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::Clear()] : msl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::TrimRenderers()] : msm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::Initialize(System.Boolean)] : msn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMesh(System.Boolean)] : mso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonGraphic::HasMultipleSubmeshInstructions()] : msp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::InitMeshBuffers()] : msq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DisposeMeshBuffers()] : msr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMeshSingleCanvasRenderer()] : mss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateMeshMultipleCanvasRenderers(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : mst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureCanvasRendererCount(System.Int32)] : msu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DisableUnusedCanvasRenderers(System.Int32)] : msv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureMeshesCount(System.Int32)] : msw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::DestroyMeshes()] : msx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::EnsureSeparatorPartCount()] : msy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphic::UpdateSeparatorPartParents()] : msz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::add__OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : mta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::remove__OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : mtb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::add_OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : mtc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::remove_OnClipApplied(Spine.Unity.SkeletonMecanim/MecanimTranslator/OnClipAppliedDelegate)] : mtd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Animator Spine.Unity.SkeletonMecanim/MecanimTranslator::get_Animator()] : mte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.SkeletonMecanim/MecanimTranslator::get_MecanimLayerCount()] : mtf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.String[] Spine.Unity.SkeletonMecanim/MecanimTranslator::get_MecanimLayerNames()] : mtg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::Initialize(UnityEngine.Animator,Spine.Unity.SkeletonDataAsset)] : mth +[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)] : mti +[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)] : mtj +[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)] : mtk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::Apply(Spine.Skeleton)] : mtl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2 Spine.Unity.SkeletonMecanim/MecanimTranslator::GetActiveAnimationAndTime(System.Int32)] : mtm +[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)] : mtn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonMecanim/MecanimTranslator::AnimationTime(System.Single,System.Single,System.Boolean)] : mto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::InitClipInfosForLayers()] : mtp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::ClearClipInfosForLayers()] : mtq +[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)] : mtr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim/MecanimTranslator::GetStateUpdatesFromAnimator(System.Int32)] : mts +[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&)] : mtt +[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&)] : mtu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Animation Spine.Unity.SkeletonMecanim/MecanimTranslator::GetAnimation(UnityEngine.AnimationClip)] : mtv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonMecanim/MecanimTranslator Spine.Unity.SkeletonMecanim::get_Translator()] : mtw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mtx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mtz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : muc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove__UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : muf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_BeforeApply(Spine.Unity.UpdateBonesDelegate)] : mug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::Initialize(System.Boolean,System.Boolean)] : mrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonMecanim::ApplyAnimation()] : muh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer/SpriteMaskInteractionMaterials::get_AnyMaterialCreated()] : mui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer/<>c__DisplayClass75_0::b__0(System.String)] : muj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.UpdateMode Spine.Unity.SkeletonRenderer::get_UpdateMode()] : muk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::set_UpdateMode(Spine.Unity.UpdateMode)] : mul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_generateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : mum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_generateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : mun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_GenerateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : muo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_GenerateMeshOverride(Spine.Unity.SkeletonRenderer/InstructionDelegate)] : mup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : muq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnPostProcessVertices(Spine.Unity.MeshGeneratorDelegate)] : mur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonRenderer::get_CustomMaterialOverride()] : mus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.SkeletonRenderer::get_CustomSlotMaterials()] : mut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonRenderer::get_Skeleton()] : mrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnRebuild(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : muu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnRebuild(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : muv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : muw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : mux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.SkeletonRenderer::get_SkeletonDataAsset()] : mmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.SkeletonRenderer::NewSpineGameObject(Spine.Unity.SkeletonDataAsset,System.Boolean)] : muy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.SkeletonRenderer::AddSpineComponent(UnityEngine.GameObject,Spine.Unity.SkeletonDataAsset,System.Boolean)] : muz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::SetMeshSettings(Spine.Unity.MeshGenerator/Settings)] : mva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::ClearState()] : mra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::EnsureMeshGeneratorCapacity(System.Int32)] : mvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::Initialize(System.Boolean,System.Boolean)] : mrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::FindAndApplySeparatorSlots(System.String,System.Boolean,System.Boolean)] : mvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::FindAndApplySeparatorSlots(System.Func`2,System.Boolean,System.Boolean)] : mvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::ReapplySeparatorSlotNames()] : mve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::AssignSpriteMaskMaterials()] : mvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsInsideMask()] : mvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsOutsideMask()] : mvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRenderer::InitSpriteMaskMaterialsForMaskType(UnityEngine.Rendering.CompareFunction,UnityEngine.Material[]&)] : mvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderer::SetMaterialSettingsToFixDrawOrder()] : mvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::SetCustomMaterialOverrides()] : mvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::RemoveCustomMaterialOverrides()] : mvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::SetCustomTextureOverrides()] : mvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonGraphicCustomMaterials::RemoveCustomTextureOverrides()] : mvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::SetCustomSlotMaterials()] : mvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::RemoveCustomSlotMaterials()] : mvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::SetCustomMaterialOverrides()] : mvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererCustomMaterials::RemoveCustomMaterialOverrides()] : mvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator Spine.Unity.SkeletonPartsRenderer::get_MeshGenerator()] : mvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.MeshRenderer Spine.Unity.SkeletonPartsRenderer::get_MeshRenderer()] : mvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.MeshFilter Spine.Unity.SkeletonPartsRenderer::get_MeshFilter()] : mvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonPartsRenderer/SkeletonPartsRendererDelegate)] : mvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonPartsRenderer/SkeletonPartsRendererDelegate)] : mvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::LazyIntialize()] : mvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::ClearMesh()] : mvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::RenderParts(Spine.ExposedList`1,System.Int32,System.Int32)] : mvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonPartsRenderer::SetPropertyBlock(UnityEngine.MaterialPropertyBlock)] : mwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonPartsRenderer Spine.Unity.SkeletonPartsRenderer::NewPartsRendererGameObject(UnityEngine.Transform,System.String,System.Int32)] : mwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.SkeletonRenderSeparator::get_SkeletonRenderer()] : mwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::set_SkeletonRenderer(Spine.Unity.SkeletonRenderer)] : mwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::add_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : mwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::remove_OnMeshAndMaterialsUpdated(Spine.Unity.SkeletonRenderer/SkeletonRendererDelegate)] : mwf +[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)] : mwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SkeletonPartsRenderer Spine.Unity.SkeletonRenderSeparator::AddPartsRenderer(System.Int32,System.String)] : mwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRenderSeparator::HandleRender(Spine.Unity.SkeletonRendererInstruction)] : mwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::HandleFlip(System.Boolean)] : mwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::ResetJointPositions(UnityEngine.HingeJoint2D[])] : mwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.ActivateBasedOnFlipDirection::CompensateMovementAfterFlipX(UnityEngine.Transform,UnityEngine.Transform)] : mwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.FollowSkeletonUtilityRootRotation::CompensatePositionToYRotation()] : mwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.FollowSkeletonUtilityRootRotation::CompensatePositionToXRotation()] : mwn +[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)] : mwo +[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)] : mwp +[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)] : mwq +[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)] : mwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Bounds Spine.Unity.SkeletonUtility::GetBoundingBoxBounds(Spine.BoundingBoxAttachment,System.Single)] : mws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rigidbody2D Spine.Unity.SkeletonUtility::AddBoneRigidbody2D(UnityEngine.GameObject,System.Boolean,System.Single)] : mwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::add_OnReset(Spine.Unity.SkeletonUtility/SkeletonUtilityDelegate)] : mwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::remove_OnReset(Spine.Unity.SkeletonUtility/SkeletonUtilityDelegate)] : mwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.SkeletonUtility::get_SkeletonComponent()] : mww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skeleton Spine.Unity.SkeletonUtility::get_Skeleton()] : mwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtility::get_IsValid()] : mwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.SkeletonUtility::get_PositionScale()] : mwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::ResubscribeEvents()] : mxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::HandleRendererReset(Spine.Unity.SkeletonRenderer)] : mxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::HandleRendererReset(Spine.Unity.SkeletonGraphic)] : mxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::RegisterBone(Spine.Unity.SkeletonUtilityBone)] : mxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UnregisterBone(Spine.Unity.SkeletonUtilityBone)] : mxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::RegisterConstraint(Spine.Unity.SkeletonUtilityConstraint)] : mxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UnregisterConstraint(Spine.Unity.SkeletonUtilityConstraint)] : mxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::CollectBones()] : mxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateLocal(Spine.Unity.ISkeletonAnimation)] : mxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateWorld(Spine.Unity.ISkeletonAnimation)] : mxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateComplete(Spine.Unity.ISkeletonAnimation)] : mxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtility::UpdateAllBones(Spine.Unity.SkeletonUtilityBone/UpdatePhase)] : mxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Transform Spine.Unity.SkeletonUtility::GetBoneRoot()] : mxm +[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)] : mxn +[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)] : mxo +[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)] : mxp +[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)] : mxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtilityBone::get_IncompatibleTransformMode()] : mxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::HandleOnReset()] : mxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::DoUpdate(Spine.Unity.SkeletonUtilityBone/UpdatePhase)] : mxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonUtilityBone::BoneTransformModeIncompatible(Spine.Bone)] : mxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityBone::AddBoundingBox(System.String,System.String,System.String)] : mxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonUtilityConstraint::DoUpdate()] : mxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateLocal(Spine.Unity.UpdateBonesDelegate)] : mqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateWorld(Spine.Unity.UpdateBonesDelegate)] : mqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::add_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.ISkeletonAnimation::remove_UpdateComplete(Spine.Unity.UpdateBonesDelegate)] : mqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.ISkeletonAnimation::get_Skeleton()] : mrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.IHasSkeletonDataAsset::get_SkeletonDataAsset()] : mmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonDataAsset Spine.Unity.ISkeletonComponent::get_SkeletonDataAsset()] : mmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Skeleton Spine.Unity.ISkeletonComponent::get_Skeleton()] : mrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.AnimationState Spine.Unity.IAnimationStateComponent::get_AnimationState()] : mqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.SkeletonRenderer Spine.Unity.IHasSkeletonRenderer::get_SkeletonRenderer()] : mpc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] Spine.Unity.ISkeletonComponent Spine.Unity.IHasSkeletonComponent::get_SkeletonComponent()] : mpd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.DoubleBuffered`1::GetCurrent()] : mxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] T Spine.Unity.DoubleBuffered`1::GetNext()] : mxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGenerator/Settings Spine.Unity.MeshGenerator/Settings::get_Default()] : mxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.MeshGenerator::get_VertexCount()] : mya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshGeneratorBuffers Spine.Unity.MeshGenerator::get_Buffers()] : myb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::GenerateSingleSubmeshInstruction(Spine.Unity.SkeletonRendererInstruction,Spine.Skeleton,UnityEngine.Material)] : myc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.MeshGenerator::RequiresMultipleSubmeshesByDrawOrder(Spine.Skeleton)] : myd +[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)] : mye +[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)] : myf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::Begin()] : myg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::AddSubmesh(Spine.Unity.SubmeshInstruction,System.Boolean)] : myh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::BuildMesh(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : myi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::BuildMeshWithArrays(Spine.Unity.SkeletonRendererInstruction,System.Boolean)] : myj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::ScaleVertexData(System.Single)] : myk +[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)] : myl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillVertexData(UnityEngine.Mesh)] : mym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillLateVertexData(UnityEngine.Mesh)] : myn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillTriangles(UnityEngine.Mesh)] : myo +[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)] : myp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::TrimExcess()] : myq +[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)] : myr +[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)] : mys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::SolveTangents2DBuffer(UnityEngine.Vector4[],UnityEngine.Vector2[],System.Int32)] : myt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillMeshLocal(UnityEngine.Mesh,Spine.RegionAttachment)] : myu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshGenerator::FillMeshLocal(UnityEngine.Mesh,Spine.MeshAttachment,Spine.SkeletonData)] : myv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers/SmartMesh::Clear()] : myw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::Initialize()] : myx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material[] Spine.Unity.MeshRendererBuffers::GetUpdatedSharedMaterialsArray()] : myy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.MeshRendererBuffers::MaterialsChangedInLastUpdate()] : myz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::UpdateSharedMaterials(Spine.ExposedList`1)] : mza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.MeshRendererBuffers/SmartMesh Spine.Unity.MeshRendererBuffers::GetNextMesh()] : mzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.MeshRendererBuffers::Clear()] : mzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Clear()] : mzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Dispose()] : mze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::SetWithSubset(Spine.ExposedList`1,System.Int32,System.Int32)] : mzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonRendererInstruction::Set(Spine.Unity.SkeletonRendererInstruction)] : mzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.SkeletonRendererInstruction::GeometryNotEqual(Spine.Unity.SkeletonRendererInstruction,Spine.Unity.SkeletonRendererInstruction)] : mzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Mesh Spine.Unity.SpineMesh::NewSkeletonMesh()] : mzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Unity.SubmeshInstruction::get_SlotCount()] : mzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache::CloneAtlasRegionWithMaterial(Spine.AtlasRegion,UnityEngine.Material)] : mzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.Unity.BlendModeMaterialsAsset/AtlasMaterialCache::GetAtlasPageWithMaterial(Spine.AtlasPage,UnityEngine.Material)] : mzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[spine-unity] System.Void Spine.Unity.BlendModeMaterialsAsset::Apply(Spine.SkeletonData)] : mnl +[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)] : mzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Bone Spine.Unity.SpineBone::GetBone(System.String,Spine.Unity.SkeletonRenderer)] : mzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.BoneData Spine.Unity.SpineBone::GetBoneData(System.String,Spine.Unity.SkeletonDataAsset)] : mzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.SpineAttachment/Hierarchy Spine.Unity.SpineAttachment::GetHierarchy(System.String)] : mzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.SpineAttachment::GetAttachment(System.String,Spine.SkeletonData)] : mzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.SpineAttachment::GetAttachment(System.String,Spine.Unity.SkeletonDataAsset)] : mzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.Skeleton)] : mzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.RegionAttachment)] : mzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.MeshAttachment)] : mzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColor(Spine.Slot)] : mzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Color Spine.Unity.SkeletonExtensions::GetColorTintBlack(Spine.Slot)] : mzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Skeleton,UnityEngine.Color)] : mzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Skeleton,UnityEngine.Color32)] : mzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Slot,UnityEngine.Color)] : mzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.Slot,UnityEngine.Color32)] : naa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.RegionAttachment,UnityEngine.Color)] : nab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.RegionAttachment,UnityEngine.Color32)] : nac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.MeshAttachment,UnityEngine.Color)] : nad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetColor(Spine.MeshAttachment,UnityEngine.Color32)] : nae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalScale(Spine.Skeleton,UnityEngine.Vector2)] : naf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Matrix4x4 Spine.Unity.SkeletonExtensions::GetMatrix4x4(Spine.Bone)] : nag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalPosition(Spine.Bone,UnityEngine.Vector2)] : nah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.SkeletonExtensions::SetLocalPosition(Spine.Bone,UnityEngine.Vector3)] : nai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetLocalPosition(Spine.Bone)] : naj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetSkeletonSpacePosition(Spine.Bone)] : nak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetSkeletonSpacePosition(Spine.Bone,UnityEngine.Vector2)] : nal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.Bone,UnityEngine.Transform)] : nam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.Bone,UnityEngine.Transform,System.Single)] : nan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Quaternion Spine.Unity.SkeletonExtensions::GetQuaternion(Spine.Bone)] : nao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Quaternion Spine.Unity.SkeletonExtensions::GetLocalQuaternion(Spine.Bone)] : nap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::GetLocalScale(Spine.Skeleton)] : naq +[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&)] : nar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::WorldToLocal(Spine.Bone,UnityEngine.Vector2)] : nas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.SkeletonExtensions::SetPositionSkeletonSpace(Spine.Bone,UnityEngine.Vector2)] : nat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.SkeletonExtensions::GetMaterial(Spine.Attachment)] : nau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2[] Spine.Unity.SkeletonExtensions::GetLocalVertices(Spine.VertexAttachment,Spine.Slot,UnityEngine.Vector2[])] : nav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2[] Spine.Unity.SkeletonExtensions::GetWorldVertices(Spine.VertexAttachment,Spine.Slot,UnityEngine.Vector2[])] : naw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.PointAttachment,Spine.Slot,UnityEngine.Transform)] : nax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector3 Spine.Unity.SkeletonExtensions::GetWorldPosition(Spine.PointAttachment,Spine.Bone,UnityEngine.Transform)] : nay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimation Spine.Unity.WaitForSpineAnimation::NowWaitFor(Spine.TrackEntry,Spine.Unity.WaitForSpineAnimation/AnimationEventTypes)] : naz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.MoveNext()] : nba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.Reset()] : nbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineAnimation::System.Collections.IEnumerator.get_Current()] : nbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::SafeSubscribe(Spine.TrackEntry,Spine.Unity.WaitForSpineAnimation/AnimationEventTypes)] : nbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineAnimation::HandleComplete(Spine.TrackEntry)] : nbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimationComplete Spine.Unity.WaitForSpineAnimationComplete::NowWaitFor(Spine.TrackEntry,System.Boolean)] : nbf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineAnimationEnd Spine.Unity.WaitForSpineAnimationEnd::NowWaitFor(Spine.TrackEntry)] : nbg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::Subscribe(Spine.AnimationState,Spine.EventData,System.Boolean)] : nbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::SubscribeByName(Spine.AnimationState,System.String,System.Boolean)] : nbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::HandleAnimationStateEventByName(Spine.TrackEntry,Spine.Event)] : nbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::HandleAnimationStateEvent(Spine.TrackEntry,Spine.Event)] : nbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineEvent::get_WillUnsubscribeAfterFiring()] : nbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::set_WillUnsubscribeAfterFiring(System.Boolean)] : nbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineEvent Spine.Unity.WaitForSpineEvent::NowWaitFor(Spine.AnimationState,Spine.EventData,System.Boolean)] : nbn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineEvent Spine.Unity.WaitForSpineEvent::NowWaitFor(Spine.AnimationState,System.String,System.Boolean)] : nbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::Clear(Spine.AnimationState)] : nbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.MoveNext()] : nbq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.Reset()] : nbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineEvent::System.Collections.IEnumerator.get_Current()] : nbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::HandleEnd(Spine.TrackEntry)] : nbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::SafeSubscribe(Spine.TrackEntry)] : nbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Unity.WaitForSpineTrackEntryEnd Spine.Unity.WaitForSpineTrackEntryEnd::NowWaitFor(Spine.TrackEntry)] : nbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.MoveNext()] : nbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.Reset()] : nbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Unity.WaitForSpineTrackEntryEnd::System.Collections.IEnumerator.get_Current()] : nby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Vector2 Spine.Unity.AnimationTools.TimelineExtensions::Evaluate(Spine.TranslateTimeline,System.Single,Spine.SkeletonData)] : nbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.TranslateTimeline Spine.Unity.AnimationTools.TimelineExtensions::FindTranslateTimelineForBone(Spine.Animation,System.Int32)] : nca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Texture2D,UnityEngine.Material,System.Single)] : ncb +[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)] : ncc +[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)] : ncd +[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)] : nce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasPage Spine.Unity.AttachmentTools.AtlasUtilities::ToSpineAtlasPage(UnityEngine.Material)] : ncf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,Spine.AtlasPage)] : ncg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,UnityEngine.Material)] : nch +[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)] : nci +[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)] : ncj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::ToAtlasRegion(UnityEngine.Sprite,System.Boolean)] : nck +[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)] : ncl +[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[])] : ncm +[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[])] : ncn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Sprite Spine.Unity.AttachmentTools.AtlasUtilities::ToSprite(Spine.AtlasRegion,System.Single)] : nco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::ClearCache()] : ncp +[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)] : ncq +[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)] : ncr +[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)] : ncs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTexture(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Texture2D)] : nct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTextureApplyPMA(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Texture2D)] : ncu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.AttachmentTools.AtlasUtilities::IsRenderable(Spine.Attachment)] : ncv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::SpineUnityFlipRect(UnityEngine.Rect,System.Int32)] : ncw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetUnityRect(Spine.AtlasRegion)] : ncx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetUnityRect(Spine.AtlasRegion,System.Int32)] : ncy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::GetSpineAtlasRect(Spine.AtlasRegion,System.Boolean)] : ncz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::UVRectToTextureRect(UnityEngine.Rect,System.Int32,System.Int32)] : nda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Rect Spine.Unity.AttachmentTools.AtlasUtilities::TextureRectToUVRect(UnityEngine.Rect,System.Int32,System.Int32)] : ndb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AtlasUtilities::UVRectToAtlasRegion(UnityEngine.Rect,Spine.AtlasRegion,Spine.AtlasPage)] : ndc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetMainTexture(Spine.AtlasRegion)] : ndd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetTexture(Spine.AtlasRegion,System.String)] : nde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Texture2D Spine.Unity.AttachmentTools.AtlasUtilities::GetTexture(Spine.AtlasRegion,System.Int32)] : ndf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AtlasUtilities::CopyTextureAttributesFrom(UnityEngine.Texture2D,UnityEngine.Texture2D)] : ndg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Single Spine.Unity.AttachmentTools.AtlasUtilities::InverseLerp(System.Single,System.Single,System.Single)] : ndh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Attachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetCopy(Spine.Attachment,System.Boolean)] : ndi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,System.String,Spine.AtlasRegion)] : ndj +[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)] : ndk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.MeshAttachment Spine.Unity.AttachmentTools.AttachmentCloneExtensions::GetLinkedMesh(Spine.MeshAttachment,UnityEngine.Sprite,UnityEngine.Material)] : ndl +[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)] : ndm +[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)] : ndn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.Attachment)] : ndo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.RegionAttachment)] : ndp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.AtlasRegion Spine.Unity.AttachmentTools.AttachmentRegionExtensions::GetRegion(Spine.MeshAttachment)] : ndq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.Attachment,Spine.AtlasRegion,System.Boolean)] : ndr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.RegionAttachment,Spine.AtlasRegion,System.Boolean)] : nds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRegion(Spine.MeshAttachment,Spine.AtlasRegion,System.Boolean)] : ndt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(UnityEngine.Sprite,UnityEngine.Material,System.Single)] : ndu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.RegionAttachment Spine.Unity.AttachmentTools.AttachmentRegionExtensions::ToRegionAttachment(UnityEngine.Sprite,Spine.AtlasPage,System.Single)] : ndv +[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)] : ndw +[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)] : ndx +[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)] : ndy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetScale(Spine.RegionAttachment,UnityEngine.Vector2)] : ndz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetScale(Spine.RegionAttachment,System.Single,System.Single)] : nea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetPositionOffset(Spine.RegionAttachment,UnityEngine.Vector2)] : neb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetPositionOffset(Spine.RegionAttachment,System.Single,System.Single)] : nec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.AttachmentRegionExtensions::SetRotation(Spine.RegionAttachment,System.Single)] : ned +[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)] : nee +[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)] : nef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Skin Spine.Unity.AttachmentTools.SkinUtilities::GetClone(Spine.Skin)] : neg +[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)] : neh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::AddAttachments(Spine.Skin,Spine.Skin)] : nei +[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)] : nej +[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)] : nek +[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)] : nel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::Clear(Spine.Skin)] : nem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.AttachmentTools.SkinUtilities::Append(Spine.Skin,Spine.Skin)] : nen +[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)] : neo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.Dictionary`2 Spine.Unity.Deprecated.SlotBlendModes::get_MaterialTable()] : nep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] UnityEngine.Material Spine.Unity.Deprecated.SlotBlendModes::GetOrAddMaterialFor(UnityEngine.Material,UnityEngine.Texture2D)] : neq +[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)] : ner +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::RemoveMaterialFromTable(UnityEngine.Material,UnityEngine.Texture2D)] : nes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Unity.Deprecated.SlotBlendModes::get_Applied()] : net +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::set_Applied(System.Boolean)] : neu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::Apply()] : nev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::Remove()] : new +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Unity.Deprecated.SlotBlendModes::GetTexture()] : nex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Contains(TKey)] : ney +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Add(TKey)] : nez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Clear()] : nfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.get_IsReadOnly()] : nfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.Generic.ICollection.Remove(TKey)] : nfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2/KeyCollection::System.Collections.IEnumerable.GetEnumerator()] : nfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Contains(TValue)] : nfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Add(TValue)] : nff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Clear()] : nfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.get_IsReadOnly()] : nfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Remove(TValue)] : nfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2/ValueCollection::System.Collections.IEnumerable.GetEnumerator()] : nfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/d__34::System.IDisposable.Dispose()] : nfk +[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()] : nfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2/d__34::System.Collections.IEnumerator.Reset()] : nfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Object Spine.Collections.OrderedDictionary`2/d__34::System.Collections.IEnumerator.get_Current()] : nfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.IEqualityComparer`1 Spine.Collections.OrderedDictionary`2::get_Comparer()] : nfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Void Spine.Collections.OrderedDictionary`2::Insert(System.Int32,TKey,TValue)] : nfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] TKey Spine.Collections.OrderedDictionary`2::GetKey(System.Int32)] : nfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Int32 Spine.Collections.OrderedDictionary`2::IndexOf(TKey)] : nfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2/KeyCollection Spine.Collections.OrderedDictionary`2::get_Keys()] : nfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] Spine.Collections.OrderedDictionary`2/ValueCollection Spine.Collections.OrderedDictionary`2::get_Values()] : nft +[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)] : nfu +[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)] : nfv +[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()] : nfw +[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()] : nfx +[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)] : nfy +[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)] : nfz +[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)] : nga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Boolean Spine.Collections.OrderedDictionary`2::System.Collections.Generic.ICollection>.get_IsReadOnly()] : ngb +[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)] : ngc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.IEnumerator Spine.Collections.OrderedDictionary`2::System.Collections.IEnumerable.GetEnumerator()] : ngd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[spine-unity] System.Collections.Generic.KeyValuePair`2[] Spine.Collections.OrderedDictionaryDebugView`2::get_Items()] : nge +[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)] : ngf +[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)] : ngg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpService MaxCmpService::get_Instance()] : ngh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpService::ShowCmpForExistingUser(System.Action`1)] : ngi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxCmpService::get_HasSupportedCmp()] : ngj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpService::NotifyCompletedIfNeeded(System.Collections.Generic.Dictionary`2)] : ngk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError MaxCmpError::Create(System.Collections.Generic.IDictionary`2)] : ngl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError/ErrorCode MaxCmpError::GetCode(System.Int32)] : ngm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpError/ErrorCode MaxCmpError::get_Code()] : ngn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_Code(MaxCmpError/ErrorCode)] : ngo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxCmpError::get_Message()] : ngp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_Message(System.String)] : ngq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxCmpError::get_CmpCode()] : ngr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_CmpCode(System.Int32)] : ngs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxCmpError::get_CmpMessage()] : ngt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxCmpError::set_CmpMessage(System.String)] : ngu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdk::get_Version()] : ngv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/AdViewPosition MaxSdkBase/AdViewConfiguration::get_Position()] : ngw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_Position(MaxSdkBase/AdViewPosition)] : ngx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkBase/AdViewConfiguration::get_XCoordinate()] : ngy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_XCoordinate(System.Single)] : ngz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkBase/AdViewConfiguration::get_YCoordinate()] : nha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_YCoordinate(System.Single)] : nhb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/AdViewConfiguration::get_IsAdaptive()] : nhc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_IsAdaptive(System.Boolean)] : nhd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/AdViewConfiguration::get_UseCoordinates()] : nhe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdViewConfiguration::set_UseCoordinates(System.Boolean)] : nhf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/SdkConfiguration::get_IsSuccessfullyInitialized()] : nhg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_IsSuccessfullyInitialized(System.Boolean)] : nhh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/SdkConfiguration::get_CountryCode()] : nhi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_CountryCode(System.String)] : nhj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/AppTrackingStatus MaxSdkBase/SdkConfiguration::get_AppTrackingStatus()] : nhk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_AppTrackingStatus(MaxSdkBase/AppTrackingStatus)] : nhl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/SdkConfiguration::get_IsTestModeEnabled()] : nhm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_IsTestModeEnabled(System.Boolean)] : nhn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ConsentFlowUserGeography MaxSdkBase/SdkConfiguration::get_ConsentFlowUserGeography()] : nho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_ConsentFlowUserGeography(MaxSdkBase/ConsentFlowUserGeography)] : nhp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ConsentDialogState MaxSdkBase/SdkConfiguration::get_ConsentDialogState()] : nhq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SdkConfiguration::set_ConsentDialogState(MaxSdkBase/ConsentDialogState)] : nhr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration MaxSdkBase/SdkConfiguration::Create(System.Collections.Generic.IDictionary`2)] : nhs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/Reward::IsValid()] : nht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_AdUnitIdentifier()] : nhu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_AdUnitIdentifier(System.String)] : nhv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_AdFormat()] : nhw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_AdFormat(System.String)] : nhx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_NetworkName()] : nhy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_NetworkName(System.String)] : nhz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_NetworkPlacement()] : nia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_NetworkPlacement(System.String)] : nib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_Placement()] : nic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_Placement(System.String)] : nid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_CreativeIdentifier()] : nie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_CreativeIdentifier(System.String)] : nif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Double MaxSdkBase/AdInfo::get_Revenue()] : nig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_Revenue(System.Double)] : nih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_RevenuePrecision()] : nii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_RevenuePrecision(System.String)] : nij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo MaxSdkBase/AdInfo::get_WaterfallInfo()] : nik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_WaterfallInfo(MaxSdkBase/WaterfallInfo)] : nil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/AdInfo::get_LatencyMillis()] : nim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_LatencyMillis(System.Int64)] : nin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/AdInfo::get_DspName()] : nio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/AdInfo::set_DspName(System.String)] : nip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo/<>c::b__17_0(MaxSdkBase/NetworkResponseInfo)] : niq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo::get_Name()] : nir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_Name(System.String)] : nis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/WaterfallInfo::get_TestName()] : nit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_TestName(System.String)] : niu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkBase/WaterfallInfo::get_NetworkResponses()] : niv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_NetworkResponses(System.Collections.Generic.List`1)] : niw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/WaterfallInfo::get_LatencyMillis()] : nix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/WaterfallInfo::set_LatencyMillis(System.Int64)] : niy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/NetworkResponseInfo/<>c::b__25_0(System.Collections.Generic.KeyValuePair`2)] : niz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/MaxAdLoadState MaxSdkBase/NetworkResponseInfo::get_AdLoadState()] : nja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_AdLoadState(MaxSdkBase/MaxAdLoadState)] : njb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/MediatedNetworkInfo MaxSdkBase/NetworkResponseInfo::get_MediatedNetwork()] : njc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_MediatedNetwork(MaxSdkBase/MediatedNetworkInfo)] : njd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.Dictionary`2 MaxSdkBase/NetworkResponseInfo::get_Credentials()] : nje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_Credentials(System.Collections.Generic.Dictionary`2)] : njf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase/NetworkResponseInfo::get_IsBidding()] : njg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_IsBidding(System.Boolean)] : njh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/NetworkResponseInfo::get_LatencyMillis()] : nji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_LatencyMillis(System.Int64)] : njj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ErrorInfo MaxSdkBase/NetworkResponseInfo::get_Error()] : njk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/NetworkResponseInfo::set_Error(MaxSdkBase/ErrorInfo)] : njl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_Name()] : njm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_Name(System.String)] : njn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_AdapterClassName()] : njo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_AdapterClassName(System.String)] : njp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_AdapterVersion()] : njq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_AdapterVersion(System.String)] : njr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/MediatedNetworkInfo::get_SdkVersion()] : njs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_SdkVersion(System.String)] : njt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/InitializationStatus MaxSdkBase/MediatedNetworkInfo::get_InitializationStatus()] : nju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/MediatedNetworkInfo::set_InitializationStatus(MaxSdkBase/InitializationStatus)] : njv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/InitializationStatus MaxSdkBase/MediatedNetworkInfo::InitializationStatusFromCode(System.Int32)] : njw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/ErrorCode MaxSdkBase/ErrorInfo::get_Code()] : njx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_Code(MaxSdkBase/ErrorCode)] : njy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_Message()] : njz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_Message(System.String)] : nka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/ErrorInfo::get_MediatedNetworkErrorCode()] : nkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_MediatedNetworkErrorCode(System.Int32)] : nkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_MediatedNetworkErrorMessage()] : nkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_MediatedNetworkErrorMessage(System.String)] : nke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase/ErrorInfo::get_AdLoadFailureInfo()] : nkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_AdLoadFailureInfo(System.String)] : nkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/WaterfallInfo MaxSdkBase/ErrorInfo::get_WaterfallInfo()] : nkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_WaterfallInfo(MaxSdkBase/WaterfallInfo)] : nki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkBase/ErrorInfo::get_LatencyMillis()] : nkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/ErrorInfo::set_LatencyMillis(System.Int64)] : nkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Left()] : nkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Left(System.Int32)] : nkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Top()] : nkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Top(System.Int32)] : nko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Right()] : nkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Right(System.Int32)] : nkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkBase/SafeAreaInsets::get_Bottom()] : nkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase/SafeAreaInsets::set_Bottom(System.Int32)] : nks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkBase::get_InvokeEventsOnUnityMainThread()] : nkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::set_InvokeEventsOnUnityMainThread(System.Nullable`1)] : nku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxCmpService MaxSdkBase::get_CmpService()] : nkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkBase::get_DisableAllLogs()] : nkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::set_DisableAllLogs(System.Boolean)] : nkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::ValidateAdUnitIdentifier(System.String,System.String)] : nky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::InitializeEventExecutor()] : nkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase::GenerateMetaData()] : nla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkBase::GetRectFromString(System.String)] : nlb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::HandleExtraParameter(System.String,System.String)] : nlc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkBase::HandleBackgroundCallback(System.String)] : nld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkBase::SerializeLocalExtraParameterValue(System.Object)] : nle +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String AdPositionExtenstion::ToSnakeCaseString(MaxSdkBase/AdViewPosition)] : nlf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdLoadedEvent(System.Action`2)] : nlg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdLoadedEvent(System.Action`2)] : nlh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdLoadFailedEvent(System.Action`2)] : nli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdLoadFailedEvent(System.Action`2)] : nlj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdDisplayedEvent(System.Action`2)] : nlk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdDisplayedEvent(System.Action`2)] : nll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdDisplayFailedEvent(System.Action`3)] : nlm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdDisplayFailedEvent(System.Action`3)] : nln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdClickedEvent(System.Action`2)] : nlo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdClickedEvent(System.Action`2)] : nlp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdRevenuePaidEvent(System.Action`2)] : nlq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdRevenuePaidEvent(System.Action`2)] : nlr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnExpiredAdReloadedEvent(System.Action`3)] : nls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnExpiredAdReloadedEvent(System.Action`3)] : nlt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nlu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nlv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::add_OnAdHiddenEvent(System.Action`2)] : nlw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Interstitial::remove_OnAdHiddenEvent(System.Action`2)] : nlx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdLoadedEvent(System.Action`2)] : nly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdLoadedEvent(System.Action`2)] : nlz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdLoadFailedEvent(System.Action`2)] : nma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdLoadFailedEvent(System.Action`2)] : nmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdDisplayedEvent(System.Action`2)] : nmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdDisplayedEvent(System.Action`2)] : nmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdDisplayFailedEvent(System.Action`3)] : nme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdDisplayFailedEvent(System.Action`3)] : nmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdClickedEvent(System.Action`2)] : nmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdClickedEvent(System.Action`2)] : nmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdRevenuePaidEvent(System.Action`2)] : nmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdRevenuePaidEvent(System.Action`2)] : nmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnExpiredAdReloadedEvent(System.Action`3)] : nmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnExpiredAdReloadedEvent(System.Action`3)] : nml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::add_OnAdHiddenEvent(System.Action`2)] : nmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/AppOpen::remove_OnAdHiddenEvent(System.Action`2)] : nmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdLoadedEvent(System.Action`2)] : nmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdLoadedEvent(System.Action`2)] : nmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdLoadFailedEvent(System.Action`2)] : nmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdLoadFailedEvent(System.Action`2)] : nmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdDisplayedEvent(System.Action`2)] : nms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdDisplayedEvent(System.Action`2)] : nmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdDisplayFailedEvent(System.Action`3)] : nmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdDisplayFailedEvent(System.Action`3)] : nmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdClickedEvent(System.Action`2)] : nmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdClickedEvent(System.Action`2)] : nmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdRevenuePaidEvent(System.Action`2)] : nmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdRevenuePaidEvent(System.Action`2)] : nmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnExpiredAdReloadedEvent(System.Action`3)] : nna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnExpiredAdReloadedEvent(System.Action`3)] : nnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdReceivedRewardEvent(System.Action`3)] : nne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdReceivedRewardEvent(System.Action`3)] : nnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::add_OnAdHiddenEvent(System.Action`2)] : nng +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Rewarded::remove_OnAdHiddenEvent(System.Action`2)] : nnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdLoadedEvent(System.Action`2)] : nni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdLoadedEvent(System.Action`2)] : nnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdLoadFailedEvent(System.Action`2)] : nnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdLoadFailedEvent(System.Action`2)] : nnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdClickedEvent(System.Action`2)] : nnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdClickedEvent(System.Action`2)] : nnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdRevenuePaidEvent(System.Action`2)] : nno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdRevenuePaidEvent(System.Action`2)] : nnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdExpandedEvent(System.Action`2)] : nns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdExpandedEvent(System.Action`2)] : nnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::add_OnAdCollapsedEvent(System.Action`2)] : nnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/Banner::remove_OnAdCollapsedEvent(System.Action`2)] : nnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdLoadedEvent(System.Action`2)] : nnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdLoadedEvent(System.Action`2)] : nnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdLoadFailedEvent(System.Action`2)] : nny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdLoadFailedEvent(System.Action`2)] : nnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdClickedEvent(System.Action`2)] : noa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdClickedEvent(System.Action`2)] : nob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdRevenuePaidEvent(System.Action`2)] : noc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdRevenuePaidEvent(System.Action`2)] : nod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : noe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdReviewCreativeIdGeneratedEvent(System.Action`3)] : nof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdExpandedEvent(System.Action`2)] : nog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdExpandedEvent(System.Action`2)] : noh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::add_OnAdCollapsedEvent(System.Action`2)] : noi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/MRec::remove_OnAdCollapsedEvent(System.Action`2)] : noj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass15_0`1::b__0()] : nok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass16_0`2::b__0()] : nol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks/<>c__DisplayClass17_0`3::b__0()] : nom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::add_OnSdkInitializedEvent(System.Action`1)] : non +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::remove_OnSdkInitializedEvent(System.Action`1)] : noo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::add_OnApplicationStateChangedEvent(System.Action`1)] : nop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::remove_OnApplicationStateChangedEvent(System.Action`1)] : noq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::ForwardEvent(System.String)] : nor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action,System.String,System.Boolean)] : nos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`1,T,System.String,System.Boolean)] : not +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::InvokeEvent(System.Action`2,T1,T2,System.String,System.Boolean)] : nou +[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)] : nov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkCallbacks::CanInvokeEvent(System.Delegate)] : now +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkCallbacks::ShouldInvokeInBackground(System.Boolean)] : nox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::LogSubscribedToEvent(System.String)] : noy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkCallbacks::LogUnsubscribedToEvent(System.String)] : noz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::InitializeSdk(System.String[])] : npa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsInitialized()] : npb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetUserId(System.String)] : npc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetSegmentCollection(MaxSegmentCollection)] : npd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkiOS::GetAvailableMediatedNetworks()] : npe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowMediationDebugger()] : npf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowCreativeDebugger()] : npg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkiOS::GetAdValue(System.String,System.String)] : nph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SdkConfiguration MaxSdkiOS::GetSdkConfiguration()] : npi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetHasUserConsent(System.Boolean)] : npj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::HasUserConsent()] : npk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsUserConsentSet()] : npl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetDoNotSell(System.Boolean)] : npm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsDoNotSell()] : npn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsDoNotSellSet()] : npo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,MaxSdkBase/AdViewConfiguration)] : npp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadBanner(System.String)] : npq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerPlacement(System.String,System.String)] : npr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StartBannerAutoRefresh(System.String)] : nps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StopBannerAutoRefresh(System.String)] : npt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,MaxSdkBase/AdViewPosition)] : npu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,System.Single,System.Single)] : npv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerWidth(System.String,System.Single)] : npw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowBanner(System.String)] : npx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::DestroyBanner(System.String)] : npy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::HideBanner(System.String)] : npz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerBackgroundColor(System.String,UnityEngine.Color)] : nqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerExtraParameter(System.String,System.String,System.String)] : nqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerLocalExtraParameter(System.String,System.String,System.Object)] : nqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetBannerCustomData(System.String,System.String)] : nqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkiOS::GetBannerLayout(System.String)] : nqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,MaxSdkBase/AdViewConfiguration)] : nqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadMRec(System.String)] : nqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecPlacement(System.String,System.String)] : nqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StartMRecAutoRefresh(System.String)] : nqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::StopMRecAutoRefresh(System.String)] : nqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateMRecPosition(System.String,MaxSdkBase/AdViewPosition)] : nqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateMRecPosition(System.String,System.Single,System.Single)] : nql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowMRec(System.String)] : nqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::DestroyMRec(System.String)] : nqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::HideMRec(System.String)] : nqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecExtraParameter(System.String,System.String,System.String)] : nqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecLocalExtraParameter(System.String,System.String,System.Object)] : nqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMRecCustomData(System.String,System.String)] : nqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnityEngine.Rect MaxSdkiOS::GetMRecLayout(System.String)] : nqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadInterstitial(System.String)] : nqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsInterstitialReady(System.String)] : nqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowInterstitial(System.String,System.String,System.String)] : nqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetInterstitialExtraParameter(System.String,System.String,System.String)] : nqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetInterstitialLocalExtraParameter(System.String,System.String,System.Object)] : nqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadAppOpenAd(System.String)] : nqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsAppOpenAdReady(System.String)] : nqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowAppOpenAd(System.String,System.String,System.String)] : nra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetAppOpenAdExtraParameter(System.String,System.String,System.String)] : nrb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetAppOpenAdLocalExtraParameter(System.String,System.String,System.Object)] : nrc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::LoadRewardedAd(System.String)] : nrd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsRewardedAdReady(System.String)] : nre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::ShowRewardedAd(System.String,System.String,System.String)] : nrf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetRewardedAdExtraParameter(System.String,System.String,System.String)] : nrg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetRewardedAdLocalExtraParameter(System.String,System.String,System.Object)] : nrh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::TrackEvent(System.String,System.Collections.Generic.IDictionary`2)] : nri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetMuted(System.Boolean)] : nrj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsMuted()] : nrk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetVerboseLogging(System.Boolean)] : nrl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkiOS::IsVerboseLoggingEnabled()] : nrm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetCreativeDebuggerEnabled(System.Boolean)] : nrn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetTestDeviceAdvertisingIdentifiers(System.String[])] : nro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetExceptionHandlerEnabled(System.Boolean)] : nrp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetExtraParameter(System.String,System.String)] : nrq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkBase/SafeAreaInsets MaxSdkiOS::GetSafeAreaInsets()] : nrr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::BackgroundCallback(System.String)] : nrs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,MaxSdkBase/BannerPosition)] : nrt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateBanner(System.String,System.Single,System.Single)] : nru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::UpdateBannerPosition(System.String,MaxSdkBase/BannerPosition)] : nrv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,MaxSdkBase/AdViewPosition)] : nrw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::CreateMRec(System.String,System.Single,System.Single)] : nrx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkiOS::SetSdkKey(System.String)] : nry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserDebug(System.String)] : nrz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::D(System.String)] : nsa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserWarning(System.String)] : nsb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::W(System.String)] : nsc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::UserError(System.String)] : nsd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Void MaxSdkLogger::LogException(System.Exception)] : nse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils/<>c__DisplayClass34_0::b__0(System.String)] : nsf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils/<>c__DisplayClass34_0::b__1(System.String)] : nsg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetAdaptiveBannerHeight(System.Single)] : nsh +[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)] : nsi +[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)] : nsj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::GetStringFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.String)] : nsk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::GetBoolFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Boolean)] : nsl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetIntFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int32)] : nsm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int64 MaxSdkUtils::GetLongFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int64)] : nsn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetFloatFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Single)] : nso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Double MaxSdkUtils::GetDoubleFromDictionary(System.Collections.Generic.IDictionary`2,System.String,System.Int32)] : nsp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::InvariantCultureToString(System.Object)] : nsq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSdkUtils::PropsStringsToList(System.String)] : nsr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.String MaxSdkUtils::ParseColor(UnityEngine.Color)] : nss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsTablet()] : nst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsPhysicalDevice()] : nsu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Single MaxSdkUtils::GetScreenDensity()] : nsv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetTcfConsentStatus(System.Int32)] : nsw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificTcfConsentStatus(System.Int32)] : nsx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetAdditionalConsentStatus(System.Int32)] : nsy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificAdditionalConsentStatus(System.Int32)] : nsz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetPurposeConsentStatus(System.Int32)] : nta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificPurposeConsentStatus(System.Int32)] : ntb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetSpecialFeatureOptInStatus(System.Int32)] : ntc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSdkUtils::GetPlatformSpecificSpecialFeatureOptInStatus(System.Int32)] : ntd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Nullable`1 MaxSdkUtils::GetConsentStatusValue(System.Int32)] : nte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsVersionInRange(System.String,System.String,System.String)] : ntf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSdkUtils/VersionComparisonResult MaxSdkUtils::CompareVersions(System.String,System.String)] : ntg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsValidString(System.String)] : nth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Boolean MaxSdkUtils::IsNullOrEmpty(T[])] : nti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder MaxSegmentCollection/MaxSegmentCollectionBuilder::AddSegment(MaxSegment)] : ntj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection MaxSegmentCollection/MaxSegmentCollectionBuilder::Build()] : ntk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSegmentCollection::GetSegments()] : ntl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] MaxSegmentCollection/MaxSegmentCollectionBuilder MaxSegmentCollection::Builder()] : ntm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Int32 MaxSegment::GetKey()] : ntn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] System.Collections.Generic.List`1 MaxSegment::GetValues()] : nto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[MaxSdk.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : ntp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper/Task::run()] : ntq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[BigoAds] System.Void AdHelper/DestryAdTask::run()] : ntq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowBannerAd(UnityEngine.AndroidJavaObject)] : ntr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowBannerAd(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : nts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowNativeAd(UnityEngine.AndroidJavaObject)] : ntt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::RemoveAdView()] : ntu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::ShowNativeAd(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : ntv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::SetViewPosition(UnityEngine.AndroidJavaObject,BigoAds.Scripts.Api.Constant.BigoPosition)] : ntw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::DestroyAd(UnityEngine.AndroidJavaObject)] : ntx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] System.Void AdHelper::PostToAndroidMainThread(AdHelper/Task)] : nty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[BigoAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : ntz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : nua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::RequestAuthorizationTracking()] : nub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::RequestAuthorizationTracking(Unity.Advertisement.IosSupport.ATTrackingStatusBinding/RequestAuthorizationTrackingCompleteHandler)] : nuc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] Unity.Advertisement.IosSupport.ATTrackingStatusBinding/AuthorizationTrackingStatus Unity.Advertisement.IosSupport.ATTrackingStatusBinding::GetAuthorizationTrackingStatus()] : nud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.ATTrackingStatusBinding::AppTransparencyTrackingRequestCompleted(System.Int32)] : nue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.SkAdNetworkBinding::SkAdNetworkUpdateConversionValue(System.Int32)] : nuf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Advertisement.IosSupport] System.Void Unity.Advertisement.IosSupport.SkAdNetworkBinding::SkAdNetworkRegisterAppForNetworkAttribution()] : nug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiAdsMgr::Init(System.String,System.String,System.Boolean,System.Action`3)] : nuh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiLog::Log(System.String)] : nui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiLog::Error(System.String)] : nuj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] IKwaiAdListener KwaiInterAd::get_KwaiAdListener()] : nuk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::Load(System.String)] : nul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Boolean KwaiInterAd::IsReady()] : nun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::NotifyWin(System.String)] : nuo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiInterAd::NotifyLoss(System.String)] : nup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] IKwaiAdListener KwaiVideoAd::get_KwaiAdListener()] : nuq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::Load(System.String)] : nur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Boolean KwaiVideoAd::IsReady()] : nus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::NotifyWin(System.String)] : nut +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] System.Void KwaiVideoAd::NotifyLoss(System.String)] : nuu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[KwaiAds] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : nuv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : nuw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Reflection.MethodInfo IngameDebugConsole.ConsoleAttribute::get_Method()] : nux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::set_Method(System.Reflection.MethodInfo)] : nuy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleAttribute::get_Order()] : nuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::SetMethod(System.Reflection.MethodInfo)] : nva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleAttribute::Load()] : nvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleCustomTypeParserAttribute::get_Order()] : nuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleCustomTypeParserAttribute::Load()] : nvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.ConsoleMethodAttribute::get_Command()] : nvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.ConsoleMethodAttribute::get_Description()] : nvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String[] IngameDebugConsole.ConsoleMethodAttribute::get_ParameterNames()] : nve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.ConsoleMethodAttribute::get_Order()] : nuz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.ConsoleMethodAttribute::Load()] : nvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.CircularBuffer`1::get_Count()] : nvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.CircularBuffer`1::set_Count(System.Int32)] : nvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::get_Count()] : nvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::set_Count(System.Int32)] : nvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::get_Capacity()] : nvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::SetCapacity(System.Int32)] : nvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::AddFirst(T)] : nvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::AddRange(IngameDebugConsole.DynamicCircularBuffer`1)] : nvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] T IngameDebugConsole.DynamicCircularBuffer`1::RemoveFirst()] : nvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] T IngameDebugConsole.DynamicCircularBuffer`1::RemoveLast()] : nvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::RemoveAll(System.Predicate`1)] : nvp +[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)] : nvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimStart(System.Int32,System.Action`1)] : nvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimEnd(System.Int32,System.Action`1)] : nvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::TrimInternal(System.Int32,System.Int32,System.Action`1)] : nvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::Clear()] : nvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DynamicCircularBuffer`1::IndexOf(T)] : nvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DynamicCircularBuffer`1::ForEach(System.Action`1)] : nvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.ConsoleMethodInfo::IsValid()] : nvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole/<>c::b__13_0(IngameDebugConsole.ConsoleAttribute,IngameDebugConsole.ConsoleAttribute)] : nvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::add_OnCommandExecuted(IngameDebugConsole.DebugLogConsole/CommandExecutedDelegate)] : nvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::remove_OnCommandExecuted(IngameDebugConsole.DebugLogConsole/CommandExecutedDelegate)] : nwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::SearchAssemblyForConsoleMethods(System.Reflection.Assembly)] : nwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Collections.Generic.List`1 IngameDebugConsole.DebugLogConsole::GetAllCommands()] : nwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogAllCommands()] : nwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogAllCommandsWithName(System.String)] : nwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::LogSystemInfo()] : nwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Text.StringBuilder IngameDebugConsole.DebugLogConsole::AppendSysInfoIfPresent(System.Text.StringBuilder,System.String,System.String)] : nwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Text.StringBuilder IngameDebugConsole.DebugLogConsole::AppendSysInfoIfPresent(System.Text.StringBuilder,System.Int32,System.String)] : nwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCustomParameterType(System.Type,IngameDebugConsole.DebugLogConsole/ParseFunction,System.String)] : nwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCustomParameterType(System.Type)] : nwj +[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[])] : nwk +[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[])] : nwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action)] : nwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`1)] : nwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`1)] : nwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`2)] : nwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`2)] : nwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`3)] : nwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`3)] : nws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Action`4)] : nwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`4)] : nwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Func`5)] : nwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Delegate)] : nww +[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)] : nwx +[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)] : nwy +[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)] : nwz +[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)] : nxa +[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)] : nxb +[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)] : nxc +[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)] : nxd +[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)] : nxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::AddCommand(System.String,System.String,System.Delegate,System.String[])] : nxf +[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[])] : nxg +[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[])] : nxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.String)] : nxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action)] : nxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`1)] : nxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`1)] : nxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`2)] : nxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`2)] : nxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`3)] : nxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`3)] : nxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Action`4)] : nxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`4)] : nxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Func`5)] : nxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Delegate)] : nxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::RemoveCommand(System.Reflection.MethodInfo)] : nxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogConsole::GetAutoCompleteCommand(System.String,System.String)] : nxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::ExecuteCommand(System.String)] : nxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogConsole::FetchArgumentsFromCommand(System.String,System.Collections.Generic.List`1)] : nxx +[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)] : nxy +[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&)] : nxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfDelimiterGroup(System.Char)] : nya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfDelimiterGroupEnd(System.String,System.Int32,System.Int32)] : nyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::IndexOfChar(System.String,System.Char,System.Int32)] : nyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogConsole::FindCommandIndex(System.String)] : nyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::IsSupportedArrayType(System.Type)] : nye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogConsole::GetTypeReadableName(System.Type)] : nyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseArgument(System.String,System.Type,System.Object&)] : nyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseString(System.String,System.Object&)] : nyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBool(System.String,System.Object&)] : nyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseInt(System.String,System.Object&)] : nyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseUInt(System.String,System.Object&)] : nyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseLong(System.String,System.Object&)] : nyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseULong(System.String,System.Object&)] : nym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseByte(System.String,System.Object&)] : nyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseSByte(System.String,System.Object&)] : nyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseShort(System.String,System.Object&)] : nyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseUShort(System.String,System.Object&)] : nyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseChar(System.String,System.Object&)] : nyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseFloat(System.String,System.Object&)] : nys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseDouble(System.String,System.Object&)] : nyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseDecimal(System.String,System.Object&)] : nyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector2(System.String,System.Object&)] : nyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector3(System.String,System.Object&)] : nyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector4(System.String,System.Object&)] : nyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseQuaternion(System.String,System.Object&)] : nyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseColor(System.String,System.Object&)] : nyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseColor32(System.String,System.Object&)] : nza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRect(System.String,System.Object&)] : nzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRectOffset(System.String,System.Object&)] : nzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBounds(System.String,System.Object&)] : nzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector2Int(System.String,System.Object&)] : nze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector3Int(System.String,System.Object&)] : nzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseRectInt(System.String,System.Object&)] : nzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseBoundsInt(System.String,System.Object&)] : nzh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseGameObject(System.String,System.Object&)] : nzi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseComponent(System.String,System.Type,System.Object&)] : nzj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseEnum(System.String,System.Type,System.Object&)] : nzk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseArray(System.String,System.Type,System.Object&)] : nzl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogConsole::ParseVector(System.String,System.Type,System.Object&)] : nzm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntry::Initialize(System.String,System.String)] : nzn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntry::Clear()] : nzo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogEntry::MatchesSearchTerm(System.String)] : nzp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogEntry::GetContentHashCode()] : nzq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.QueuedDebugLogEntry::MatchesSearchTerm(System.String)] : nzr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntryTimestamp::AppendTime(System.Text.StringBuilder)] : nzs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogEntryTimestamp::AppendFullTimestamp(System.Text.StringBuilder)] : nzt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.RectTransform IngameDebugConsole.DebugLogItem::get_Transform()] : nzu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.UI.Image IngameDebugConsole.DebugLogItem::get_Image()] : nzv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] UnityEngine.CanvasGroup IngameDebugConsole.DebugLogItem::get_CanvasGroup()] : nzw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogEntry IngameDebugConsole.DebugLogItem::get_Entry()] : nzx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Nullable`1 IngameDebugConsole.DebugLogItem::get_Timestamp()] : nzy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogItem::get_Expanded()] : nzz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::Initialize(IngameDebugConsole.DebugLogRecycledListView)] : oaa +[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)] : oab +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::ShowCount()] : oac +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::HideCount()] : oad +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::UpdateTimestamp(IngameDebugConsole.DebugLogEntryTimestamp)] : oae +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::SetText(IngameDebugConsole.DebugLogEntry,System.Nullable`1,System.Boolean)] : oaf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogItem::CopyLog()] : oag +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogItem::GetCopyContent()] : oah +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogItem::CalculateExpandedHeight(IngameDebugConsole.DebugLogEntry,System.Nullable`1)] : oai +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogManager IngameDebugConsole.DebugLogManager::get_Instance()] : oaj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::set_Instance(IngameDebugConsole.DebugLogManager)] : oak +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::get_IsLogWindowVisible()] : oal +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::get_PopupEnabled()] : oam +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::set_PopupEnabled(System.Boolean)] : oan +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnApplicationQuitting()] : oao +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ShowLogWindow()] : oap +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::HideLogWindow()] : oaq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Char IngameDebugConsole.DebugLogManager::OnValidateCommand(System.String,System.Int32,System.Char)] : oar +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ReceivedLog(System.String,System.String,UnityEngine.LogType)] : oas +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ProcessQueuedLogs(System.Int32)] : oat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ProcessLog(IngameDebugConsole.QueuedDebugLogEntry,IngameDebugConsole.DebugLogEntryTimestamp)] : oau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RemoveOldestLogs(System.Int32)] : oav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RemoveUncollapsedLogEntry(IngameDebugConsole.DebugLogEntry)] : oaw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::ShouldRemoveCollapsedLogEntry(IngameDebugConsole.DebugLogEntry)] : oax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogManager::ShouldRemoveLogEntryToShow(IngameDebugConsole.DebugLogEntry)] : oay +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::UpdateLogEntryCollapsedIndex(IngameDebugConsole.DebugLogEntry,System.Int32)] : oaz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnLogEntriesUpdated(System.Boolean,System.Boolean)] : oba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::PoolLogEntry(IngameDebugConsole.DebugLogEntry)] : obb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ValidateScrollPosition()] : obc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::AdjustLatestPendingLog(System.Boolean,System.Boolean)] : obd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::ClearLogs()] : obe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::CollapseButtonPressed()] : obf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterLogButtonPressed()] : obg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterWarningButtonPressed()] : obh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterErrorButtonPressed()] : obi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SearchTermChanged(System.String)] : obk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::RefreshCommandSuggestions(System.String)] : obl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnEditCommand(System.String)] : obm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::OnEndEditCommand(System.String)] : obn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::Resize(UnityEngine.EventSystems.PointerEventData)] : obo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::FilterLogs()] : obp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.String IngameDebugConsole.DebugLogManager::GetAllLogs()] : obq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::GetAllLogs(IngameDebugConsole.DynamicCircularBuffer`1&,IngameDebugConsole.DynamicCircularBuffer`1&)] : obr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SaveLogsToFile()] : obs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::SaveLogsToFile(System.String)] : obt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::CheckScreenCutout()] : obu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::PoolLogItem(IngameDebugConsole.DebugLogItem)] : obv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogItem IngameDebugConsole.DebugLogManager::PopLogItem()] : obw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogManager::b__140_0()] : obx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup/d__25::System.IDisposable.Dispose()] : oby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Object IngameDebugConsole.DebugLogPopup/d__25::System.Collections.Generic.IEnumerator.get_Current()] : obz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup/d__25::System.Collections.IEnumerator.Reset()] : oca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Object IngameDebugConsole.DebugLogPopup/d__25::System.Collections.IEnumerator.get_Current()] : ocb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogPopup::get_IsVisible()] : occ +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::set_IsVisible(System.Boolean)] : ocd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::NewLogsArrived(System.Int32,System.Int32,System.Int32)] : oce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::ResetValues()] : ocf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Collections.IEnumerator IngameDebugConsole.DebugLogPopup::MoveToPosAnimation(UnityEngine.Vector2)] : ocg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::Hide()] : och +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogPopup::UpdatePosition(System.Boolean)] : oci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_DeltaHeightOfSelectedLogEntry()] : ocj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_ItemHeight()] : ock +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Single IngameDebugConsole.DebugLogRecycledListView::get_SelectedItemHeight()] : ocl +[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)] : ocm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::SetCollapseMode(System.Boolean)] : ocn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogItemClicked(IngameDebugConsole.DebugLogItem)] : oco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::SelectAndFocusOnLogItemAtIndex(System.Int32)] : ocp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogItemClickedInternal(System.Int32,IngameDebugConsole.DebugLogItem)] : ocq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::DeselectSelectedLogItem()] : ocr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnBeforeFilterLogs()] : ocs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnAfterFilterLogs()] : oct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogEntriesUpdated(System.Boolean)] : ocu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnCollapsedLogEntryAtIndexUpdated(System.Int32)] : ocv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::RefreshCollapsedLogEntryCounts()] : ocw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnLogEntriesRemoved(System.Int32)] : ocx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugLogRecycledListView::ShouldRemoveLogItem(IngameDebugConsole.DebugLogItem)] : ocy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Int32 IngameDebugConsole.DebugLogRecycledListView::FindIndexOfLogEntryInReverseDirection(IngameDebugConsole.DebugLogEntry,System.Int32)] : ocz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnViewportWidthChanged()] : oda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::OnViewportHeightChanged()] : odb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::CalculateContentHeight()] : odc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::CalculateSelectedLogEntryHeight(IngameDebugConsole.DebugLogItem)] : odd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::UpdateItemsInTheList(System.Boolean)] : ode +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] IngameDebugConsole.DebugLogItem IngameDebugConsole.DebugLogRecycledListView::GetLogItemAtIndex(System.Int32)] : odf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::UpdateLogItemContentsBetweenIndices(System.Int32,System.Int32,System.Int32)] : odg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::RepositionLogItem(IngameDebugConsole.DebugLogItem)] : odh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::ColorLogItem(IngameDebugConsole.DebugLogItem)] : odi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogRecycledListView::b__27_0(UnityEngine.Vector2)] : odj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogResizeListener::UnityEngine.EventSystems.IBeginDragHandler.OnBeginDrag(UnityEngine.EventSystems.PointerEventData)] : odk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.DebugLogResizeListener::UnityEngine.EventSystems.IDragHandler.OnDrag(UnityEngine.EventSystems.PointerEventData)] : odl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Boolean IngameDebugConsole.DebugsOnScrollListener::IsScrollbarAtBottom()] : odm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::OnSceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)] : odn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::OnSceneUnloaded(UnityEngine.SceneManagement.Scene)] : odo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::ActivateEventSystemIfNeeded()] : odp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[IngameDebugConsole.Runtime] System.Void IngameDebugConsole.EventSystemHandler::DeactivateEventSystem()] : odq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : odr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Boolean AFMiniJSON.Json/Parser::IsWordBreak(System.Char)] : ods +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::Parse(System.String)] : odt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Collections.Generic.Dictionary`2 AFMiniJSON.Json/Parser::ParseObject()] : odu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Collections.Generic.List`1 AFMiniJSON.Json/Parser::ParseArray()] : odv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseValue()] : odw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseByToken(AFMiniJSON.Json/Parser/TOKEN)] : odx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Parser::ParseString()] : ody +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json/Parser::ParseNumber()] : odz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Parser::EatWhitespace()] : oea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Char AFMiniJSON.Json/Parser::get_PeekChar()] : oeb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Char AFMiniJSON.Json/Parser::get_NextChar()] : oec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Parser::get_NextWord()] : oed +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] AFMiniJSON.Json/Parser/TOKEN AFMiniJSON.Json/Parser::get_NextToken()] : oee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json/Serializer::Serialize(System.Object)] : oef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeValue(System.Object)] : oeg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)] : oeh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)] : oei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeString(System.String)] : oej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Void AFMiniJSON.Json/Serializer::SerializeOther(System.Object)] : oek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.Object AFMiniJSON.Json::Deserialize(System.String)] : oel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[AppsFlyer] System.String AFMiniJSON.Json::Serialize(System.Object)] : oem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : oen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.AuthorizationRequest::get_IsFinished()] : oeo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_IsFinished(System.Boolean)] : oep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.AuthorizationRequest::get_Granted()] : oeq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_Granted(System.Boolean)] : oer +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.AuthorizationRequest::get_Error()] : oes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_Error(System.String)] : oet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.AuthorizationRequest::get_DeviceToken()] : oeu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::set_DeviceToken(System.String)] : oev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::OnAuthorizationRequestCompleted(Unity.Notifications.iOS.iOSAuthorizationRequestData)] : oew +[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)] : oex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.AuthorizationRequest::get_RegisteredForRemoteNotifications()] : oey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.AuthorizationRequest::UnregisterForRemoteNotifications()] : oez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Identifier()] : ofa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Identifier(System.String)] : ofb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_CategoryIdentifier()] : ofc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_CategoryIdentifier(System.String)] : ofd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_ThreadIdentifier()] : ofe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_ThreadIdentifier(System.String)] : off +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Title()] : ofg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Title(System.String)] : ofh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Subtitle()] : ofi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Subtitle(System.String)] : ofj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Body()] : ofk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Body(System.String)] : ofl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotification::get_ShowInForeground()] : ofm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_ShowInForeground(System.Boolean)] : ofn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.PresentationOption Unity.Notifications.iOS.iOSNotification::get_ForegroundPresentationOption()] : ofo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_ForegroundPresentationOption(Unity.Notifications.iOS.PresentationOption)] : ofp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotification::get_Badge()] : ofq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Badge(System.Int32)] : ofr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSoundType Unity.Notifications.iOS.iOSNotification::get_SoundType()] : ofs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_SoundType(Unity.Notifications.iOS.NotificationSoundType)] : oft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_SoundName()] : ofu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_SoundName(System.String)] : ofv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotification::get_SoundVolume()] : ofw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_SoundVolume(System.Nullable`1)] : ofx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationInterruptionLevel Unity.Notifications.iOS.iOSNotification::get_InterruptionLevel()] : ofy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_InterruptionLevel(Unity.Notifications.iOS.NotificationInterruptionLevel)] : ofz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Double Unity.Notifications.iOS.iOSNotification::get_RelevanceScore()] : oga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_RelevanceScore(System.Double)] : ogb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::get_Data()] : ogc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Data(System.String)] : ogd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.Dictionary`2 Unity.Notifications.iOS.iOSNotification::get_UserInfo()] : oge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.List`1 Unity.Notifications.iOS.iOSNotification::get_Attachments()] : ogf +[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)] : ogg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotification::set_Trigger(Unity.Notifications.iOS.iOSNotificationTrigger)] : ogh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTrigger Unity.Notifications.iOS.iOSNotification::get_Trigger()] : ogi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotification::GenerateUniqueID()] : ogj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo Unity.Notifications.iOS.iOSNotification::GetDataForSending()] : ogk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_Id()] : ogl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_Id(System.String)] : ogm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_Title()] : ogn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_Title(System.String)] : ogo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationActionOptions Unity.Notifications.iOS.iOSNotificationAction::get_Options()] : ogp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_Options(Unity.Notifications.iOS.iOSNotificationActionOptions)] : ogq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_SystemImageName()] : ogr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_SystemImageName(System.String)] : ogs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationAction::get_TemplateImageName()] : ogt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationAction::set_TemplateImageName(System.String)] : ogu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationAction::CreateUNNotificationAction()] : ogv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSTextInputNotificationAction::get_TextInputButtonTitle()] : ogw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSTextInputNotificationAction::set_TextInputButtonTitle(System.String)] : ogx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSTextInputNotificationAction::get_TextInputPlaceholder()] : ogy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSTextInputNotificationAction::set_TextInputPlaceholder(System.String)] : ogz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSTextInputNotificationAction::CreateUNNotificationAction()] : ogv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCategory::get_Id()] : oha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_Id(System.String)] : ohb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationAction[] Unity.Notifications.iOS.iOSNotificationCategory::get_Actions()] : ohc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String[] Unity.Notifications.iOS.iOSNotificationCategory::get_IntentIdentifiers()] : ohd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCategory::get_HiddenPreviewsBodyPlaceholder()] : ohe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_HiddenPreviewsBodyPlaceholder(System.String)] : ohf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCategory::get_SummaryFormat()] : ohg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_SummaryFormat(System.String)] : ohh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCategoryOptions Unity.Notifications.iOS.iOSNotificationCategory::get_Options()] : ohi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::set_Options(Unity.Notifications.iOS.iOSNotificationCategoryOptions)] : ohj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddAction(Unity.Notifications.iOS.iOSNotificationAction)] : ohk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddActions(System.Collections.Generic.IEnumerable`1)] : ohl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddIntentIdentifier(System.String)] : ohm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCategory::AddIntentIdentifiers(System.Collections.Generic.IEnumerable`1)] : ohn +[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)] : oho +[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)] : ohp +[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)] : ohq +[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)] : ohr +[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)] : ohs +[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)] : oht +[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)] : ohu +[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)] : ohv +[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)] : ohw +[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)] : ohx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationCenter::get_ApplicationBadge()] : ohy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::set_ApplicationBadge(System.Int32)] : ohz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationCenter::Initialize()] : oia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::ScheduleNotification(Unity.Notifications.iOS.iOSNotification)] : oib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification[] Unity.Notifications.iOS.iOSNotificationCenter::GetScheduledNotifications()] : oic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification[] Unity.Notifications.iOS.iOSNotificationCenter::GetDeliveredNotifications()] : oid +[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[])] : oie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotification Unity.Notifications.iOS.iOSNotificationCenter::GetLastRespondedNotification()] : oif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCenter::GetLastRespondedNotificationAction()] : oig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationCenter::GetLastRespondedNotificationUserText()] : oih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveScheduledNotification(System.String)] : oii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveDeliveredNotification(System.String)] : oij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveAllScheduledNotifications()] : oik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::RemoveAllDeliveredNotifications()] : oil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings Unity.Notifications.iOS.iOSNotificationCenter::GetNotificationSettings()] : oim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::SetNotificationCategories(System.Collections.Generic.IEnumerable`1)] : oin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::OnReceivedRemoteNotification(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] : oio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::OnSentNotification(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] : oip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCenter::OpenNotificationSettings()] : oiq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.AuthorizationStatus Unity.Notifications.iOS.iOSNotificationSettings::get_AuthorizationStatus()] : oir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_NotificationCenterSetting()] : ois +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_LockScreenSetting()] : oit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_CarPlaySetting()] : oiu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_AlertSetting()] : oiv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_BadgeSetting()] : oiw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.NotificationSetting Unity.Notifications.iOS.iOSNotificationSettings::get_SoundSetting()] : oix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.AlertStyle Unity.Notifications.iOS.iOSNotificationSettings::get_AlertStyle()] : oiy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.ShowPreviewsSetting Unity.Notifications.iOS.iOSNotificationSettings::get_ShowPreviewsSetting()] : oiz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RegisterAuthorizationRequestCallback()] : oja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RegisterOnReceivedRemoteNotificationCallback()] : ojb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RegisterOnReceivedCallback()] : ojc +[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)] : ojd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::RemoteNotificationReceived(Unity.Notifications.iOS.iOSNotificationData)] : oje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::NotificationReceived(Unity.Notifications.iOS.iOSNotificationData)] : ojf +[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)] : ojg +[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)] : ojh +[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)] : oji +[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)] : ojj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationsWrapper::RegisteredForRemoteNotifications()] : ojk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::UnregisterForRemoteNotifications()] : ojl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationSettings Unity.Notifications.iOS.iOSNotificationsWrapper::GetNotificationSettings()] : ojm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::ScheduleLocalNotification(Unity.Notifications.iOS.iOSNotificationWithUserInfo)] : ojn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo[] Unity.Notifications.iOS.iOSNotificationsWrapper::GetDeliveredNotificationData()] : ojo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationsWrapper::GetLastRespondedNotificationAction()] : ojp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.String Unity.Notifications.iOS.iOSNotificationsWrapper::GetLastRespondedNotificationUserText()] : ojq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationWithUserInfo[] Unity.Notifications.iOS.iOSNotificationsWrapper::GetScheduledNotificationData()] : ojr +[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)] : ojs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::CsDictionaryToObjC(System.Collections.Generic.Dictionary`2)] : ojt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.IntPtr Unity.Notifications.iOS.iOSNotificationsWrapper::CsAttachmentsToObjc(System.Collections.Generic.List`1)] : oju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.Dictionary`2 Unity.Notifications.iOS.iOSNotificationsWrapper::NSDictionaryToCs(System.IntPtr)] : ojv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Collections.Generic.List`1 Unity.Notifications.iOS.iOSNotificationsWrapper::AttachmentsNSArrayToCs(System.IntPtr)] : ojw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::SetApplicationBadge(System.Int32)] : ojx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Int32 Unity.Notifications.iOS.iOSNotificationsWrapper::GetApplicationBadge()] : ojy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Boolean Unity.Notifications.iOS.iOSNotificationsWrapper::GetAppOpenedUsingNotification()] : ojz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Nullable`1 Unity.Notifications.iOS.iOSNotificationsWrapper::GetLastNotificationData()] : oka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationsWrapper::SetNotificationCategories(System.Collections.Generic.IEnumerable`1)] : okb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTrigger::get_Type()] : okc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Type()] : okc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] UnityEngine.Vector2 Unity.Notifications.iOS.iOSNotificationLocationTrigger::get_Center()] : okd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationLocationTrigger::set_Center(UnityEngine.Vector2)] : oke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationPushTrigger::get_Type()] : okc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::get_Type()] : okc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.TimeSpan Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::get_TimeInterval()] : okf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationTimeIntervalTrigger::set_TimeInterval(System.TimeSpan)] : okg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationTriggerType Unity.Notifications.iOS.iOSNotificationCalendarTrigger::get_Type()] : okc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCalendarTrigger Unity.Notifications.iOS.iOSNotificationCalendarTrigger::ToUtc()] : okh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] Unity.Notifications.iOS.iOSNotificationCalendarTrigger Unity.Notifications.iOS.iOSNotificationCalendarTrigger::ToLocal()] : oki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.DateTime Unity.Notifications.iOS.iOSNotificationCalendarTrigger::AssignDateTimeComponents(System.DateTime)] : okj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.iOS] System.Void Unity.Notifications.iOS.iOSNotificationCalendarTrigger::AssignNonEmptyComponents(System.DateTime)] : okk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : okl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.iOS.iOSNotification Unity.Notifications.Notification::op_Explicit(Unity.Notifications.Notification)] : okm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.iOS.iOSNotification Unity.Notifications.Notification::GetNotification()] : okn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Title()] : oko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Title(System.String)] : okp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Text()] : okq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Text(System.String)] : okr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Data()] : oks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Data(System.String)] : okt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.Notification::get_Badge()] : oku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Badge(System.Int32)] : okv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.String Unity.Notifications.Notification::get_Group()] : okw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_Group(System.String)] : okx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Boolean Unity.Notifications.Notification::get_IsGroupSummary()] : oky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.Notification::set_IsGroupSummary(System.Boolean)] : okz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationCenterArgs Unity.Notifications.NotificationCenterArgs::get_Default()] : ola +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::add_s_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : olb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::remove_s_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : olc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::NotificationReceived(Unity.Notifications.iOS.iOSNotification)] : old +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::add_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : ole +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::remove_OnNotificationReceived(Unity.Notifications.NotificationCenter/NotificationReceivedCallback)] : olf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::Initialize(Unity.Notifications.NotificationCenterArgs)] : olg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionRequest Unity.Notifications.NotificationCenter::RequestPermission()] : olh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CheckInitialized()] : oli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationCenter::ScheduleNotification(Unity.Notifications.Notification,T)] : olj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Int32 Unity.Notifications.NotificationCenter::ScheduleNotification(Unity.Notifications.Notification,System.String,T)] : olk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Nullable`1 Unity.Notifications.NotificationCenter::get_LastRespondedNotification()] : oll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelScheduledNotification(System.Int32)] : olm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelDeliveredNotification(System.Int32)] : oln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelAllScheduledNotifications()] : olo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::CancelAllDeliveredNotifications()] : olp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::ClearBadge()] : olq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationCenter::OpenNotificationSettings(Unity.Notifications.NotificationSettingsSection)] : olr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] System.Void Unity.Notifications.NotificationSchedule::Schedule(Unity.Notifications.iOS.iOSNotification&)] : ols +[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&)] : olt +[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&)] : olu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[Unity.Notifications.Unified] Unity.Notifications.NotificationsPermissionStatus Unity.Notifications.NotificationsPermissionRequest::get_Status()] : olv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[SDKConfig] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : olw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : olx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::add_OnReset(System.Action`1)] : oly +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::remove_OnReset(System.Action`1)] : olz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::Dispatch_OnReset(DG.Tweening.DOTweenAnimation)] : oma +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::CreateTween()] : omb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayById(System.String)] : omc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayAllById(System.String)] : omd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPauseAllById(System.String)] : ome +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayBackwardsById(System.String)] : omf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayBackwardsAllById(System.String)] : omg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayForwardById(System.String)] : omh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayForwardAllById(System.String)] : omi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DOPlayNext()] : omj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORewindAndPlayNext()] : omk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORewindAllById(System.String)] : oml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORestartById(System.String)] : omm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::DORestartAllById(System.String)] : omn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Collections.Generic.List`1 DG.Tweening.DOTweenAnimation::GetTweens()] : omo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenAnimation/TargetType DG.Tweening.DOTweenAnimation::TypeToDOTargetType(System.Type)] : omp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.Tween DG.Tweening.DOTweenAnimation::CreateEditorPreview()] : omq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.GameObject DG.Tweening.DOTweenAnimation::GetTweenGO()] : omr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::ReEvaluateRelativeTween()] : oms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenAnimation::b__47_0()] : omt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenAnimationExtensions::IsSameOrSubclassOf(UnityEngine.Component)] : omu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0::b__0()] : omv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass1_0::b__1(UnityEngine.Vector3)] : omw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenProShortcuts/<>c__DisplayClass2_0::b__0()] : omx +[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)] : omy +[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)] : omz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0::b__0()] : ona +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass0_0::b__1(UnityEngine.Color)] : onb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.String DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0::b__0()] : onc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass10_0::b__1(System.String)] : ond +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0::b__0()] : one +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : onf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0::b__0()] : ong +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass2_0::b__1(UnityEngine.Color)] : onh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0::b__0()] : oni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass4_0::b__1(UnityEngine.Color)] : onj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0::b__0()] : onk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass5_0::b__1(UnityEngine.Color)] : onl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0::b__0()] : onm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass6_0::b__1(UnityEngine.Vector3)] : onn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Int32 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0::b__0()] : ono +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass7_0::b__1(System.Int32)] : onp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0::b__0()] : onq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass8_0::b__1(System.Single)] : onr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Int32 DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0::b__0()] : ons +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.ShortcutExtensionsTMPText/<>c__DisplayClass9_0::b__1(System.Int32)] : ont +[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)] : onu +[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)] : onv +[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)] : onw +[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)] : onx +[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)] : ony +[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)] : onz +[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)] : ooa +[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)] : oob +[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)] : ooc +[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)] : ood +[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)] : ooe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::Refresh(TMPro.TMP_TextInfo,TMPro.TMP_MeshInfo[])] : oof +[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[])] : oog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetTransformationData()] : ooh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetGeometry(TMPro.TMP_Text,TMPro.TMP_MeshInfo[])] : ooi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetColors(TMPro.TMP_Text,TMPro.TMP_MeshInfo[])] : ooj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color32 DG.Tweening.DOTweenTMPAnimator/CharTransform::GetColor(TMPro.TMP_MeshInfo[])] : ook +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] DG.Tweening.DOTweenTMPAnimator/CharVertices DG.Tweening.DOTweenTMPAnimator/CharTransform::GetVertices()] : ool +[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)] : oom +[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)] : oon +[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)] : ooo +[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)] : oop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/CharTransform::ResetVerticesShift(TMPro.TMP_Text)] : ooq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0::b__0()] : oor +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass32_0::b__1(UnityEngine.Color)] : oos +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0::b__0()] : oot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass33_0::b__1(UnityEngine.Color)] : oou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0::b__0()] : oov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass34_0::b__1(UnityEngine.Vector3)] : oow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Quaternion DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0::b__0()] : oox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass35_0::b__1(UnityEngine.Quaternion)] : ooy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0::b__0()] : ooz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass37_0::b__1(UnityEngine.Vector3)] : opa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0::b__0()] : opb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass38_0::b__1(UnityEngine.Vector3)] : opc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0::b__0()] : opd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass39_0::b__1(UnityEngine.Vector3)] : ope +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0::b__0()] : opf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass41_0::b__1(UnityEngine.Vector3)] : opg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0::b__0()] : oph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass43_0::b__1(UnityEngine.Vector3)] : opi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0::b__0()] : opj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass44_0::b__1(UnityEngine.Vector3)] : opk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::b__0()] : opl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator/<>c__DisplayClass46_0::b__1(UnityEngine.Vector3)] : opm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] TMPro.TMP_Text DG.Tweening.DOTweenTMPAnimator::get_target()] : opn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::set_target(TMPro.TMP_Text)] : opo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] TMPro.TMP_TextInfo DG.Tweening.DOTweenTMPAnimator::get_textInfo()] : opp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::set_textInfo(TMPro.TMP_TextInfo)] : opq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Refresh()] : opr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::Reset()] : opt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::OnTextChanged(UnityEngine.Object)] : opu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Boolean DG.Tweening.DOTweenTMPAnimator::ValidateChar(System.Int32,System.Boolean)] : opv +[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&)] : opw +[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)] : opx +[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)] : opy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Color DG.Tweening.DOTweenTMPAnimator::GetCharColor(System.Int32)] : opz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharOffset(System.Int32)] : oqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharRotation(System.Int32)] : oqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] UnityEngine.Vector3 DG.Tweening.DOTweenTMPAnimator::GetCharScale(System.Int32)] : oqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharColor(System.Int32,UnityEngine.Color32)] : oqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharOffset(System.Int32,UnityEngine.Vector3)] : oqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharRotation(System.Int32,UnityEngine.Vector3)] : oqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::SetCharScale(System.Int32,UnityEngine.Vector3)] : oqg +[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)] : oqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Single DG.Tweening.DOTweenTMPAnimator::SkewCharX(System.Int32,System.Single,System.Boolean)] : oqi +[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)] : oqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTweenPro.Scripts] System.Void DG.Tweening.DOTweenTMPAnimator::ResetVerticesShift(System.Int32)] : oqk +[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)] : oql +[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)] : oqm +[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)] : oqn +[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)] : oqo +[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)] : oqp +[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)] : oqq +[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)] : oqr +[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)] : oqs +[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)] : oqt +[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)] : oqu +[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)] : oqv +[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)] : oqw +[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)] : oqx +[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)] : oqy +[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)] : oqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::get_IsKeyboardVisible()] : ora +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::IsWebViewAvailable()] : orb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::IsInitialized()] : orc +[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)] : ord +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Pause()] : ore +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Resume()] : orf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetCenterPositionWithScale(UnityEngine.Vector2,UnityEngine.Vector2)] : org +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMargins(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)] : orh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetVisibility(System.Boolean)] : ori +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetVisibility()] : orj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetScrollbarsVisibility(System.Boolean)] : ork +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetInteractionEnabled(System.Boolean)] : orl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetAlertDialogEnabled(System.Boolean)] : orm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetAlertDialogEnabled()] : orn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetScrollBounceEnabled(System.Boolean)] : oro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::GetScrollBounceEnabled()] : orp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetCameraAccess(System.Boolean)] : orq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMicrophoneAccess(System.Boolean)] : orr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::SetURLPattern(System.String,System.String,System.String)] : ors +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::LoadURL(System.String)] : ort +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::LoadHTML(System.String,System.String)] : oru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::EvaluateJS(System.String)] : orv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Int32 WebViewObject::Progress()] : orw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::CanGoBack()] : orx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Boolean WebViewObject::CanGoForward()] : ory +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GoBack()] : orz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GoForward()] : osa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::Reload()] : osb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnError(System.String)] : osc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnHttpError(System.String)] : osd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnStarted(System.String)] : ose +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnLoaded(System.String)] : osf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallFromJS(System.String)] : osg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnHooked(System.String)] : osh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::CallOnCookies(System.String)] : osi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::AddCustomHeader(System.String,System.String)] : osj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.String WebViewObject::GetCustomHeaderValue(System.String)] : osk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::RemoveCustomHeader(System.String)] : osl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCustomHeader()] : osm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCookies()] : osn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SaveCookies()] : oso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::GetCookies(System.String)] : osp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetBasicAuthInfo(System.String,System.String)] : osq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::ClearCache(System.Boolean)] : osr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetTextZoom(System.Int32)] : oss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] System.Void WebViewObject::SetMixedContentMode(System.Int32)] : ost +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[WebView] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : osu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : osv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__0()] : osw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass0_0::b__1(System.Single)] : osx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__0()] : osy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass1_0::b__1(System.Single)] : osz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__0()] : ota +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleAudio/<>c__DisplayClass2_0::b__1(System.Single)] : otb +[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)] : otc +[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)] : otd +[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)] : ote +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOComplete(UnityEngine.Audio.AudioMixer,System.Boolean)] : otf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOKill(UnityEngine.Audio.AudioMixer,System.Boolean)] : otg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOFlip(UnityEngine.Audio.AudioMixer)] : oth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOGoto(UnityEngine.Audio.AudioMixer,System.Single,System.Boolean)] : oti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPause(UnityEngine.Audio.AudioMixer)] : otj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlay(UnityEngine.Audio.AudioMixer)] : otk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlayBackwards(UnityEngine.Audio.AudioMixer)] : otl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOPlayForward(UnityEngine.Audio.AudioMixer)] : otm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DORestart(UnityEngine.Audio.AudioMixer)] : otn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DORewind(UnityEngine.Audio.AudioMixer)] : oto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOSmoothRewind(UnityEngine.Audio.AudioMixer)] : otp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleAudio::DOTogglePause(UnityEngine.Audio.AudioMixer)] : otq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass0_0::b__0()] : otr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__0()] : ots +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass10_0::b__1(UnityEngine.Vector3)] : ott +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass1_0::b__0()] : otu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass2_0::b__0()] : otv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass3_0::b__0()] : otw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass4_0::b__0()] : otx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Quaternion DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass5_0::b__0()] : oty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__0()] : otz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__1()] : oua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__2()] : oub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__3()] : ouc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass6_0::b__4()] : oud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass7_0::b__0()] : oue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__0()] : ouf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass8_0::b__1(UnityEngine.Vector3)] : oug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics/<>c__DisplayClass9_0::b__0()] : ouh +[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)] : oui +[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)] : ouj +[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)] : ouk +[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)] : oul +[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)] : oum +[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)] : oun +[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)] : ouo +[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)] : oup +[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)] : ouq +[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)] : our +[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)] : ous +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass0_0::b__0()] : out +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass1_0::b__0()] : ouu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass2_0::b__0()] : ouv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass3_0::b__0()] : ouw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__0()] : oux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__1(UnityEngine.Vector2)] : ouy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__2()] : ouz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__3()] : ova +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__4(UnityEngine.Vector2)] : ovb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass4_0::b__5()] : ovc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__0()] : ovd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass5_0::b__1(UnityEngine.Vector3)] : ove +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__0()] : ovf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModulePhysics2D/<>c__DisplayClass6_0::b__1(UnityEngine.Vector3)] : ovg +[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)] : ovh +[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)] : ovi +[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)] : ovj +[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)] : ovk +[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)] : ovl +[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)] : ovm +[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)] : ovn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__0()] : ovo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass0_0::b__1(UnityEngine.Color)] : ovp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__0()] : ovq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : ovr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__0()] : ovs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleSprite/<>c__DisplayClass3_0::b__1(UnityEngine.Color)] : ovt +[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)] : ovu +[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)] : ovv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleSprite::DOGradientColor(UnityEngine.SpriteRenderer,UnityEngine.Gradient,System.Single)] : ovw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Tweener DG.Tweening.DOTweenModuleSprite::DOBlendableColor(UnityEngine.SpriteRenderer,UnityEngine.Color,System.Single)] : ovx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/Utils::SwitchToRectTransform(UnityEngine.RectTransform,UnityEngine.RectTransform)] : ovy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__0()] : ovz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass0_0::b__1(System.Single)] : owa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__0()] : owb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass10_0::b__1(UnityEngine.Color)] : owc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__0()] : owd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass11_0::b__1(UnityEngine.Color)] : owe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__0()] : owf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass12_0::b__1(UnityEngine.Vector2)] : owg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__0()] : owh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass13_0::b__1(UnityEngine.Vector2)] : owi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__0()] : owj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass14_0::b__1(UnityEngine.Vector2)] : owk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__0()] : owl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass15_0::b__1(UnityEngine.Vector2)] : owm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__0()] : own +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass16_0::b__1(UnityEngine.Vector3)] : owo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__0()] : owp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass17_0::b__1(UnityEngine.Vector3)] : owq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__0()] : owr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass18_0::b__1(UnityEngine.Vector3)] : ows +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__0()] : owt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass19_0::b__1(UnityEngine.Vector3)] : owu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__0()] : owv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass1_0::b__1(UnityEngine.Color)] : oww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__0()] : owx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass20_0::b__1(UnityEngine.Vector2)] : owy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__0()] : owz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass21_0::b__1(UnityEngine.Vector2)] : oxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__0()] : oxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass22_0::b__1(UnityEngine.Vector2)] : oxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__0()] : oxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass23_0::b__1(UnityEngine.Vector2)] : oxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__0()] : oxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass24_0::b__1(UnityEngine.Vector2)] : oxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__0()] : oxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass25_0::b__1(UnityEngine.Vector2)] : oxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__0()] : oxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass26_0::b__1(UnityEngine.Vector3)] : oxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__0()] : oxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass27_0::b__1(UnityEngine.Vector3)] : oxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector3 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__0()] : oxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass28_0::b__1(UnityEngine.Vector3)] : oxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__0()] : oxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__1(UnityEngine.Vector2)] : oxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__2()] : oxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__3()] : oxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__4(UnityEngine.Vector2)] : oxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass29_0::b__5()] : oxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__0()] : oxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass2_0::b__1(UnityEngine.Color)] : oxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__0()] : oxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass30_0::b__1(UnityEngine.Vector2)] : oxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__0()] : oxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass31_0::b__1(System.Single)] : oya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__0()] : oyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass32_0::b__1(System.Single)] : oyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__0()] : oyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass33_0::b__1(System.Single)] : oye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__0()] : oyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass34_0::b__1(UnityEngine.Color)] : oyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Int32 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__0()] : oyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass35_0::b__1(System.Int32)] : oyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__0()] : oyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass36_0::b__1(UnityEngine.Color)] : oyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.String DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__0()] : oyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass37_0::b__1(System.String)] : oym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__0()] : oyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass38_0::b__1(UnityEngine.Color)] : oyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__0()] : oyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass39_0::b__1(UnityEngine.Color)] : oyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__0()] : oyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass3_0::b__1(UnityEngine.Color)] : oys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__0()] : oyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass40_0::b__1(UnityEngine.Color)] : oyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Color DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__0()] : oyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass4_0::b__1(UnityEngine.Color)] : oyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Single DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__0()] : oyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass5_0::b__1(System.Single)] : oyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__0()] : oyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass7_0::b__1(UnityEngine.Vector2)] : oza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__0()] : ozb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2)] : ozc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__0()] : ozd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUI/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2)] : oze +[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)] : ozf +[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)] : ozg +[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)] : ozh +[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)] : ozi +[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)] : ozj +[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)] : ozk +[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)] : ozl +[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)] : ozm +[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)] : ozn +[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)] : ozo +[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)] : ozp +[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)] : ozq +[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)] : ozr +[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)] : ozs +[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)] : ozt +[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)] : ozu +[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)] : ozv +[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)] : ozw +[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)] : ozx +[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)] : ozy +[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)] : ozz +[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)] : paa +[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)] : pab +[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)] : pac +[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)] : pad +[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)] : pae +[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)] : paf +[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)] : pag +[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)] : pah +[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)] : pai +[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)] : paj +[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)] : pak +[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)] : pal +[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)] : pam +[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)] : pan +[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)] : pao +[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)] : pap +[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)] : paq +[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)] : par +[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)] : pas +[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)] : pat +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__0()] : pau +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass8_0::b__1(UnityEngine.Vector2)] : pav +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.Vector2 DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__0()] : paw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUnityVersion/<>c__DisplayClass9_0::b__1(UnityEngine.Vector2)] : pax +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] DG.Tweening.Sequence DG.Tweening.DOTweenModuleUnityVersion::DOGradientColor(UnityEngine.Material,UnityEngine.Gradient,System.Single)] : pay +[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)] : paz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForCompletion(DG.Tweening.Tween,System.Boolean)] : pba +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForRewind(DG.Tweening.Tween,System.Boolean)] : pbb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForKill(DG.Tweening.Tween,System.Boolean)] : pbc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForElapsedLoops(DG.Tweening.Tween,System.Int32,System.Boolean)] : pbd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForPosition(DG.Tweening.Tween,System.Single,System.Boolean)] : pbe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] UnityEngine.CustomYieldInstruction DG.Tweening.DOTweenModuleUnityVersion::WaitForStart(DG.Tweening.Tween,System.Boolean)] : pbf +[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)] : pbg +[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)] : pbh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForCompletion(DG.Tweening.Tween)] : pbi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForRewind(DG.Tweening.Tween)] : pbj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForKill(DG.Tweening.Tween)] : pbk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForElapsedLoops(DG.Tweening.Tween,System.Int32)] : pbl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForPosition(DG.Tweening.Tween,System.Single)] : pbm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Threading.Tasks.Task DG.Tweening.DOTweenModuleUnityVersion::AsyncWaitForStart(DG.Tweening.Tween)] : pbn +[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)] : pbo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody2D(UnityEngine.Component)] : pbp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Boolean DG.Tweening.DOTweenModuleUtils/Physics::HasRigidbody(UnityEngine.Component)] : pbq +[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)] : pbr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils::Init()] : pbs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[DOTween.Modules] System.Void DG.Tweening.DOTweenModuleUtils::Preserver()] : pbt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[VosacoSDK] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : pbu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void MainThreadUtil/<>c__DisplayClass9_0::b__0(System.Object)] : pbv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] MainThreadUtil MainThreadUtil::get_Instance()] : pbw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void MainThreadUtil::set_Instance(MainThreadUtil)] : pbx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.SynchronizationContext MainThreadUtil::get_synchronizationContext()] : pby +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void MainThreadUtil::set_synchronizationContext(System.Threading.SynchronizationContext)] : pbz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void MainThreadUtil::Run(System.Collections.IEnumerator)] : pca +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Boolean WaitForUpdate/MainThreadAwaiter::get_IsCompleted()] : pcb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/MainThreadAwaiter::set_IsCompleted(System.Boolean)] : pcc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/MainThreadAwaiter::GetResult()] : pcd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/MainThreadAwaiter::Complete()] : pce +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/MainThreadAwaiter::System.Runtime.CompilerServices.INotifyCompletion.OnCompleted(System.Action)] : pcf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/d__4::System.IDisposable.Dispose()] : pcg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Object WaitForUpdate/d__4::System.Collections.Generic.IEnumerator.get_Current()] : pch +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void WaitForUpdate/d__4::System.Collections.IEnumerator.Reset()] : pci +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Object WaitForUpdate/d__4::System.Collections.IEnumerator.get_Current()] : pcj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] WaitForUpdate/MainThreadAwaiter WaitForUpdate::GetAwaiter()] : pck +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Collections.IEnumerator WaitForUpdate::CoroutineWrapper(System.Collections.IEnumerator,WaitForUpdate/MainThreadAwaiter)] : pcl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] UnitySourceGeneratedAssemblyMonoScriptTypes_v1/MonoScriptData UnitySourceGeneratedAssemblyMonoScriptTypes_v1::Get()] : pcm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::add_OnOpen(NativeWebSocket.WebSocketOpenEventHandler)] : pcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::remove_OnOpen(NativeWebSocket.WebSocketOpenEventHandler)] : pco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::add_OnMessage(NativeWebSocket.WebSocketMessageEventHandler)] : pcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::remove_OnMessage(NativeWebSocket.WebSocketMessageEventHandler)] : pcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::add_OnError(NativeWebSocket.WebSocketErrorEventHandler)] : pcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::remove_OnError(NativeWebSocket.WebSocketErrorEventHandler)] : pcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::add_OnClose(NativeWebSocket.WebSocketCloseEventHandler)] : pct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.IWebSocket::remove_OnClose(NativeWebSocket.WebSocketCloseEventHandler)] : pcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocketState NativeWebSocket.IWebSocket::get_State()] : pcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocketCloseCode NativeWebSocket.WebSocketHelpers::ParseCloseCodeEnum(System.Int32)] : pcw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocketException NativeWebSocket.WebSocketHelpers::GetErrorMessageFromCode(System.Int32,System.Exception)] : pcx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WaitForBackgroundThread/<>c::b__0_0()] : pcy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter NativeWebSocket.WaitForBackgroundThread::GetAwaiter()] : pcz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::add_OnOpen(NativeWebSocket.WebSocketOpenEventHandler)] : pcn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::remove_OnOpen(NativeWebSocket.WebSocketOpenEventHandler)] : pco +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::add_OnMessage(NativeWebSocket.WebSocketMessageEventHandler)] : pcp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::remove_OnMessage(NativeWebSocket.WebSocketMessageEventHandler)] : pcq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::add_OnError(NativeWebSocket.WebSocketErrorEventHandler)] : pcr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::remove_OnError(NativeWebSocket.WebSocketErrorEventHandler)] : pcs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::add_OnClose(NativeWebSocket.WebSocketCloseEventHandler)] : pct +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::remove_OnClose(NativeWebSocket.WebSocketCloseEventHandler)] : pcu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::CancelConnection()] : pda +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::Connect()] : pdb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found group Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocketState NativeWebSocket.WebSocket::get_State()] : pcv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::Send(System.Byte[])] : pdc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::SendText(System.String)] : pdd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::SendMessage(System.Collections.Generic.List`1>,System.Net.WebSockets.WebSocketMessageType,System.ArraySegment`1)] : pde +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::HandleQueue(System.Collections.Generic.List`1>,System.Net.WebSockets.WebSocketMessageType)] : pdf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Void NativeWebSocket.WebSocket::DispatchMessageQueue()] : pdg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] System.Threading.Tasks.Task NativeWebSocket.WebSocket::Close()] : pdh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[endel.nativewebsocket] NativeWebSocket.WebSocket NativeWebSocket.WebSocketFactory::CreateInstance(System.String)] : pdi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::KPBSRC0F(System.Object)] : pdj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::wlbTymZZ(System.Object)] : pdk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::fM_JWCbk(System.Object)] : pdl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::myLRjZ4o(System.Object)] : pdm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::B32oBOeF(System.Object)] : pdn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::Ba9xjLj1(System.Object)] : pdo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::oJuYOP4I(System.Object)] : pdp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::dx5ZuZrH(System.Object)] : pdq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::QgW3yoMw(System.Object)] : pdr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::KU7kJxal(System.Boolean)] : pds +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::1i3I6SDC(System.Boolean)] : pdt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::HUyPpsmO(System.Object)] : pdu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::9q1LvxOP(System.Object)] : pdv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::mEaVRYIw(System.Object)] : pdw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DiGWDVEv(System.Object)] : pdx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::wsrG91dc(System.Object)] : pdy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::JxCY4dcn(System.Boolean)] : pdz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::AUnzBCy4(System.Boolean)] : pea +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::ERXk1lb8(System.Object)] : peb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::C50Uvya9(System.Object)] : pec +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::nmi__MQ3(System.String)] : ped +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::L1Xs4iEH(System.Object)] : pee +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::JLrXFQia(System.Object)] : pef +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::UNdeo0AR(System.Object)] : peg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::M4O4a74r(System.Object)] : peh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::LOmFd_lo(System.Object)] : pei +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::UVUqTTzM(System.Object)] : pej +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::MIterQm4(System.Object)] : pek +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::TSU9zxF4(System.Object)] : pel +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::CA4ihcDm(System.String)] : pem +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::IqQo59Tj(System.Object)] : pen +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::OAsXca2o(System.Object)] : peo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::0Seo_Z6s(System.Boolean)] : pep +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::gH3Cpfzv(System.Boolean)] : peq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::XGvTWmw0(System.Object)] : per +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::oL7kuO9K(System.Object)] : pes +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::jVr6ObMJ(System.Object)] : pet +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::O7NToorf(System.Boolean)] : peu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::JlChvhP3(System.Exception)] : pev +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::CDkZwkRp(System.Object)] : pew +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DLOZozin(System.Boolean)] : pex +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::znPPn4BN(System.Object)] : pey +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::9uO4hHSW(System.Object)] : pez +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::WGQ1N2Q6(System.Object)] : pfa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::foOb_Jeu(System.Object)] : pfb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::iBL35bVl(System.Object)] : pfc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::OIZYJqLA(System.Object)] : pfd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::0CAAU6cO(System.Boolean)] : pfe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::x6LF2a8i(System.Object)] : pff +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::sdkblDy6(System.Object)] : pfg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::_QvCa_NV(System.Object)] : pfh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::oElAEoSV(System.Exception)] : pfi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::6KmPiEgA(System.Boolean)] : pfj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::kIwnnpFe(System.Object)] : pfk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::K8q2Hpb3(System.Object)] : pfl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::YQ_A51wo(System.Object)] : pfm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::teCoUfDL(System.Boolean)] : pfn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::R1hzU9xk(System.Object)] : pfo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::B3JeEmwv(System.Object)] : pfp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::wIwTx2F3(System.Object)] : pfq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::Ls2NSZ4K(System.Object)] : pfr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::ELGZFgYK(System.Object)] : pfs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DfvuRfO4(System.Object)] : pft +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::YxytAQpM(System.Object)] : pfu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::c43knRmj(System.Object)] : pfv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::1J7FRFHR(System.Object)] : pfw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::W306hOEf(System.Object)] : pfx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::AOaCDG2J(System.Exception)] : pfy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::tcCaIjqb(System.Object)] : pfz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::oicBdT8A(System.Object)] : pga +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::vfAZbVz_(System.Object)] : pgb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DygooE9P(System.Object)] : pgc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::gtgGDOij(System.Boolean)] : pgd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::jke5OtNY(System.Object)] : pge +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::WPyzMlWy(System.Object)] : pgf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::a1d9BN2y(System.Object)] : pgg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::QBFC4_gv(System.Boolean)] : pgh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::p2Zr6nTO(System.Object)] : pgi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::DRk3wEsk(System.Exception)] : pgj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::WPtyPXJb(System.Object)] : pgk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::c2x0o_Oz(System.Object)] : pgl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::PmanfILg(System.Object)] : pgm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::90oWvx7X(System.Object)] : pgn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::_pYLZseY(System.Object)] : pgo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::RUy6fENF(System.Object)] : pgp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::OGVV2KIn(System.Object)] : pgq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::Nng4qNOt(System.Object)] : pgr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::BfYDi_5n(System.Object)] : pgs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::3rStvHNk(System.Object)] : pgt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::CgeDb46L(System.Boolean)] : pgu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::jgqUQM4Q(System.Object)] : pgv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::evj25iv7(System.Object)] : pgw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::J2iFMru0(System.Boolean)] : pgx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::sen61bnO(System.Boolean)] : pgy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::3PfyaAeY(System.Exception)] : pgz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::ez0qco2M(System.Object)] : pha +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::B5s8xZLb(System.Object)] : phb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::4FEQMyC5(System.Object)] : phc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::qDeVZ6AM(System.Object)] : phd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::A5ZHZkVa(System.Object)] : phe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::zfRKnOfI(System.String)] : phf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::QGwq_vM1(System.Object)] : phg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::mKrXFdEH(System.Object)] : phh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::929LCUGF(System.Object)] : phi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::nUAfINLu(System.Boolean)] : phj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::TA8pVZO_(System.Object)] : phk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::YLasNKSK(System.Object)] : phl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::ZBb3VTyc(System.Object)] : phm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::OSWoMN4H(System.Boolean)] : phn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::cuklcGST(System.Object)] : pho +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::z9EQuHPF(System.Object)] : php +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void jz79f_Cl::3sQCJ1qq(System.Object)] : phq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::xEPLwcv2(Loom/ie2f3aII)] : phr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::x0QvWbvj(Loom/ie2f3aII)] : phs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::EOpYh7_q(Loom/ie2f3aII)] : pht +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::G1VlUMl4(Loom/ie2f3aII)] : phu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::RNDo66fV(Loom/ie2f3aII)] : phv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::fqPG8Gw5(Loom/ie2f3aII)] : phw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::kKHJQP5H(Loom/ie2f3aII)] : phx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::qzUvclOU(Loom/ie2f3aII)] : phy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean Loom/yARGiXY6::GfL4544B(Loom/ie2f3aII)] : phz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::Jecm2vP2(System.Object)] : pia +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::XWuV2Das()] : pib +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::bRFPQj4C()] : pic +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::i2j6gfgu()] : pid +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::MnUWFoKX()] : pie +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::5Np01q4c()] : pif +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::UByCTrZR(System.Object)] : pig +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::2dtDCnYt()] : pih +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::LR3hxa7I()] : pii +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::3_2B7iQi()] : pij +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::65qzlA9T(System.Object)] : pik +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::IGZv1JcX(System.Action`1,System.Object,System.Single)] : pil +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::xZNIEKwQ()] : pim +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::Tw24QKLr(System.Action)] : pin +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::vtyhjciE(System.Action)] : pio +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::gBJUPsnC(System.Action`1,System.Object)] : pip +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::_q2Q3Fna(System.Action`1,System.Object)] : piq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::pSXPIAo2(System.Object)] : pir +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::wxjDjK6p(System.Action)] : pis +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::DcMd1fNt()] : pit +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::gcrdLjMj()] : piu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::xYcaEzXh()] : piv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::rH9EMk1p()] : piw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::GLiJdJAQ()] : pix +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::XlUqqGgu(System.Object)] : piy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::tsStqUhw(System.Action`1,System.Object,System.Single)] : piz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::wB4rHL6P(System.Object)] : pja +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::WcbMRn_N()] : pjb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::MgMkhRoa(System.Action`1,System.Object)] : pjc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::_hTjNmc3()] : pjd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::6OM596ep()] : pje +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::yj1XrFXY()] : pjf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::XecJHp5E()] : pjg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::ycr3ux4E()] : pjh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::jJURaLkh()] : pji +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::mRiosM8I()] : pjj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::DugeQNsb(System.Action)] : pjk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::xxFQFI4K()] : pjl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::355h3vnI()] : pjm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::V60dU3Vz()] : pjn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::e0z0vGcG(System.Action`1,System.Object,System.Single)] : pjo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::YrV3Bfht(System.Action`1,System.Object,System.Single)] : pjp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::awbgGx8r()] : pjq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::zgM71FoA(System.Object)] : pjr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::dNDpxQdv(System.Action`1,System.Object)] : pjs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::wdnDqT4x()] : pjt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::bl83wlEd(System.Action`1,System.Object)] : pju +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::5AFf3_37(System.Action`1,System.Object,System.Single)] : pjv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::kw0YQ5H7(System.Action`1,System.Object)] : pjw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::QEQjWSth()] : pjx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::pW4uhGLI()] : pjy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::AFrVnULL(System.Action)] : pjz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::t9uMF9R2()] : pka +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::k2ZjMpk3()] : pkb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::E9Kvz3BE()] : pkc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::p8TRi4DK()] : pkd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::2L3tLk0o()] : pke +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::9rqsgUkL(System.Action)] : pkf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::V00qlEzi(System.Action`1,System.Object)] : pkg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::Gnu9FwBY(System.Action`1,System.Object,System.Single)] : pkh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::QG5bOlIH(System.Action)] : pki +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::ykh7qGOX(System.Action)] : pkj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::bQdVq2Uu(System.Action)] : pkk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::KAHy8a0g(System.Action`1,System.Object,System.Single)] : pkl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::teYlDAHE(System.Action)] : pkm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::OpCto3jA()] : pkn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::hqIwKk3i(System.Action`1,System.Object)] : pko +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::tHE6GIJY(System.Action)] : pkp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::8pRtVrQJ()] : pkq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::Kgxw0jRd()] : pkr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::K6gEW4AW()] : pks +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::5iPiHXiW(System.Action`1,System.Object)] : pkt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::9brl0WkH()] : pku +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::v43FlxgT()] : pkv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::EoFFbPHx()] : pkw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::SnOR99Lj(System.Action`1,System.Object)] : pkx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::p_J2FDwr(System.Action)] : pky +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::AN5Sc76D()] : pkz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::RRPsbnhy()] : pla +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::4IUgs5qF()] : plb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::buq47ZgV(System.Action`1,System.Object)] : plc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::JZdd1EcK(System.Action)] : pld +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::tbx74yW1(System.Action)] : ple +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::8XRQveT6()] : plf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::OxroOHCp(System.Action`1,System.Object)] : plg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::k_k3i8eM(System.Action`1,System.Object)] : plh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::j2hyAN6h()] : pli +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::Wv3gTGfn()] : plj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::9BcEu2lx()] : plk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::zaBlwH8H()] : pll +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::dOVGconm()] : plm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::JCXAHaRw(System.Object)] : pln +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::H3LFQNtL()] : plo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::pgFCIWiM()] : plp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::4iHmsczQ()] : plq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::EiYD2VBg()] : plr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Threading.Thread Loom::EvhYvTR9(System.Action)] : pls +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::RJKh_jGa()] : plt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] Loom Loom::nKopKYX5()] : plu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::9nWznI5u(System.Action`1,System.Object,System.Single)] : plv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::yUo9dS0y()] : plw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void Loom::HpAsIicu()] : plx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::qPELDU35()] : ply +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::otgqOqdo()] : plz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::8ras6MGg()] : pmb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::uKtAT1Rz()] : pmc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::HkwmPqY7()] : pmd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::C4eNwlUY()] : pme +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::Mgz_tkRk()] : pmf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::QJmj1aeG()] : pmg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::Li7A_wxK()] : pmh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::b5dg6E25()] : pmi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::UvraCj7x()] : pmj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::qIHJnyfc()] : pmk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::1hdoKJuf()] : pml +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::9CuFYPko()] : pmm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::8d6Zf9Ge()] : pmn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::xNqJczYZ()] : pmo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::WX8oWMdS()] : pmp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String ekir75Dy::7onRRsAl()] : pmq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::OWp2KsHK()] : pmr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::Qgw44sJa()] : pms +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::0gDi9jFw()] : pmt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::yubjCqf5()] : pmu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::sB3rJORV()] : pmv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::FVrORttX()] : pmw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::L2_kW2_v()] : pmx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::SjrWsG6M()] : pmy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::QvLuJg9G()] : pmz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::jWhXhwD_()] : pna +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::TvmtEzK8()] : pnb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::jg2VqCHe()] : pnc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::QuFSZDKn()] : pnd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::U_PgyjVs()] : pne +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::k2MUrFRx()] : pnf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::JZwrb_5x()] : png +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::_Rrsycuh()] : pnh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.String bIm5AGvY::wKhME4bF()] : pni +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::q2OGCAn7()] : pnj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::zkM3WM7i()] : pnk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::ZteUpwQt()] : pnl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::kQRwBltp()] : pnm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::wvNc5BaB()] : pnn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::MvfPGHUa()] : pno +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::KvcaVUgs()] : pnp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::i1M4sZJz()] : pnq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::yvhGnE0Q()] : pnr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::mZbqcaAD()] : pns +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::fI26hJHO()] : pnt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::xTAAwx6S()] : pnu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::92Ke6CRR()] : pnv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::8bfUtd4b()] : pnw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] 0nmBbgpv/gySaD9XG 0nmBbgpv::e3pFFKIL()] : pnx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::rwzABrqw(UnityTimer.Timer)] : pny +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::EHxawfDS(UnityTimer.Timer)] : pnz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::b__7_0(UnityTimer.Timer)] : poa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::Cyc44813(UnityTimer.Timer)] : pob +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::A00p6t60(UnityTimer.Timer)] : poc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::4ngmGKIw(UnityTimer.Timer)] : pod +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::gL_CPWY8(UnityTimer.Timer)] : poe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::k0ZVtUs5(UnityTimer.Timer)] : pof +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::ZMq9DSnB(UnityTimer.Timer)] : pog +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::qhIlvIlH(UnityTimer.Timer)] : poh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::gjy5lI1K(UnityTimer.Timer)] : poi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::8y3IqA8P(UnityTimer.Timer)] : poj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer/TimerManager/<>c::QDIhF9TD(UnityTimer.Timer)] : pok +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::dcthjULb()] : pol +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::UpdateAllTimers()] : pom +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::PauseAllTimers()] : pon +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::PPHG94tl(UnityTimer.Timer)] : poo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::UC_jE9Vv(UnityTimer.Timer)] : pop +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::45nlF6Qt()] : poq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::uvsdpQ8E(UnityTimer.Timer)] : por +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::ResumeAllTimers()] : pot +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::qs8aoD42()] : pou +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::JzUxxugT()] : pov +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::4gBC5kFR()] : pow +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::CancelAllTimers()] : pox +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::RegisterTimer(UnityTimer.Timer)] : poy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer/TimerManager::GPhsmDAm(UnityTimer.Timer)] : poz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::get_duration()] : ppa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::NAmO8aaN()] : ppb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::set_usesRealTime(System.Boolean)] : ppc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::iIXXurB9()] : ppd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::S1zHdD5c()] : ppe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::4C8iEG7K()] : ppf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::3J8KmqXt()] : ppg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Resume(UnityTimer.Timer)] : pph +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::BxX_sIcK()] : ppi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::hUXR3Q6i()] : ppj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::4JrtilOO()] : ppk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::bjV2iiWN()] : ppl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::ceV318OJ()] : ppm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::IbJhULWN()] : ppn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetTimeElapsed()] : ppo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Q4nlk9fc()] : ppp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::BvZjThit()] : ppq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::QXBJEpdZ()] : ppr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::iGXKDuzx()] : pps +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::e1Ii_01H()] : ppt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::KJRy8sVx()] : ppu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::e0np23zi(System.Single)] : ppv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::PEKFDmlI()] : ppw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::wAvoCILb()] : ppx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::ILsytnf5()] : ppy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::LQqqFdYR()] : ppz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::UcKvjbmV(System.Boolean)] : pqa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::RK9kOnJ7(UnityTimer.Timer)] : pqb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::FCZftAeT()] : pqc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::Ko5EnDVE()] : pqd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::SrBzbX_6()] : pqe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::pOY8FJ5n()] : pqf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::wa_xZ9CU()] : pqg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::1ZseYNr8(System.Boolean)] : pqh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::12xrv6Co()] : pqi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetRatioRemaining()] : pqj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::68n3rb3y()] : pqk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Pause()] : pql +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::uRgErRY5(UnityTimer.Timer)] : pqm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::6kLn2L66()] : pqn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::tltJv4mn()] : pqo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::dr7ZQ7Ws()] : pqp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::ZztQwfjA()] : pqq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::GvLgXWMt()] : pqr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::4EvZSecK()] : pqs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::set_duration(System.Single)] : pqt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::jJodHeJC()] : pqu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Lrb9Dru2()] : pqv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::9f8EhAm1()] : pqw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::HYpgh54f(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pqx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::MBtRtioa()] : pqy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::UlHmPPXh()] : pqz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Niqw9n21(System.Single)] : pra +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::PauseAllRegisteredTimers()] : prb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::ogwKcySe()] : prc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::NlaSuQk7()] : prd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::HZwxViZk(System.Single)] : pre +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::1rMrCbo1(UnityTimer.Timer)] : prf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::ResumeAllRegisteredTimers()] : prg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::xSsVy6Ij(System.Boolean)] : prh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::RuCc9KXg(System.Boolean)] : pri +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::0v8HKDTl(System.Single)] : prj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::9sr32ISU()] : prk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::aEhlupqU(System.Boolean)] : prl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::V6tQCZj6()] : prm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::0VtJ99vn()] : prn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::rqldfbmL()] : pro +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::TAjlrcDs()] : prp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::tqwfwDOI()] : prq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::fHd7s4tb()] : prr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::Qgt7cGpd()] : prs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isPaused()] : prt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isOwnerDestroyed()] : pru +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::pZ5znofM(System.Boolean)] : prv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::b_d1PG8Q()] : prw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::U3jCRxeq()] : prx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::fRLzUA7F(System.Boolean)] : pry +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Wg_NOxlZ(System.Boolean)] : prz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::CKeoXC1U(UnityTimer.Timer)] : psa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::zq0Pta90()] : psb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::oP0YRbAd()] : psc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::klXdBRxV()] : psd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::dYQD_aDo(UnityTimer.Timer)] : pse +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::73iOpA4F()] : psf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::w6_wGiUE()] : psg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::mpoW3DxF(System.Single)] : psh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::C_SJyq5C()] : psi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::3LyP0Vgm()] : psj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::N6Dcpu1C()] : psk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::gQvZjWq8()] : psl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isCancelled()] : psm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::A6u2Q62A()] : psn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::DxnlpHw9()] : pso +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::ZczeagQc()] : psp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Update()] : psq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::XZoqFRIi()] : psr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::mcQdzuCE()] : pss +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::jIIFJmqb()] : pst +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::mkwB5AoK()] : psu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::UjL1KxI5()] : psv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::P2ktCRoD()] : psw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::AC0ZEFcB()] : psx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::q65KVNgW(System.Single)] : psy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::10AOXhgJ(UnityTimer.Timer)] : psz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::8uKKpGxf()] : pta +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::O969kL83()] : ptb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Resume()] : ptc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::skkJq_ZP(UnityTimer.Timer)] : ptd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::EBMHvB7k()] : pte +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::LluKNWek()] : ptf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::WqEHoA5W()] : ptg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::uJ8W2lkj()] : pth +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::VH3fzXcA(System.Single)] : pti +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::lstcpslY()] : ptj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::KQP7Vit5()] : ptk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::tUP802Ux()] : ptl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Ll_b4eM7()] : ptm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::mZxGxBSM()] : ptn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::nMb3KzvC(System.Single)] : pto +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::swiMkFUU()] : ptp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::cU1ZFbV2()] : ptq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::shNFV81u()] : ptr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::T9PiAMRK()] : pts +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::XiJboRD_(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : ptt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::SfaBqp3m()] : ptu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::RJSucSWT()] : ptv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::TOeNtpNm(UnityTimer.Timer)] : ptw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetFireTime()] : ptx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::7Svb2Ye5(UnityTimer.Timer)] : pty +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::65a0h5WR()] : ptz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::aa1Vzbem()] : pua +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::_e0DbROE()] : pub +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::hWwGWklX()] : puc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::YPZhPbVI()] : pud +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::jNFa5Ros()] : pue +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Mka8QPGh(System.Boolean)] : puf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::P1PZQ_s0()] : pug +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::I9ZWELID(UnityTimer.Timer)] : puh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetTimeDelta()] : pui +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::oLfiEBcs()] : puj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Jb64xXGt()] : puk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::o8EXTzJj()] : pul +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::cVgfCrJd()] : pum +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::kfremztA()] : pun +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::CRf27sNl(System.Single)] : puo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::JnFnZE_P()] : pup +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::set_isLooped(System.Boolean)] : puq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isLooped()] : pur +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Cancel()] : pus +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::cISFDmxG(System.Boolean)] : put +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::BAelb0yg(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : puu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::bq71Ek_Z()] : puv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::n9zPllRb()] : puw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::r2P0z2eO()] : pux +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::P_2x7jkE()] : puy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::RaxmEixh()] : puz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::1SkbBjQ0()] : pva +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::0yNn3cZo()] : pvb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::RwSLum7f()] : pvc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::70AI11Bd()] : pvd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::wykFQrai()] : pve +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetTimeRemaining()] : pvf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::AYlV_7jC(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pvg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::2G_wkJ3F(System.Boolean)] : pvh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::8NEtWcQJ()] : pvi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::6dCDo9uS(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pvj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::bcHpk3bQ()] : pvk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::ERON2rBB()] : pvl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::SdjRO4wn()] : pvm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::QifWnDxQ()] : pvn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::qr9aNiT4()] : pvo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::Register(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pvp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Nj5h00KZ(UnityTimer.Timer)] : pvq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::FPfYTzVJ()] : pvr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::w1F4zzbV(System.Single)] : pvs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::V90y0FrE()] : pvt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::zl5qEKPu()] : pvu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::XIGWRTIS()] : pvv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::YW7iFy4V()] : pvw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::WLzM_fWH()] : pvx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::f3tOZtgI()] : pvy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::99DF4frz()] : pvz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::BDda4obG()] : pwa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::_grquNN8()] : pwb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::GIiD2u5E(System.Single)] : pwc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::09OH3zvb()] : pwd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::pZuT34A5(System.Single)] : pwe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::2FQFK7mN()] : pwf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::M5EVEeL7()] : pwg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::LJOgNm7p(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pwh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isDone()] : pwi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::WaXjb3A2()] : pwj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::ExfTCsuO()] : pwk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::YgqhpuB7()] : pwl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::1ts8Hfzn()] : pwm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetWorldTime()] : pwn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::UE9FvKrX()] : pwo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::_Vx1TPo9()] : pwp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::m8pixydH(System.Boolean)] : pwq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::R2CTozyb()] : pwr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::CancelAllRegisteredTimers()] : pws +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::3yk8HtQ6()] : pwt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::8GarHSt3()] : pwu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::YcWO0dtN()] : pwv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::MtwXqeEZ()] : pww +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::11TlsDhO(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pwx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::95S2ZIlT()] : pwy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::PMGTGbZ3()] : pwz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::p9zrMOzH()] : pxa +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::FTMGZ3Dg()] : pxb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::GetRatioComplete()] : pxc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::oLcNuuJn()] : pxd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::d06nZlnP()] : pxe +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Aqpu_AXw()] : pxf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::JLZG0kXm()] : pxg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_isCompleted()] : pxh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::UPnLhXGI()] : pxi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::QWlcryFp()] : pxj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::sHBSuo4G()] : pxk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::OLNDruKY()] : pxl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::VOL4Jnn4()] : pxm +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::0DIJ6oRi()] : pxn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::vJ7RCpPV()] : pxo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::RRaDKfcB()] : pxp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Cancel(UnityTimer.Timer)] : pxq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::iG3EKIzN()] : pxr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::sPghnMVD()] : pxs +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::ObzAHEsi()] : pxt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::F5dBP6b0()] : pxu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::srADql2m()] : pxv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::34E6Bg0n(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pxw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::C_jV268v()] : pxx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::Iz63F_nv(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pxy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::LgdQQUph()] : pxz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::Pause(UnityTimer.Timer)] : pya +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::1d1ZX15a(System.Single)] : pyb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::vIdSWQjC()] : pyc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::8eRniyLy()] : pyd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::9yYeG55L()] : pye +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::SsbnOS02(System.Single)] : pyf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::get_usesRealTime()] : pyg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::vf2fTUdv(System.Boolean)] : pyh +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::KTdTcCkD()] : pyi +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::2LPDNnqt(UnityTimer.Timer)] : pyj +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::c1vZb1Vz(System.Boolean)] : pyk +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::Xko9JWKc()] : pyl +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::8ftLNknR()] : pym +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::8xgfMpDS(System.Boolean)] : pyn +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::XlXzp0fK()] : pyo +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::HqRp78Eb(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pyp +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::set_isCompleted(System.Boolean)] : pyq +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::JQ2If0Po()] : pyr +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::OTqlheMp()] : pys +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::URvSAqXU()] : pyt +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::Z2eGTTuI()] : pyu +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Boolean UnityTimer.Timer::SfLldxpY()] : pyv +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::2QfltIHj()] : pyw +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::zInDY4vk()] : pyx +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.Timer::iFtSjlNb(System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean,UnityEngine.MonoBehaviour)] : pyy +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::HBN4LUO5()] : pyz +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Single UnityTimer.Timer::lbRup9_Y()] : pza +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] System.Void UnityTimer.Timer::ojhZmwyI()] : pzb +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::oW09jGtT(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pzc +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::tBKGKJDX(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pzd +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::qqeAnSAw(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pze +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::AttachTimer(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pzf +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::6SidMOfE(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pzg +[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Method Name [[NCWWA6A0SDK] UnityTimer.Timer UnityTimer.TimerExtensions::3kSm7DwW(UnityEngine.MonoBehaviour,System.Single,System.Action,System.Action`1,System.Boolean,System.Boolean)] : pzh [Info][OPS.OBF][OnFindMemberNames_Assemblies] Process component Field - Obfuscation -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType0`11::i__Field] : pzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::i__Field] : pzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] j__TPar <>f__AnonymousType1`2::i__Field] : pzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 TextureHelper/<>c__DisplayClass10_0::action] : pzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture TextureHelper/<>c__DisplayClass10_0::spr] : pzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TextureHelper/<>c__DisplayClass10_0::avatarId] : pzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture TextureHelper/<>c__DisplayClass3_0::spr] : pzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 TextureHelper/<>c__DisplayClass3_0::action] : pzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TextureHelper/<>c__DisplayClass3_0::path] : pzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TextureHelper/<>c__DisplayClass3_0::name] : pzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.GLoader TextureHelper/<>c__DisplayClass8_0::_GLoader] : pzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TextureHelper/<>c__DisplayClass8_0::avatarId] : pzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Sprite TextureHelper/<>c__DisplayClass8_1::sprite] : pzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TextureHelper/<>c__DisplayClass8_0 TextureHelper/<>c__DisplayClass8_1::CS$<>8__locals1] : pzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TextureHelper/d__9::<>1__state] : pzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TextureHelper/d__9::<>2__current] : pzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TextureHelper/d__9::avatarId] : pzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 TextureHelper/d__9::action] : qaa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TextureHelper/d__4::<>1__state] : qab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TextureHelper/d__4::<>2__current] : qac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TextureHelper/d__4::imagePath] : qad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 TextureHelper/d__4::action] : qae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest TextureHelper/d__4::5__2] : qaf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TextureHelper/d__6::<>1__state] : qag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TextureHelper/d__6::<>2__current] : qah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TextureHelper/d__6::type] : qai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TextureHelper/d__6::imgId] : qaj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 TextureHelper/d__6::action] : qak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TextureHelper/d__6::imgUrl] : qal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TextureHelper/d__6::5__2] : qam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.IO.FileInfo TextureHelper/d__6::5__3] : qan -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest TextureHelper/d__6::5__4] : qao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 TextureHelper::nTexturesDic] : qap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 TextureHelper::avatarNTexturesDic] : qaq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 TextureHelper::galleryNTexturesDic] : qar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMgr/<>c__DisplayClass3_0`1::messageKey] : qas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMgr::long_name] : qat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMgr::short_name] : qau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::FirstLogin] : qav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::UserID] : qaw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::NextOpenWheelStampTime] : qax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::ThisDayWatchSlyderVideoNum] : qay -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::Coin] : qaz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::Ticket] : qba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::MaxCurrency101] : qbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::PlayerName] : qbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::PlayerAvatarId] : qbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::GameOfCount] : qbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::GameLevel] : qbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::ResurrectionState] : qbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::ExchangeAccount] : qbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::ExchangeName] : qbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::IsShowRewardFly101] : qbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::IsShowRewardFly102] : qbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::PlayReawrd111] : qbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::IsShowRewardFly111] : qbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::IsShowOpenReward] : qbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::IsLastH5Tab] : qbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::AdCashFlyShowTime] : qbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::H5StayTime] : qbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::VideoWatchCount] : qbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::MakeupTaskH5Time] : qbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::GameStartCount] : qbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::LoginGameTodayTimes] : qbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::Date] : qbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::ChLevel] : qbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::LevelData] : qbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::AvailableDiceRolls] : qby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::ArrowResultLevel] : qbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::ArrowDarkTheme] : qca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::ArrowTheme] : qcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::ArrowChProgress] : qcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1> DataMgr::SignState] : qcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1> DataMgr::MakeupTaskHistory] : qce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 DataMgr::SaveObject] : qcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1> DataMgr::ApplePayTransactionID] : qcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1> DataMgr::NewWatchCd] : qch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2> FXPool`1::PoolDic] : qci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FXPool`1::PollPar] : qcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FXPool`1::temp] : qck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform FXPool`1::objectPoolPar] : qcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Func`2 FXPool`1::NewObjFunc] : qcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`2 FXPool`1::RecObjFunc] : qcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`2 FXPool`1::GetObjFunc] : qco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 NCWWA6A0SDKDemo::_level] : qcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String NCWWA6A0SDKDemo::withDrawSceneId] : qcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 NCWWA6A0SDKDemo::payIndex] : qcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FGUI.Common_01.btn_watchAd AdRedeemManager/<>c__DisplayClass18_0::item] : qcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String AdRedeemManager/<>c__DisplayClass18_0::key] : qct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] AdRedeemManager AdRedeemManager/<>c__DisplayClass18_0::<>4__this] : qcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action AdRedeemManager/<>c__DisplayClass18_0::<>9__5] : qcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action AdRedeemManager/<>c__DisplayClass18_0::<>9__4] : qcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String AdRedeemManager/<>c__DisplayClass5_0::name] : qcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action AdRedeemManager/<>c__DisplayClass6_0::_action] : qcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] AdRedeemManager AdRedeemManager::Instance] : qcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String AdRedeemManager::MakeupAd] : qda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String AdRedeemManager::SavingPotMakeupAd] : qdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String AdRedeemManager::MakeupLVAd] : qdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 AdRedeemManager::btn_WatchAd] : qdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 AdRedeemManager::ActionSetText] : qde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 AdRedeemManager::ad_cool_down] : qdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] IgnoreOPS.CommonModel AdRedeemManager::config] : qdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 AdRedeemManager::packdata] : qdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 AdRedeemManager::coinList] : qdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ChillConnectRoot::adInfoLabel] : qdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::UserID] : qdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::FirstLogin] : qdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::currency101] : qdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::currency102] : qdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::maxCurrency101] : qdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::nextOpenWheelStampTime] : qdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::thisDayWatchSlyderVideoNum] : qdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::playerName] : qdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::playerAvatarId] : qds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::signState] : qdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::gameOfCount] : qdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::gameLevel] : qdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::resurrectionState] : qdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::exchangeAccount] : qdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::exchangeName] : qdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::isShowRewardFly101] : qdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::isShowRewardFly102] : qea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::playReawrd111] : qeb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::isShowRewardFly111] : qec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::isShowOpenReward] : qed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::isLastH5Tab] : qee -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::adCashFlyShowTime] : qef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::h5StayTime] : qeg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::videoWatchCount] : qeh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::makeupTaskHistory] : qei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::makeupTaskH5Time] : qej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::gameStartCount] : qek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::loginGameTodayTimes] : qel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::date] : qem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::ch_level] : qen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::SaveObject] : qeo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::LevelData] : qep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::AvailableDiceRolls] : qeq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::RankData] : qer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::ApplePayTransactionID] : qes -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::NewWatchCd] : qet -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::ArrowResultLevel] : qeu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::ArrowDarkTheme] : qev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::ArrowTheme] : qew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataKeys::ArrowChProgress] : qex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMsg::currency101] : qey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMsg::currency102] : qez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMsg::playerName] : qfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMsg::playerAvatarId] : qfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMsg::isShowRewardFly101] : qfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMsg::playReawrd111] : qfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String DataMsg::isShowRewardFly111] : qfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::BASE] : qff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::Cursor_BASE] : qfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::App_Quit] : qfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::App_Focus_False] : qfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::App_Pause_True] : qfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::App_GamePause] : qfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::App_GameResume] : qfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::App_SwitchLanguage] : qfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::UI_DisplayLoadingUI] : qfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::UI_HideLoadingUI] : qfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::UI_LoadingInitAsset] : qfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::AppManagerRegister] : qfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::InitUIMgr] : qfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::UIEvent_UIOpen] : qfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::UIEvent_UIClose] : qft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::UIEvent_UIDisplay] : qfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::UIEvent_UIHide] : qfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::KeyCode_Home] : qfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::KeyCode_Escape] : qfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::TimeScale_Change] : qfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::WorldRaycast_EnableChange] : qfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::App_Focus_True] : qga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 AppMsg::LoginInit] : qgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 MainThreadMsg::BASE] : qgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 MainThreadMsg::Cursor_BASE] : qgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 MainThreadMsg::App_Focus_True] : qge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 MainThreadMsg::App_Pause_False] : qgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 ErrorLogger::errorLogs] : qgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] LevelManager LevelManager::k__BackingField] : qgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ChillConnect.LevelConfig LevelManager::k__BackingField] : qgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String LevelManager::LevelResourcePath] : qgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] MaxPayManager MaxPayManager/<>c__DisplayClass14_0::<>4__this] : qgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String MaxPayManager/<>c__DisplayClass14_0::orderId] : qgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.ResponseData`1 MaxPayManager/<>c__DisplayClass14_1::response] : qgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] MaxPayManager/<>c__DisplayClass14_0 MaxPayManager/<>c__DisplayClass14_1::CS$<>8__locals1] : qgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ApplePayClass MaxPayManager/<>c__DisplayClass5_0::paydata] : qgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] MaxPayManager MaxPayManager/<>c__DisplayClass5_0::<>4__this] : qgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 MaxPayManager/d__11::<>1__state] : qgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object MaxPayManager/d__11::<>2__current] : qgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] MaxPayManager MaxPayManager/d__11::<>4__this] : qgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.IEnumerator`1> MaxPayManager/d__11::<>7__wrap1] : qgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.KeyValuePair`2 MaxPayManager/d__11::5__3] : qgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean MaxPayManager/d__11::5__4] : qgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] MaxPayManager MaxPayManager::Instance] : qgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean MaxPayManager::isPay] : qgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean MaxPayManager::isIOSPay] : qgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 MaxPayManager::PayStatus] : qgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Coroutine MaxPayManager::PayCoroutine] : qha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String maxOrder::order_id] : qhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String PayerData::name] : qhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String PayerData::tel] : qhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String PayerData::email] : qhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 PayerData::amount] : qhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ApplePayClass::innerOrderId] : qhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ApplePayClass::transactionId] : qhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ApplePayClass::amount] : qhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ApplePayClass::sku] : qhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ApplePayClass::currency] : qhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ApplePayClass::status] : qhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ApplePayClass::shopName] : qhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ApplePayClass::type] : qhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String checkData::signedPayload] : qho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String checkData::innerOrderId] : qhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 GiftData::type] : qhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 GiftData::reward] : qhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String GiftData::uiName] : qhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.ApplePay.ApplePayData PurchasingManager/<>c__DisplayClass3_0::payData] : qht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 PurchasingManager::PayConfig] : qhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 CommonTools::DesignResolution] : qhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single CommonTools::MinScale] : qhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single CommonTools::MaxScale] : qhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 BuyData::GoldNum] : qhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 BuyData::BackNum] : qhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 BuyData::OutNum] : qia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 BuyData::RefreshNum] : qib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 BuyData::Style] : qic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 BuyData::Price] : qid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action BuyData::ClickAction] : qie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] Spine.Unity.SkeletonAnimation HonePropData::SkeletonAnimation] : qif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] HomePropType HonePropData::PropType] : qig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotClass::tableId] : qih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotClass::id] : qii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SaveingPotClass::amountStr] : qij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SaveingPotClass::amount] : qik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 SaveingPotClass::makeupTime] : qil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotClass::videoCount] : qim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotClass::inlineInitNum] : qin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotClass::inlineNum] : qio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SaveingPotClass::orderID] : qip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SaveingPotTaskStatus SaveingPotClass::status] : qiq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 SaveingPotClass::order_time] : qir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotClass::WatchVideoSpeedNum] : qis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotClass::loginSpeedNum] : qit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotClass::activeMinute] : qiu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotClass::activeSpeedNum] : qiv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SaveingPotClass::needShowAni] : qiw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SaveingPotClass::H5Time] : qix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 SaveingPotClass::clear_time] : qiy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 SaveingPotClass::start_time] : qiz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SaveingPotClass::auto_show] : qja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SaveingPotClass::rdData] : qjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SaveingPotRdData SaveingPotClass::lastRdData] : qjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SaveingPotClass::cash_number] : qjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SaveingPotRdData::coupon_mount] : qje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SaveingPotRdData::code] : qjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SaveingPotRdData::isClaimed] : qjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 RewardSystem/<>c__DisplayClass10_0::completed] : qjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ChillConnect.RewardData RewardSystem/<>c__DisplayClass10_0::rewardData] : qji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 RewardSystem/<>c__DisplayClass10_1::id] : qjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean RewardSystem/<>c__DisplayClass10_1::isValueChange] : qjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] RewardSystem/<>c__DisplayClass10_0 RewardSystem/<>c__DisplayClass10_1::CS$<>8__locals1] : qjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] DG.Tweening.TweenCallback RewardSystem/<>c__DisplayClass10_1::<>9__2] : qjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] DG.Tweening.Tween RewardSystem::_tween] : qjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SerializeUtil::DefaultUseJsonSettings] : qjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SerializeUtil::JsonIndentedSettings] : qjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::adEvent] : qjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::MaxPayEvent] : qjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::IOS_Pay_Event] : qjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::withdraw_Event] : qjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::rank_Event] : qju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::video_Event] : qjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::Event] : qjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneShow] : qjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneClick] : qjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneOpen] : qjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneSuccess] : qka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneOffShow] : qkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneOffClick] : qkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneOffOpen] : qkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneOffSuccess] : qke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneNewShow] : qkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneNewClick] : qkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::BuyOneNewSuccess] : qkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::FirstPackShow] : qki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::FirstPackClick] : qkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::FirstPackSuccess] : qkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::RemoveAdShow] : qkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::RemoveAdClick] : qkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::RemoveAdSuccess] : qkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::GoldShow] : qko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::GoldOpen] : qkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::GoldClick] : qkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::GoldClickAd] : qkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::GoldSuccess] : qks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::FlyCtNumber] : qkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::AnnularCtNumber] : qku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::AnnularFinishNumber] : qkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::AnnularGetNumber] : qkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::CollectFlyNumber] : qkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::AfterRewardAdShow] : qky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::AfterRewardAdEnd] : qkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::PassShow] : qla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::PassClick] : qlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::PassSuccess] : qlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::InterstitialVideosFillNumber] : qld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::AdLoadCode] : qle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::AdShowCode] : qlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::WithdrawMessage] : qlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::WithdrawCash] : qlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::ACheck] : qli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::watch_ad_people] : qlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::Rewarded_videos_trigger_number] : qlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::withdraw_cash1] : qll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::withdraw_cash2] : qlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::withdraw_cash3] : qln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::ThreeDaysGiftShow] : qlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::ThreeDaysGiftBuySuccess] : qlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::ThreeDaysGiftClick] : qlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::ThreeDays1GiftSuccess] : qlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::ThreeDays2GiftSuccess] : qls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::ThreeDays3GiftSuccess] : qlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::FailGiftOpen] : qlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::FailGiftShow] : qlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::FailGiftClick] : qlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::FailGiftSuccess] : qlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::Af_purchase] : qly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::RankShow] : qlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::WatchAdNumber] : qma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::FinishAdNumber] : qmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::open_show] : qmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::open_show_people] : qmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::open_click] : qme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String Property::open_click_people] : qmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] GMToolItem GMTool/<>c__DisplayClass22_0::item] : qmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 GMTool::buttonHeight] : qmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 GMTool::fontSize] : qmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 GMTool::inputFields] : qmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 GMTool::items] : qmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 GMTool::spacing] : qml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GUIStyle GMTool::buttonStyle] : qmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 GMTool::currentX] : qmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 GMTool::currentY] : qmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GUIStyle GMTool::inputFieldStyle] : qmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GUIStyle GMTool::labelStyle] : qmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean GMTool::toggleDisplay] : qmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 GMTool::windowWidth] : qms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String GMToolItem::Key] : qmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 GMToolItem::OnClick] : qmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String GMToolItem::Placeholder] : qmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Func`1 GMToolItem::TextFunc] : qmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] GUIType GMToolItem::Type] : qmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3AutoSave::isQuitting] : qmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 ES3File::cachedFiles] : qmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3File::settings] : qna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 ES3File::cache] : qnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3File::syncWithFile] : qnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.DateTime ES3File::timestamp] : qnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::cols] : qne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Spreadsheet::rows] : qnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 ES3Spreadsheet::cells] : qng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Spreadsheet::QUOTE] : qnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char ES3Spreadsheet::QUOTE_CHAR] : qni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char ES3Spreadsheet::COMMA_CHAR] : qnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char ES3Spreadsheet::NEWLINE_CHAR] : qnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Spreadsheet::ESCAPED_QUOTE] : qnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char[] ES3Spreadsheet::CHARS_TO_ESCAPE] : qnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Reader/ES3ReaderPropertyEnumerator/d__2::<>1__state] : qnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderPropertyEnumerator/d__2::<>2__current] : qno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Reader/ES3ReaderPropertyEnumerator ES3Reader/ES3ReaderPropertyEnumerator/d__2::<>4__this] : qnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Reader ES3Reader/ES3ReaderPropertyEnumerator::reader] : qnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Reader/ES3ReaderRawEnumerator/d__2::<>1__state] : qnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Reader/ES3ReaderRawEnumerator/d__2::<>2__current] : qns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Reader/ES3ReaderRawEnumerator ES3Reader/ES3ReaderRawEnumerator/d__2::<>4__this] : qnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Reader ES3Reader/ES3ReaderRawEnumerator::reader] : qnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Reader::settings] : qnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Reader::serializationDepth] : qnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Reader::overridePropertiesName] : qnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Slot::markedForDeletion] : qny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 ES3SlotManager::slots] : qnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.DateTime ES3SlotManager::falseDateTime] : qoa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Settings::_defaults] : qob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Defaults ES3Settings::_defaultSettingsScriptableObject] : qoc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Settings::defaultSettingsPath] : qod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Settings::_unencryptedUncompressedSettings] : qoe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String[] ES3Settings::resourcesExtensions] : qof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Settings::path] : qog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3/EncryptionType ES3Settings::encryptionType] : qoh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3/CompressionType ES3Settings::compressionType] : qoi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Settings::encryptionPassword] : qoj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3/Directory ES3Settings::directory] : qok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3/Format ES3Settings::format] : qol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Settings::prettyPrint] : qom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Settings::bufferSize] : qon -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.Encoding ES3Settings::encoding] : qoo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Settings::saveChildren] : qop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Settings::postprocessRawCachedData] : qoq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Settings::typeChecking] : qor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Settings::safeReflection] : qos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3/ReferenceMode ES3Settings::memberReferenceMode] : qot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3/ReferenceMode ES3Settings::referenceMode] : qou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Settings::serializationDepthLimit] : qov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String[] ES3Settings::assemblyNames] : qow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 ES3Ref::id] : qox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud/d__53::<>1__state] : qoy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Cloud/d__53::<>2__current] : qoz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Cloud ES3Cloud/d__53::<>4__this] : qpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Cloud/d__53::settings] : qpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__53::user] : qpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__53::password] : qpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Cloud/d__53::5__2] : qpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud/d__44::<>1__state] : qpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Cloud/d__44::<>2__current] : qpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Cloud ES3Cloud/d__44::<>4__this] : qph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3File ES3Cloud/d__44::es3File] : qpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__44::user] : qpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__44::password] : qpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 ES3Cloud/d__44::timestamp] : qpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Cloud/d__44::5__2] : qpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud/d__45::<>1__state] : qpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Cloud/d__45::<>2__current] : qpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Cloud ES3Cloud/d__45::<>4__this] : qpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Cloud/d__45::settings] : qpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__45::user] : qpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__45::password] : qps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 ES3Cloud/d__45::timestamp] : qpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Cloud/d__45::5__2] : qpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud/d__61::<>1__state] : qpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Cloud/d__61::<>2__current] : qpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Cloud ES3Cloud/d__61::<>4__this] : qpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__61::user] : qpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__61::password] : qpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Cloud/d__61::5__2] : qqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud/d__70::<>1__state] : qqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Cloud/d__70::<>2__current] : qqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Cloud ES3Cloud/d__70::<>4__this] : qqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Cloud/d__70::settings] : qqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__70::user] : qqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__70::password] : qqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Cloud/d__70::5__2] : qqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud/d__60::<>1__state] : qqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Cloud/d__60::<>2__current] : qqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Cloud ES3Cloud/d__60::<>4__this] : qqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Cloud/d__60::settings] : qql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Cloud/d__60::newSettings] : qqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__60::user] : qqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__60::password] : qqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Cloud/d__60::5__2] : qqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud/d__62::<>1__state] : qqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Cloud/d__62::<>2__current] : qqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Cloud ES3Cloud/d__62::<>4__this] : qqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__62::user] : qqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__62::password] : qqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__62::searchPattern] : qqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Cloud/d__62::5__2] : qqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud/d__20::<>1__state] : qqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Cloud/d__20::<>2__current] : qqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Cloud ES3Cloud/d__20::<>4__this] : qqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Cloud/d__20::settings] : qra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__20::user] : qrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__20::password] : qrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud/d__33::<>1__state] : qrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Cloud/d__33::<>2__current] : qre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Cloud ES3Cloud/d__33::<>4__this] : qrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Cloud/d__33::settings] : qrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 ES3Cloud/d__33::fileTimestamp] : qrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__33::user] : qri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Cloud/d__33::password] : qrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Byte[] ES3Cloud/d__33::bytes] : qrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Cloud/d__33::5__2] : qrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Cloud::timeout] : qrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.Encoding ES3Cloud::encoding] : qrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Byte[] ES3Cloud::_data] : qro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Settings ES3Writer::settings] : qrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.HashSet`1 ES3Writer::keysToDelete] : qrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Writer::writeHeaderAndFooter] : qrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Writer::overwriteKeys] : qrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Writer::serializationDepth] : qrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 WebSocketData::cmd] : qru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String WebSocketData::token] : qrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 EnvMapAnimator/d__4::<>1__state] : qrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object EnvMapAnimator/d__4::<>2__current] : qrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] EnvMapAnimator EnvMapAnimator/d__4::<>4__this] : qry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Matrix4x4 EnvMapAnimator/d__4::5__2] : qrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text EnvMapAnimator::m_textMeshPro] : qsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Material EnvMapAnimator::m_material] : qsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.TMP_TextEventHandler::m_TextComponent] : qsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Camera TMPro.TMP_TextEventHandler::m_Camera] : qsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Canvas TMPro.TMP_TextEventHandler::m_Canvas] : qse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.TMP_TextEventHandler::m_selectedLink] : qsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.TMP_TextEventHandler::m_lastCharIndex] : qsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.TMP_TextEventHandler::m_lastWordIndex] : qsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.TMP_TextEventHandler::m_lastLineIndex] : qsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.Benchmark01/d__10::<>1__state] : qsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01/d__10::<>2__current] : qsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.Benchmark01 TMPro.Examples.Benchmark01/d__10::<>4__this] : qsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.Benchmark01/d__10::5__2] : qsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshPro TMPro.Examples.Benchmark01::m_textMeshPro] : qsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextContainer TMPro.Examples.Benchmark01::m_textContainer] : qso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.TextMesh TMPro.Examples.Benchmark01::m_textMesh] : qsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.Benchmark01::label01] : qsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.Benchmark01::label02] : qsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Material TMPro.Examples.Benchmark01::m_material01] : qss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Material TMPro.Examples.Benchmark01::m_material02] : qst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.Benchmark01_UGUI/d__10::<>1__state] : qsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.Benchmark01_UGUI/d__10::<>2__current] : qsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.Benchmark01_UGUI TMPro.Examples.Benchmark01_UGUI/d__10::<>4__this] : qsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.Benchmark01_UGUI/d__10::5__2] : qsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshProUGUI TMPro.Examples.Benchmark01_UGUI::m_textMeshPro] : qsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.UI.Text TMPro.Examples.Benchmark01_UGUI::m_textMesh] : qsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.Benchmark01_UGUI::label01] : qta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.Benchmark01_UGUI::label02] : qtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Material TMPro.Examples.Benchmark01_UGUI::m_material01] : qtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Material TMPro.Examples.Benchmark01_UGUI::m_material02] : qtd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.TextMeshProFloatingText TMPro.Examples.Benchmark02::floatingText_Script] : qte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform TMPro.Examples.Benchmark04::m_Transform] : qtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform TMPro.Examples.CameraController::cameraTransform] : qtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform TMPro.Examples.CameraController::dummyTarget] : qth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean TMPro.Examples.CameraController::previousSmoothing] : qti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 TMPro.Examples.CameraController::currentVelocity] : qtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 TMPro.Examples.CameraController::desiredPosition] : qtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.CameraController::mouseX] : qtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.CameraController::mouseY] : qtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 TMPro.Examples.CameraController::moveVector] : qtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.CameraController::mouseWheel] : qto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.CameraController::event_SmoothingValue] : qtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.CameraController::event_FollowDistance] : qtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform TMPro.Examples.ObjectSpin::m_transform] : qtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.ObjectSpin::m_time] : qts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 TMPro.Examples.ObjectSpin::m_prevPOS] : qtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 TMPro.Examples.ObjectSpin::m_initial_Rotation] : qtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 TMPro.Examples.ObjectSpin::m_initial_Position] : qtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32 TMPro.Examples.ObjectSpin::m_lightColor] : qtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.ObjectSpin::frames] : qtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.ShaderPropAnimator/d__6::<>1__state] : qty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.ShaderPropAnimator/d__6::<>2__current] : qtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.ShaderPropAnimator TMPro.Examples.ShaderPropAnimator/d__6::<>4__this] : qua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Renderer TMPro.Examples.ShaderPropAnimator::m_Renderer] : qub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Material TMPro.Examples.ShaderPropAnimator::m_Material] : quc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshPro TMPro.Examples.SimpleScript::m_textMeshPro] : qud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.SimpleScript::label] : que -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.SimpleScript::m_frame] : quf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.SkewTextExample/d__7::<>1__state] : qug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.SkewTextExample/d__7::<>2__current] : quh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.SkewTextExample TMPro.Examples.SkewTextExample/d__7::<>4__this] : qui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.SkewTextExample/d__7::5__2] : quj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.SkewTextExample/d__7::5__3] : quk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.AnimationCurve TMPro.Examples.SkewTextExample/d__7::5__4] : qul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.SkewTextExample::m_TextComponent] : qum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TeleType/d__4::<>1__state] : qun -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.TeleType/d__4::<>2__current] : quo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.TeleType TMPro.Examples.TeleType/d__4::<>4__this] : qup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TeleType/d__4::5__2] : quq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TeleType/d__4::5__3] : qur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TeleType::label01] : qus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TeleType::label02] : qut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.TeleType::m_textMeshPro] : quu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextConsoleSimulator/d__7::<>1__state] : quv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__7::<>2__current] : quw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.TextConsoleSimulator/d__7::textComponent] : qux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.TextConsoleSimulator TMPro.Examples.TextConsoleSimulator/d__7::<>4__this] : quy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_TextInfo TMPro.Examples.TextConsoleSimulator/d__7::5__2] : quz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextConsoleSimulator/d__7::5__3] : qva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextConsoleSimulator/d__7::5__4] : qvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextConsoleSimulator/d__8::<>1__state] : qvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.TextConsoleSimulator/d__8::<>2__current] : qvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.TextConsoleSimulator/d__8::textComponent] : qve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextConsoleSimulator/d__8::5__2] : qvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextConsoleSimulator/d__8::5__3] : qvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextConsoleSimulator/d__8::5__4] : qvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextConsoleSimulator/d__8::5__5] : qvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.TextConsoleSimulator::m_TextComponent] : qvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean TMPro.Examples.TextConsoleSimulator::hasTextChanged] : qvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextMeshProFloatingText/d__16::<>1__state] : qvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__16::<>2__current] : qvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.TextMeshProFloatingText TMPro.Examples.TextMeshProFloatingText/d__16::<>4__this] : qvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__16::5__2] : qvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__16::5__3] : qvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__16::5__4] : qvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 TMPro.Examples.TextMeshProFloatingText/d__16::5__5] : qvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32 TMPro.Examples.TextMeshProFloatingText/d__16::5__6] : qvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__16::5__7] : qvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__16::5__8] : qvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TextMeshProFloatingText/d__15::<>1__state] : qvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.TextMeshProFloatingText/d__15::<>2__current] : qvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.TextMeshProFloatingText TMPro.Examples.TextMeshProFloatingText/d__15::<>4__this] : qvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__15::5__2] : qvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__15::5__3] : qvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__15::5__4] : qwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 TMPro.Examples.TextMeshProFloatingText/d__15::5__5] : qwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32 TMPro.Examples.TextMeshProFloatingText/d__15::5__6] : qwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__15::5__7] : qwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TextMeshProFloatingText/d__15::5__8] : qwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GameObject TMPro.Examples.TextMeshProFloatingText::m_floatingText] : qwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshPro TMPro.Examples.TextMeshProFloatingText::m_textMeshPro] : qwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.TextMesh TMPro.Examples.TextMeshProFloatingText::m_textMesh] : qwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform TMPro.Examples.TextMeshProFloatingText::m_transform] : qwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform TMPro.Examples.TextMeshProFloatingText::m_floatingText_Transform] : qwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform TMPro.Examples.TextMeshProFloatingText::m_cameraTransform] : qwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 TMPro.Examples.TextMeshProFloatingText::lastPOS] : qwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Quaternion TMPro.Examples.TextMeshProFloatingText::lastRotation] : qwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.WaitForEndOfFrame TMPro.Examples.TextMeshProFloatingText::k_WaitForEndOfFrame] : qwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.WaitForSeconds[] TMPro.Examples.TextMeshProFloatingText::k_WaitForSecondsRandom] : qwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.TextMeshProFloatingText TMPro.Examples.TextMeshSpawner::floatingText_Script] : qwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TMPro_InstructionOverlay::instructions] : qwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshPro TMPro.Examples.TMPro_InstructionOverlay::m_TextMeshPro] : qwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextContainer TMPro.Examples.TMPro_InstructionOverlay::m_textContainer] : qws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform TMPro.Examples.TMPro_InstructionOverlay::m_frameCounter_transform] : qwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Camera TMPro.Examples.TMPro_InstructionOverlay::m_camera] : qwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.TMP_ExampleScript_01::m_text] : qwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TMP_ExampleScript_01::k_label] : qww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TMP_ExampleScript_01::count] : qwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TMP_FrameRateCounter::m_LastInterval] : qwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TMP_FrameRateCounter::m_Frames] : qwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TMP_FrameRateCounter::htmlColorTag] : qxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TMP_FrameRateCounter::fpsLabel] : qxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshPro TMPro.Examples.TMP_FrameRateCounter::m_TextMeshPro] : qxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform TMPro.Examples.TMP_FrameRateCounter::m_frameCounter_transform] : qxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Camera TMPro.Examples.TMP_FrameRateCounter::m_camera] : qxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.TMP_FrameRateCounter/FpsCounterAnchorPositions TMPro.Examples.TMP_FrameRateCounter::last_AnchorPosition] : qxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.TMP_TextEventCheck::m_TextComponent] : qxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshPro TMPro.Examples.TMP_TextSelector_A::m_TextMeshPro] : qxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Camera TMPro.Examples.TMP_TextSelector_A::m_Camera] : qxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean TMPro.Examples.TMP_TextSelector_A::m_isHoveringObject] : qxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TMP_TextSelector_A::m_selectedLink] : qxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TMP_TextSelector_A::m_lastCharIndex] : qxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TMP_TextSelector_A::m_lastWordIndex] : qxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.RectTransform TMPro.Examples.TMP_TextSelector_B::m_TextPopup_RectTransform] : qxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshProUGUI TMPro.Examples.TMP_TextSelector_B::m_TextPopup_TMPComponent] : qxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TMP_TextSelector_B::k_LinkText] : qxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TMP_TextSelector_B::k_WordText] : qxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshProUGUI TMPro.Examples.TMP_TextSelector_B::m_TextMeshPro] : qxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Canvas TMPro.Examples.TMP_TextSelector_B::m_Canvas] : qxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Camera TMPro.Examples.TMP_TextSelector_B::m_Camera] : qxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean TMPro.Examples.TMP_TextSelector_B::isHoveringObject] : qxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TMP_TextSelector_B::m_selectedWord] : qxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TMP_TextSelector_B::m_selectedLink] : qxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TMP_TextSelector_B::m_lastIndex] : qxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Matrix4x4 TMPro.Examples.TMP_TextSelector_B::m_matrix] : qxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_MeshInfo[] TMPro.Examples.TMP_TextSelector_B::m_cachedMeshInfoVertexData] : qxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.TMP_UiFrameRateCounter::m_LastInterval] : qya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.TMP_UiFrameRateCounter::m_Frames] : qyb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TMP_UiFrameRateCounter::htmlColorTag] : qyc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String TMPro.Examples.TMP_UiFrameRateCounter::fpsLabel] : qyd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TextMeshProUGUI TMPro.Examples.TMP_UiFrameRateCounter::m_TextMeshPro] : qye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.RectTransform TMPro.Examples.TMP_UiFrameRateCounter::m_frameCounter_transform] : qyf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.TMP_UiFrameRateCounter/FpsCounterAnchorPositions TMPro.Examples.TMP_UiFrameRateCounter::last_AnchorPosition] : qyg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.VertexColorCycler/d__3::<>1__state] : qyh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexColorCycler/d__3::<>2__current] : qyi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.VertexColorCycler TMPro.Examples.VertexColorCycler/d__3::<>4__this] : qyj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_TextInfo TMPro.Examples.VertexColorCycler/d__3::5__2] : qyk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.VertexColorCycler/d__3::5__3] : qyl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.VertexColorCycler::m_TextComponent] : qym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.VertexJitter/d__11::<>1__state] : qyn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexJitter/d__11::<>2__current] : qyo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.VertexJitter TMPro.Examples.VertexJitter/d__11::<>4__this] : qyp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_TextInfo TMPro.Examples.VertexJitter/d__11::5__2] : qyq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.VertexJitter/d__11::5__3] : qyr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.VertexJitter/VertexAnim[] TMPro.Examples.VertexJitter/d__11::5__4] : qys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_MeshInfo[] TMPro.Examples.VertexJitter/d__11::5__5] : qyt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.VertexJitter::m_TextComponent] : qyu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean TMPro.Examples.VertexJitter::hasTextChanged] : qyv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.VertexShakeA/d__11::<>1__state] : qyw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeA/d__11::<>2__current] : qyx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.VertexShakeA TMPro.Examples.VertexShakeA/d__11::<>4__this] : qyy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_TextInfo TMPro.Examples.VertexShakeA/d__11::5__2] : qyz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3[][] TMPro.Examples.VertexShakeA/d__11::5__3] : qza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.VertexShakeA::m_TextComponent] : qzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean TMPro.Examples.VertexShakeA::hasTextChanged] : qzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.VertexShakeB/d__10::<>1__state] : qzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexShakeB/d__10::<>2__current] : qze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.VertexShakeB TMPro.Examples.VertexShakeB/d__10::<>4__this] : qzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_TextInfo TMPro.Examples.VertexShakeB/d__10::5__2] : qzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3[][] TMPro.Examples.VertexShakeB/d__10::5__3] : qzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.VertexShakeB::m_TextComponent] : qzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean TMPro.Examples.VertexShakeB::hasTextChanged] : qzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 TMPro.Examples.VertexZoom/<>c__DisplayClass10_0::modifiedCharScale] : qzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Comparison`1 TMPro.Examples.VertexZoom/<>c__DisplayClass10_0::<>9__0] : qzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.VertexZoom/d__10::<>1__state] : qzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.VertexZoom/d__10::<>2__current] : qzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.VertexZoom TMPro.Examples.VertexZoom/d__10::<>4__this] : qzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.VertexZoom/<>c__DisplayClass10_0 TMPro.Examples.VertexZoom/d__10::<>8__1] : qzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_TextInfo TMPro.Examples.VertexZoom/d__10::5__2] : qzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_MeshInfo[] TMPro.Examples.VertexZoom/d__10::5__3] : qzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 TMPro.Examples.VertexZoom/d__10::5__4] : qzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.VertexZoom::m_TextComponent] : qzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean TMPro.Examples.VertexZoom::hasTextChanged] : qzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 TMPro.Examples.WarpTextExample/d__8::<>1__state] : qzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object TMPro.Examples.WarpTextExample/d__8::<>2__current] : qzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.Examples.WarpTextExample TMPro.Examples.WarpTextExample/d__8::<>4__this] : qzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single TMPro.Examples.WarpTextExample/d__8::5__2] : qzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.AnimationCurve TMPro.Examples.WarpTextExample/d__8::5__3] : qzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] TMPro.TMP_Text TMPro.Examples.WarpTextExample::m_TextComponent] : raa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ES3Prefab::Instance] : rab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ES3PrefabInternal::Instance] : rac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3CollectionType::elementType] : rad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3ConcurrentDictionaryType::keyType] : rae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3ConcurrentDictionaryType::valueType] : raf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMethod ES3Types.ES3ConcurrentDictionaryType::readMethod] : rag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMethod ES3Types.ES3ConcurrentDictionaryType::readIntoMethod] : rah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3DictionaryType::keyType] : rai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3DictionaryType::valueType] : raj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMethod ES3Types.ES3DictionaryType::readMethod] : rak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMethod ES3Types.ES3DictionaryType::readIntoMethod] : ral -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type[] ES3Types.ES3TupleType::es3Types] : ram -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type[] ES3Types.ES3TupleType::types] : ran -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMethod ES3Types.ES3TupleType::readMethod] : rao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMethod ES3Types.ES3TupleType::readIntoMethod] : rap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ArrayList::Instance] : raq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3UserType_ArrayListArray::Instance] : rar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Types.ES3ComponentType::gameObjectPropertyName] : ras -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Types.ES3Type::typeFieldName] : rat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3Member[] ES3Types.ES3Type::members] : rau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Types.ES3Type::type] : rav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::isPrimitive] : raw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::isValueType] : rax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::isCollection] : ray -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::isDictionary] : raz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::isTuple] : rba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::isEnum] : rbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::isES3TypeUnityObject] : rbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::isReflectedType] : rbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type::isUnsupported] : rbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Types.ES3Type::priority] : rbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_BigInteger::Instance] : rbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_BigIntegerArray::Instance] : rbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Type::Instance] : rbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_bool::Instance] : rbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_boolArray::Instance] : rbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_byte::Instance] : rbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_byteArray::Instance] : rbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_char::Instance] : rbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_charArray::Instance] : rbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_DateTime::Instance] : rbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_DateTimeArray::Instance] : rbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_decimal::Instance] : rbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_decimalArray::Instance] : rbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_double::Instance] : rbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_doubleArray::Instance] : rbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_enum::Instance] : rbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Types.ES3Type_enum::underlyingType] : rbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ES3Ref::Instance] : rbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ES3RefArray::Instance] : rby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ES3RefDictionary::Instance] : rbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_float::Instance] : rca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_floatArray::Instance] : rcb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_int::Instance] : rcc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_intArray::Instance] : rcd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_IntPtr::Instance] : rce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_IntPtrArray::Instance] : rcf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_long::Instance] : rcg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_longArray::Instance] : rch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_sbyte::Instance] : rci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_sbyteArray::Instance] : rcj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_short::Instance] : rck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_shortArray::Instance] : rcl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_string::Instance] : rcm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_StringArray::Instance] : rcn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_uint::Instance] : rco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_uintArray::Instance] : rcp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_UIntPtr::Instance] : rcq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_UIntPtrArray::Instance] : rcr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ulong::Instance] : rcs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ulongArray::Instance] : rct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ushort::Instance] : rcu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ushortArray::Instance] : rcv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_BoxCollider::Instance] : rcw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_BoxCollider2D::Instance] : rcx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Camera::Instance] : rcy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_CapsuleCollider::Instance] : rcz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_EventSystem::Instance] : rda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Image::Instance] : rdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ImageArray::Instance] : rdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MeshCollider::Instance] : rdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MeshColliderArray::Instance] : rde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MeshFilter::Instance] : rdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MeshFilterArray::Instance] : rdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MeshRenderer::Instance] : rdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MeshRendererArray::Instance] : rdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ParticleSystem::Instance] : rdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_PolygonCollider2D::Instance] : rdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_PolygonCollider2DArray::Instance] : rdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_RawImage::Instance] : rdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_RawImageArray::Instance] : rdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Rigidbody::Instance] : rdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3UserType_RigidbodyArray::Instance] : rdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_SphereCollider::Instance] : rdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Text::Instance] : rdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Types.ES3Type_Transform::countRead] : rds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Transform::Instance] : rdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_AnimationCurve::Instance] : rdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_AudioClip::Instance] : rdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_AudioClipArray::Instance] : rdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_BoneWeight::Instance] : rdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_BoneWeightArray::Instance] : rdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Bounds::Instance] : rdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_BoundsArray::Instance] : rea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Burst::Instance] : reb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_BurstArray::Instance] : rec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_CollisionModule::Instance] : ree -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Color::Instance] : ref -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ColorArray::Instance] : reg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Color32::Instance] : reh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Color32Array::Instance] : rei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ColorBySpeedModule::Instance] : rej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ColorOverLifetimeModule::Instance] : rek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_EmissionModule::Instance] : rel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ExternalForcesModule::Instance] : rem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Flare::Instance] : ren -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_FlareArray::Instance] : reo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Font::Instance] : rep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_FontArray::Instance] : req -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ForceOverLifetimeModule::Instance] : rer -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Types.ES3Type_GameObject/<>c__DisplayClass8_0::type] : res -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Predicate`1 ES3Types.ES3Type_GameObject/<>c__DisplayClass8_0::<>9__0] : ret -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Types.ES3Type_GameObject::prefabPropertyName] : reu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Types.ES3Type_GameObject::transformPropertyName] : rev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_GameObject::Instance] : rew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Types.ES3Type_GameObject::saveChildren] : rex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_GameObjectArray::Instance] : rey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Gradient::Instance] : rez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_GradientAlphaKey::Instance] : rfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_GradientAlphaKeyArray::Instance] : rfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_GradientColorKey::Instance] : rfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_GradientColorKeyArray::Instance] : rfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Guid::Instance] : rfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_GuidArray::Instance] : rff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_InheritVelocityModule::Instance] : rfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Keyframe::Instance] : rfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_KeyframeArray::Instance] : rfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_LayerMask::Instance] : rfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Light::Instance] : rfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_LightsModule::Instance] : rfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_LimitVelocityOverLifetimeModule::Instance] : rfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MainModule::Instance] : rfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Material::Instance] : rfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MaterialArray::Instance] : rfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Matrix4x4::Instance] : rfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Matrix4x4Array::Instance] : rfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Mesh::Instance] : rfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MinMaxCurve::Instance] : rft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_MinMaxGradient::Instance] : rfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_NoiseModule::Instance] : rfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_PhysicMaterial::Instance] : rfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_PhysicMaterialArray::Instance] : rfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_PhysicsMaterial2D::Instance] : rfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_PhysicsMaterial2DArray::Instance] : rfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Quaternion::Instance] : rga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_QuaternionArray::Instance] : rgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Rect::Instance] : rgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_RectTransform::Instance] : rgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_RenderTexture::Instance] : rge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_RenderTextureArray::Instance] : rgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_RotationBySpeedModule::Instance] : rgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_RotationOverLifetimeModule::Instance] : rgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Shader::Instance] : rgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ShaderArray::Instance] : rgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_ShapeModule::Instance] : rgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_SizeBySpeedModule::Instance] : rgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_SizeOverLifetimeModule::Instance] : rgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_SkinnedMeshRenderer::Instance] : rgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_SkinnedMeshRendererArray::Instance] : rgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Sprite::Instance] : rgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_SpriteRenderer::Instance] : rgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_SpriteRendererArray::Instance] : rgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_SubEmittersModule::Instance] : rgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Texture::Instance] : rgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_TextureArray::Instance] : rgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Texture2D::Instance] : rgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Texture2DArray::Instance] : rgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_TextureSheetAnimationModule::Instance] : rgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_TrailModule::Instance] : rgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_TriggerModule::Instance] : rgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector2::Instance] : rha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector2Array::Instance] : rhb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector2Int::Instance] : rhc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector2IntArray::Instance] : rhd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector3::Instance] : rhe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector3Array::Instance] : rhf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector3Int::Instance] : rhg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector3IntArray::Instance] : rhh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector4::Instance] : rhi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_Vector4Array::Instance] : rhj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Types.ES3Type_VelocityOverLifetimeModule::Instance] : rhk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3Debug::disableInfoMsg] : rhl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3Debug::disableWarningMsg] : rhm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3Debug::disableErrorMsg] : rhn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char ES3Internal.ES3Debug::indentChar] : rho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Internal.AESEncryptionAlgorithm::ivSize] : rhp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Internal.AESEncryptionAlgorithm::keySize] : rhq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Internal.AESEncryptionAlgorithm::pwIterations] : rhr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.IO.Stream ES3Internal.UnbufferedCryptoStream::stream] : rhs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.UnbufferedCryptoStream::isReadStream] : rht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.UnbufferedCryptoStream::password] : rhu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Internal.UnbufferedCryptoStream::bufferSize] : rhv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.EncryptionAlgorithm ES3Internal.UnbufferedCryptoStream::alg] : rhw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.UnbufferedCryptoStream::disposed] : rhx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::persistentDataPath] : rhy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::dataPath] : rhz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::backupFileSuffix] : ria -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3IO::temporaryFileSuffix] : rib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Object ES3Internal.ES3ReferenceMgrBase/<>c__DisplayClass32_0::obj] : ric -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Func`2,System.Boolean> ES3Internal.ES3ReferenceMgrBase/<>c__DisplayClass32_0::<>9__0] : rid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3ReferenceMgrBase/<>c__DisplayClass33_0::referenceID] : rie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Func`2,System.Boolean> ES3Internal.ES3ReferenceMgrBase/<>c__DisplayClass33_0::<>9__0] : rif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Internal.ES3ReferenceMgrBase::_lock] : rig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3ReferenceMgrBase ES3Internal.ES3ReferenceMgrBase::_current] : rih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.HashSet`1 ES3Internal.ES3ReferenceMgrBase::mgrs] : rii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Random ES3Internal.ES3ReferenceMgrBase::rng] : rij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3RefIdDictionary ES3Internal.ES3ReferenceMgrBase::_refId] : rik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Reflection.MethodInfo ES3Internal.ES3Reflection/ES3ReflectedMethod::method] : ril -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection/<>c__DisplayClass27_0::derivedType] : rim -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection/<>c__DisplayClass46_0::methodName] : rin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection::memberFieldPrefix] : rio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection::componentTagFieldName] : rip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3Reflection::componentNameFieldName] : riq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String[] ES3Internal.ES3Reflection::excludedPropertyNames] : rir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::serializableAttributeType] : ris -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::serializeFieldAttributeType] : rit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::obsoleteAttributeType] : riu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::nonSerializedAttributeType] : riv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::es3SerializableAttributeType] : riw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Internal.ES3Reflection::es3NonSerializableAttributeType] : rix -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type[] ES3Internal.ES3Reflection::EmptyTypes] : riy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Reflection.Assembly[] ES3Internal.ES3Reflection::_assemblies] : riz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char ES3Internal.ES3JSONReader::endOfStreamChar] : rja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.IO.StreamReader ES3Internal.ES3JSONReader::baseReader] : rjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3FileStream::isDisposed] : rjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3PlayerPrefsStream::path] : rjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3PlayerPrefsStream::append] : rje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3PlayerPrefsStream::isWriteStream] : rjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3PlayerPrefsStream::isDisposed] : rjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3Member::name] : rjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type ES3Internal.ES3Member::type] : rji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Member::isProperty] : rjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3Reflection/ES3ReflectedMember ES3Internal.ES3Member::reflectedMember] : rjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3Member::useReflection] : rjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Internal.ES3TypeMgr::_lock] : rjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 ES3Internal.ES3TypeMgr::types] : rjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Types.ES3Type ES3Internal.ES3TypeMgr::lastAccessedType] : rjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 ES3Internal.ES3WebClass/d__19::<>1__state] : rjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object ES3Internal.ES3WebClass/d__19::<>2__current] : rjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3Internal.ES3WebClass ES3Internal.ES3WebClass/d__19::<>4__this] : rjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Internal.ES3WebClass/d__19::webRequest] : rjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3WebClass::url] : rjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3WebClass::apiKey] : rju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1> ES3Internal.ES3WebClass::formData] : rjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest ES3Internal.ES3WebClass::_webRequest] : rjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3WebClass::isDone] : rjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3WebClass::error] : rjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 ES3Internal.ES3WebClass::errorCode] : rjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String ES3Internal.ES3Binary::ObjectTerminator] : rka -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 ES3Internal.ES3Binary::IdToType] : rkb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 ES3Internal.ES3Binary::TypeToId] : rkc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ES3File ES3Internal.ES3CacheWriter::es3File] : rkd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.IO.StreamWriter ES3Internal.ES3JSONWriter::baseWriter] : rke -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean ES3Internal.ES3JSONWriter::isFirstProperty] : rkf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.NetKit/<>c__DisplayClass3_0::onCompleted] : rkg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.NetKit/<>c__DisplayClass4_0::onCompleted] : rkh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.NetKit.ErrorLogKit/<>c__DisplayClass5_0::callback] : rki -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2> SGModule.NetKit.ErrorLogKit::_statusDic] : rkj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.ErrorLogKit::_isErrorLoggingEnabled] : rkk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.HeartbeatKit/d__7::<>1__state] : rkl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.NetKit.HeartbeatKit/d__7::<>2__current] : rkm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.NetKit.HeartbeatKit SGModule.NetKit.HeartbeatKit/d__7::<>4__this] : rkn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Coroutine SGModule.NetKit.HeartbeatKit::_heartbeatCoroutine] : rko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.NetKit.HeartbeatKit::HeartbeatForegroundTime] : rkp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 SGModule.NetKit.HeartbeatKit::_nextHeartbeatTime] : rkq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 SGModule.NetKit.HeartbeatKit::_lastRemainingInterval] : rkr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.NetKit.LoginKit/<>c__DisplayClass10_0::onCompleted] : rks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.NetKit.LoginKit SGModule.NetKit.LoginKit/<>c__DisplayClass9_0::<>4__this] : rkt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.LoginKit/<>c__DisplayClass9_0::onCompleted] : rku -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.LoginKit/d__12::<>1__state] : rkv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__12::<>2__current] : rkw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.NetKit.RequestLoginData SGModule.NetKit.LoginKit/d__12::reqData] : rkx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.NetKit.LoginKit SGModule.NetKit.LoginKit/d__12::<>4__this] : rky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.LoginKit/d__11::<>1__state] : rkz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__11::<>2__current] : rla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.NetKit.LoginKit SGModule.NetKit.LoginKit/d__11::<>4__this] : rlb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.NetKit.RequestLoginData SGModule.NetKit.LoginKit/d__11::reqData] : rlc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.LoginKit/d__11::onCompleted] : rld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.LoginKit/d__11::5__2] : rle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.LoginKit/d__10::<>1__state] : rlf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.NetKit.LoginKit/d__10::<>2__current] : rlg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.NetKit.LoginKit/d__10::onCompleted] : rlh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.NetKit.LoginKit SGModule.NetKit.LoginKit/d__10::<>4__this] : rli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.NetKit.LoginKit::_channel] : rlj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.LoginKit::_sim] : rlk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.LoginKit::_loginSuccess] : rll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.NetKit.LoginModel SGModule.NetKit.LoginKit::_loginModel] : rlm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.NetKit.LoginKit::_isFirstLoginSuccess] : rln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.NetKit.RequestLoginData SGModule.NetKit.LoginKit::_requestLoginData] : rlo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.NetKit.LoginKit::_packName] : rlp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.HashSet`1 SGModule.NetKit.TrackEvent::_registeredStaticEvents] : rlq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.HashSet`1 SGModule.NetKit.TrackEvent::_registeredDynamicEventPrefixes] : rlr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.TrackKit/<>c__DisplayClass3_0::callback] : rls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.NetKit.TrackKit/d__4::<>1__state] : rlt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.NetKit.TrackKit/d__4::<>2__current] : rlu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.NetKit.TrackKit::_traceID] : rlv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.NetKit.TrackKit::_statusDic] : rlw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Queue`1 SGModule.NetKit.TrackKit::_waitLoginSuccessTrackQueue] : rlx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.NetKit.TrackKit::_loginFunnelEventMap] : rly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.HashSet`1 SGModule.NetKit.TrackProperty::_registeredStaticProperties] : rlz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.HashSet`1 SGModule.NetKit.TrackProperty::_registeredDynamicPropertyPrefixes] : rma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.NetApi/<>c__DisplayClass0_0::onCompleted] : rmb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.NetKit.NetApi/<>c__DisplayClass2_0::onCompleted] : rmc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.NetKit.NetApi/<>c__DisplayClass3_0::onCompleted] : rmd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.NetApi/<>c__DisplayClass4_0`1::onCompleted] : rme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.NetApi/<>c__DisplayClass5_0`1::onCompleted] : rmf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.NetApi/<>c__DisplayClass6_0`1::onCompleted] : rmg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.NetApi/<>c__DisplayClass7_0`1::onCompleted] : rmh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.NetKit.NetApi/<>c__DisplayClass8_0`1::onCompleted] : rmi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.NetKit.NetApi/<>c__DisplayClass9_0::onCompleted] : rmj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetChecker/d__21::<>1__state] : rmk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__21::<>2__current] : rml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetChecker SGModule.Net.NetChecker/d__21::<>4__this] : rmm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetChecker/d__22::<>1__state] : rmn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__22::<>2__current] : rmo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetChecker SGModule.Net.NetChecker/d__22::<>4__this] : rmp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.Net.NetChecker/d__22::5__2] : rmq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.NetChecker/d__22::5__3] : rmr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker/d__22::5__4] : rms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetChecker/d__23::<>1__state] : rmt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__23::<>2__current] : rmu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetChecker SGModule.Net.NetChecker/d__23::<>4__this] : rmv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.Net.NetChecker/d__23::5__2] : rmw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest SGModule.Net.NetChecker/d__23::5__3] : rmx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetChecker/d__24::<>1__state] : rmy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__24::<>2__current] : rmz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.Net.NetChecker/d__24::ops] : rna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetChecker SGModule.Net.NetChecker/d__24::<>4__this] : rnb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetChecker/d__16::<>1__state] : rnc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetChecker/d__16::<>2__current] : rnd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.NetChecker/d__16::checkInterval] : rne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetChecker SGModule.Net.NetChecker/d__16::<>4__this] : rnf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.NetChecker/d__16::timeout] : rnh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 SGModule.Net.NetChecker/d__16::callback] : rni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.NetChecker/d__16::5__2] : rnj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.NetChecker::WebRequestInterval] : rnk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.NetChecker::PingInterval] : rnl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.Net.NetChecker::_pingAddresses] : rnm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Coroutine SGModule.Net.NetChecker::_checkInternetCoroutine] : rnn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.NetChecker::_checkInterval] : rno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker::_isChecking] : rnp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetChecker::_lastConnected] : rnq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.NetChecker::_preferredUrl] : rnr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 SGModule.Net.NetChecker::k__BackingField] : rns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> SGModule.Net.NetCore`1/<>c__DisplayClass14_0`1::onCompleted] : rnt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetCore`1/<>c__DisplayClass14_0`1::done] : rnu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1/<>c__DisplayClass16_0`1::token] : rnv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetCore`1/d__14`1::<>1__state] : rnw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__14`1::<>2__current] : rnx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> SGModule.Net.NetCore`1/d__14`1::onCompleted] : rny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetCore`1 SGModule.Net.NetCore`1/d__14`1::<>4__this] : rnz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1/d__14`1::path] : roa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__14`1::requestData] : rob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetCore`1/d__14`1::withToken] : roc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.Net.NetCore`1/d__14`1::headers] : rod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetCore`1/d__16`1::<>1__state] : roe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__16`1::<>2__current] : rof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetCore`1 SGModule.Net.NetCore`1/d__16`1::<>4__this] : rog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> SGModule.Net.NetCore`1/d__16`1::onCompleted] : roh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetCore`1/d__16`1::withToken] : roi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetCore`1/<>c__DisplayClass16_0`1 SGModule.Net.NetCore`1/d__16`1::<>8__1] : roj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.Net.NetCore`1/d__16`1::headers] : rok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1/d__16`1::path] : rol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__16`1::requestData] : rom -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.ResponseData`1 SGModule.Net.NetCore`1/d__16`1::5__2] : ron -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetCore`1/d__17`1::<>1__state] : roo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__17`1::<>2__current] : rop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetCore`1 SGModule.Net.NetCore`1/d__17`1::<>4__this] : roq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.NetCore`1/d__17`1::requestData] : ror -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1/d__17`1::path] : ros -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.Net.NetCore`1/d__17`1::headers] : rot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> SGModule.Net.NetCore`1/d__17`1::onCompleted] : rou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetCore`1/d__17`1::5__2] : rov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest SGModule.Net.NetCore`1/d__17`1::5__3] : rox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetCore`1::Timeout] : roy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.NetCoreModel SGModule.Net.NetCore`1::_config] : roz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.NetCore`1::_isInit] : rpa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.NetCore`1::_requestCounter] : rpb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.NetCore`1::_requestHost] : rpc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 SGModule.Net.ServerClock::_timeDifference] : rpd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.Net.TokenManager/<>c__DisplayClass23_0::callback] : rpe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager SGModule.Net.TokenManager/<>c__DisplayClass23_0::<>4__this] : rpf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.TokenManager/<>c__DisplayClass25_0::refreshSuccess] : rpg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager SGModule.Net.TokenManager/<>c__DisplayClass25_0::<>4__this] : rph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager SGModule.Net.TokenManager/<>c__DisplayClass26_0::<>4__this] : rpi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.Net.TokenManager/<>c__DisplayClass26_0::onCompleted] : rpj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.TokenManager/d__23::<>1__state] : rpk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__23::<>2__current] : rpl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.Net.TokenManager/d__23::callback] : rpm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager SGModule.Net.TokenManager/d__23::<>4__this] : rpn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager/<>c__DisplayClass23_0 SGModule.Net.TokenManager/d__23::<>8__1] : rpo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.TokenManager/d__26::<>1__state] : rpp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__26::<>2__current] : rpq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager SGModule.Net.TokenManager/d__26::<>4__this] : rpr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.Net.TokenManager/d__26::onCompleted] : rps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.TokenManager/d__25::<>1__state] : rpt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__25::<>2__current] : rpu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager SGModule.Net.TokenManager/d__25::<>4__this] : rpv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager/<>c__DisplayClass25_0 SGModule.Net.TokenManager/d__25::<>8__1] : rpw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.TokenManager/d__25::5__2] : rpx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.TokenManager/d__24::<>1__state] : rpy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.Net.TokenManager/d__24::<>2__current] : rpz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager SGModule.Net.TokenManager/d__24::<>4__this] : rqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.TokenManager/d__24::5__2] : rqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.TokenManager::JarvisTokenKey] : rqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.TokenManager::JarvisTokenExpiresAtKey] : rqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.TokenManager::MinRefreshInterval] : rqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Net.TokenManager::MaxTokenRecordCount] : rqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.Net.TokenManager::_tokenRecord] : rqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int64 SGModule.Net.TokenManager::_cachedExpiresAt] : rqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.TokenManager::_cachedToken] : rqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.TokenManager::_isReauthenticating] : rqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.TokenManager::_isRefreshing] : rqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.TokenManager::_lastRefreshTime] : rql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager/ReauthenticateDelegate SGModule.Net.TokenManager::_reauthenticateHandler] : rqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Net.TokenManager/RefreshTokenDelegate SGModule.Net.TokenManager::_refreshTokenHandler] : rqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ConnectionMode SGModule.Net.NetCoreModel::ConnMode] : rqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.NetCoreModel::RequestHost] : rqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.WebSocketService::OffLineDecisionTime] : rqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Net.WebSocketService::_bindToken] : rqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.Net.WebSocketService::_offlineDuration] : rqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Net.WebSocketService::_url] : rqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] NativeWebSocket.WebSocket SGModule.Net.WebSocketService::_webSocket] : rqu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action SGModule.Net.WebSocketService::OnOpenAction] : rqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 SGModule.Net.WebSocketService::OnMessageAction] : rqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 SGModule.Net.WebSocketService::OnCloseAction] : rqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 SGModule.Net.WebSocketService::OnErrorAction] : rqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.MarkdownKit.MarkdownData::BaseSize] : rqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.MarkdownKit.MarkdownData::MarkdownTextList] : rra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`2> SGModule.MarkdownKit.MarkdownData::OnComplete] : rrb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.MarkdownKit.MarkdownData::RichTextList] : rrc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.MarkdownKit.MarkdownTextState SGModule.MarkdownKit.MarkdownData::State] : rrd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownData::Text] : rre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.MarkdownKit.MarkdownData::Url] : rrf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.MarkdownKit.MarkdownDataMgr::_markdownData] : rrg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.MarkdownKit.MarkdownConvert/<>c__DisplayClass1_0::textBaseSize] : rrh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.GComponent SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::parent] : rri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.MarkdownKit.MarkdownKit SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::<>4__this] : rrj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.MarkdownKit.MarkdownData SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::data] : rrk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::textSize] : rrl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::color] : rrm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`2 SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::callback] : rrn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1> SGModule.MarkdownKit.MarkdownKit/<>c__DisplayClass6_0::show] : rro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.MarkdownKit.MarkdownKit/d__2::<>1__state] : rrp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.MarkdownKit.MarkdownKit/d__2::<>2__current] : rrq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.MarkdownKit.MarkdownData SGModule.MarkdownKit.MarkdownKit/d__2::data] : rrr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.MarkdownKit.MarkdownKit SGModule.MarkdownKit.MarkdownKit/d__2::<>4__this] : rrs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest SGModule.MarkdownKit.MarkdownKit/d__2::5__2] : rrt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Type SGModule.DataStorage.DataKeyInfo::k__BackingField] : rru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.DataStorage.DataKeyInfo::k__BackingField] : rrv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.DataStorage.DataKeyDic::_keyDic] : rrw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.DataStorage.DataManager/d__13::<>1__state] : rrx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.DataStorage.DataManager/d__13::<>2__current] : rry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataManager SGModule.DataStorage.DataManager/d__13::<>4__this] : rrz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.DataStorage.DataManager/d__13::5__2] : rsa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.WaitForSeconds SGModule.DataStorage.DataManager/d__13::5__3] : rsb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.DataStorage.DataManager::InitialAutoSaveInterval] : rsc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.DataStorage.DataManager::SaveThreshold] : rsd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.DataStorage.DataStorage`1 SGModule.DataStorage.DataManager::_dataVersion] : rse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.DataStorage.DataManager::_cache] : rsf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.HashSet`1 SGModule.DataStorage.DataManager::_modifiedKeys] : rsg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.DataStorage.DataManager::_cloudData] : rsh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.DataStorage.DataManager::_hasUnsavedChanges] : rsi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`3 SGModule.DataStorage.DataManager::_saveCallback] : rsj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.DataStorage.DataManager::_saveCallCount] : rsk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.DataStorage.DataManager::_timer] : rsl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] T SGModule.DataStorage.DataStorage`1::_defaultValue] : rsm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.DataStorage.DataStorage`1::_key] : rsn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`2 SGModule.DataStorage.DataStorage`1::_onChange] : rso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.ConfigLoader.ConfigLoader SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass12_0::<>4__this] : rsp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass12_0::configs] : rsq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`2 SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass12_0::parseErrorHandler] : rsr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass12_0::configLoadCallback] : rss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.ConfigLoader.ConfigLoader SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass17_0::<>4__this] : rst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass17_0::callback] : rsu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.ConfigLoader.ConfigLoader SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass18_0::<>4__this] : rsv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass18_0::callback] : rsw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.ConfigLoader.ConfigLoader SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass19_0::<>4__this] : rsx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1 SGModule.ConfigLoader.ConfigLoader/<>c__DisplayClass19_0::callback] : rsy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.ConfigLoader.ConfigLoader::MaxErrorCount] : rsz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.ConfigLoader::ConfigFileNameKey] : rta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.ConfigLoader.ConfigLoader::_configData] : rtb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.ConfigLoader.ConfigLoader::_userDefinedConfig] : rtc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.ConfigLoader::_cdnConfigFileName] : rtd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.ConfigLoader::_cdnUrl] : rte -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.ConfigLoader::_configJson] : rtf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.ConfigLoader.ConfigLoader::_initConfigErrorCount] : rtg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigLoader::_isConfigLoaded] : rth -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.ConfigLoader.ConfigLoader::_jsonDictionary] : rti -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.ConfigLoader.FileNetworkManager/d__8::<>1__state] : rtj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__8::<>2__current] : rtk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.ConfigLoader.FileNetworkManager SGModule.ConfigLoader.FileNetworkManager/d__8::<>4__this] : rtl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 SGModule.ConfigLoader.FileNetworkManager/d__8::onComplete] : rtm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1> SGModule.ConfigLoader.FileNetworkManager/d__8::5__2] : rtn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.FileNetworkManager/d__8::5__3] : rto -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1 SGModule.ConfigLoader.FileNetworkManager/d__8::5__4] : rtp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.ConfigLoader.FileNetworkManager/d__9::<>1__state] : rtq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__9::<>2__current] : rtr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.FileNetworkManager/d__9::sourceFile] : rts -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.FileNetworkManager/d__9::destFile] : rtt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 SGModule.ConfigLoader.FileNetworkManager/d__9::onComplete] : rtu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest SGModule.ConfigLoader.FileNetworkManager/d__9::5__2] : rtv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.ConfigLoader.FileNetworkManager/d__11::<>1__state] : rtw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object SGModule.ConfigLoader.FileNetworkManager/d__11::<>2__current] : rtx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.FileNetworkManager/d__11::path] : rty -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 SGModule.ConfigLoader.FileNetworkManager/d__11::callback] : rtz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.FileNetworkManager/d__11::5__2] : rua -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Networking.UnityWebRequest SGModule.ConfigLoader.FileNetworkManager/d__11::5__3] : rub -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.FileNetworkManager::FolderLabel] : ruc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.FileNetworkManager::_configFolderPath] : rud -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 SGModule.ConfigLoader.ConfigModel`2::k__BackingField] : rue -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 SGModule.ConfigLoader.ConfigModel/<>c__DisplayClass9_0::jsonObject] : ruf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.HashSet`1 SGModule.ConfigLoader.ConfigModel/<>c__DisplayClass9_0::fieldNames] : rug -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.ConfigLoader.ConfigModel::Key] : ruh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.ConfigLoader.ConfigModel::IsList] : rui -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.ConfigLoader.TestListOneModel::Filed1] : ruj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.ConfigLoader.TestListOneModel::Filed2] : ruk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.ConfigLoader.TestListOneModel::Filed3] : rul -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.ConfigLoader.TestSingleModel::Field1] : rum -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single SGModule.ConfigLoader.TestSingleModel::Field2] : ruo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Common.ConfigManager::GameConfigFilePath] : rup -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Common.ConfigManager::NetworkConfigFilePath] : ruq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] GameConfig SGModule.Common.ConfigManager::k__BackingField] : rur -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] NetworkConfig SGModule.Common.ConfigManager::k__BackingField] : rus -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Common.Helper.DeviceHelper::Idfv] : rut -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Common.Helper.ModuleLogger SGModule.Common.Helper.Log::Common] : ruu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Common.Helper.ModuleLogger SGModule.Common.Helper.Log::Net] : ruv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Common.Helper.ModuleLogger SGModule.Common.Helper.Log::MarkdownKit] : ruw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Common.Helper.ModuleLogger SGModule.Common.Helper.Log::ApplePay] : rux -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Common.Helper.ModuleLogger SGModule.Common.Helper.Log::ConfigLoader] : ruy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Common.Helper.ModuleLogger SGModule.Common.Helper.Log::NetKit] : ruz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Common.Helper.ModuleLogger SGModule.Common.Helper.Log::DataStorage] : rva -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] SGModule.Common.Helper.ModuleLogger SGModule.Common.Helper.Log::IAP] : rvb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Common.Helper.ModuleLogger::_isEnabled] : rvc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Common.Helper.ModuleLogger::_label] : rvd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Common.Helper.LogColors::Info] : rve -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Common.Helper.LogColors::Warning] : rvf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Common.Helper.LogColors::Error] : rvg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Common.Helper.LogColors::Exception] : rvh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Random SGModule.Common.Helper.RandomHelper::_random] : rvi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SGModule.Common.Helper.SerializeHelper::_defaultUseJsonSettings] : rvj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] Newtonsoft.Json.JsonSerializerSettings SGModule.Common.Helper.SerializeHelper::_jsonIndentedSettings] : rvk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String SGModule.Common.Extensions.ObjectExtensionsTest/Person::k__BackingField] : rvl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 SGModule.Common.Extensions.ObjectExtensionsTest/Person::k__BackingField] : rvm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] T SGModule.Common.Base.SingletonMonoBehaviour`1::_instance] : rvn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean SGModule.Common.Base.SingletonMonoBehaviour`1::IsInitComplete] : rvo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GameObject SGModule.Common.Base.SingletonMonoBehaviour`1::_singletonParent] : rvp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> SGModule.ApplePay.ApplePayNet/<>c__DisplayClass0_0`1::onCompleted] : rvq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> SGModule.ApplePay.ApplePayNet/<>c__DisplayClass1_0`1::onCompleted] : rvr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> SGModule.ApplePay.ApplePayNet/<>c__DisplayClass2_0`1::onCompleted] : rvs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> SGModule.ApplePay.ApplePayNet/<>c__DisplayClass3_0`1::onCompleted] : rvt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Events.UnityAction`1> SGModule.ApplePay.ApplePayNet/<>c__DisplayClass4_0`1::onCompleted] : rvu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 Assets.Scripts.PreferencesDataReadyCtrl::msgList] : rvv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ChillConnect.TaskProcedure Assets.Scripts.WindowSystem/<>c__DisplayClass9_0::procedure] : rvw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ChillConnect.TaskSequence Assets.Scripts.WindowSystem::startGameSequence] : rvx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] ChillConnect.TaskSequence Assets.Scripts.WindowSystem::backMainSequence] : rvy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean Assets.Scripts.WindowSystem::haveBackMain] : rvz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String MiniJSON.Json/Parser::WORD_BREAK] : rwa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.IO.StringReader MiniJSON.Json/Parser::json] : rwb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder MiniJSON.Json/Serializer::builder] : rwc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rendering.BlendMode FairyGUI.BlendModeUtils/BlendFactor::srcFactor] : rwd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rendering.BlendMode FairyGUI.BlendModeUtils/BlendFactor::dstFactor] : rwe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BlendModeUtils/BlendFactor::pma] : rwf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.BlendModeUtils/BlendFactor[] FairyGUI.BlendModeUtils::Factors] : rwg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.CaptureCamera FairyGUI.CaptureCamera::_main] : rwh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::_layer] : rwi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.CaptureCamera::_hiddenLayer] : rwj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.RenderMode FairyGUI.Container::renderMode] : rwk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.Container::renderCamera] : rwl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::opaque] : rwm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Container::clipSoftness] : rwn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.IHitTest FairyGUI.Container::hitArea] : rwo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::touchChildren] : rwp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.Container::onUpdate] : rwq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Container::reversedMask] : rwr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Container::_children] : rws -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::_mask] : rwt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Container::_clipRect] : rwu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Container::_descendants] : rwv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Container::_panelOrder] : rww -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Container::_lastFocus] : rwx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.DisplayObject/PaintingInfo::captureDelegate] : rwy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Margin FairyGUI.DisplayObject/PaintingInfo::extend] : rwz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject/PaintingInfo::scale] : rxa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject/PaintingInfo::flag] : rxb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::name] : rxc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.DisplayObject::k__BackingField] : rxd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.DisplayObject::k__BackingField] : rxe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::k__BackingField] : rxf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::k__BackingField] : rxg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics FairyGUI.DisplayObject::k__BackingField] : rxh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.DisplayObject::onPaint] : rxi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.GObject FairyGUI.DisplayObject::gOwner] : rxj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 FairyGUI.DisplayObject::id] : rxk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_visible] : rxl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_touchable] : rxm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::_pivot] : rxn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::_pivotOffset] : rxo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::_rotation] : rxp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DisplayObject::_skew] : rxq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::_renderingOrder] : rxr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.DisplayObject::_alpha] : rxs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_grayed] : rxt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.DisplayObject::_blendMode] : rxu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.IFilter FairyGUI.DisplayObject::_filter] : rxv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::_home] : rxw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.DisplayObject::_cursor] : rxx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DisplayObject::_perspective] : rxy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::_focalLength] : rxz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DisplayObject::_pixelPerfectAdjustment] : rya -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::_checkPixelPerfect] : ryb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onClick] : ryc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onRightClick] : ryd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchBegin] : rye -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchMove] : ryf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchEnd] : ryg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOver] : ryh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOut] : ryi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onMouseWheel] : ryj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onAddedToStage] : ryk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onRemovedFromStage] : ryl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onKeyDown] : rym -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onClickLink] : ryn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onFocusIn] : ryo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.DisplayObject::_onFocusOut] : ryp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DisplayObject::_paintingMode] : ryq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject/PaintingInfo FairyGUI.DisplayObject::_paintingInfo] : ryr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.DisplayObject::_contentRect] : rys -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics/VertexMatrix FairyGUI.DisplayObject::_vertexMatrix] : ryt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject/Flags FairyGUI.DisplayObject::_flags] : ryu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.DisplayObject::_batchingBounds] : ryv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 FairyGUI.DisplayObject::_gInstanceCounter] : ryw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.HideFlags FairyGUI.DisplayObject::hideFlags] : ryx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Transform FairyGUI.DisplayObject::uiCacheRoot] : ryy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.GoWrapper::supportStencil] : ryz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.GoWrapper::onUpdate] : rza -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1> FairyGUI.GoWrapper::customCloneMaterials] : rzb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.GoWrapper::customRecoverMaterials] : rzc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.GoWrapper::_wrapTarget] : rzd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GoWrapper::_renderers] : rze -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.GoWrapper::_materialsBackup] : rzf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Canvas FairyGUI.GoWrapper::_canvas] : rzg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.GoWrapper::_cloneMaterial] : rzh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.GoWrapper::_shouldCloneMaterial] : rzi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GoWrapper::helperTransformList] : rzj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.GoWrapper::helperMaterials] : rzk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Collider FairyGUI.ColliderHitTest::collider] : rzl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.HitTestContext::screenPoint] : rzm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.HitTestContext::worldPoint] : rzn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.HitTestContext::direction] : rzo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.HitTestContext::forTouch] : rzp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.HitTestContext::camera] : rzq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.HitTestContext::layerMask] : rzr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.HitTestContext::maxDistance] : rzs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Camera FairyGUI.HitTestContext::cachedMainCamera] : rzt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2> FairyGUI.HitTestContext::raycastHits] : rzu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.MeshColliderHitTest::lastHit] : rzv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.PixelHitTestData::pixelWidth] : rzw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.PixelHitTestData::scale] : rzx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Byte[] FairyGUI.PixelHitTestData::pixels] : rzy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.PixelHitTestData::pixelsLength] : rzz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.PixelHitTestData::pixelsOffset] : saa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.PixelHitTest::offsetX] : sab -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.PixelHitTest::offsetY] : sac -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.PixelHitTest::sourceWidth] : sad -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.PixelHitTest::sourceHeight] : sae -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.PixelHitTestData FairyGUI.PixelHitTest::_data] : saf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.RectHitTest::rect] : sag -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.ShapeHitTest::shape] : sah -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.Image::_scale9Grid] : sai -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Image::_scaleByTile] : saj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Image::_textureScale] : sak -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Image::_tileGridIndice] : sal -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.FillMesh FairyGUI.Image::_fillMesh] : sam -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32[] FairyGUI.Image::TRIANGLES_9_GRID] : san -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32[] FairyGUI.Image::gridTileIndice] : sao -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.Image::gridX] : sap -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.Image::gridY] : saq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.Image::gridTexX] : sar -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.Image::gridTexY] : sas -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.MaterialManager/MaterialRef::material] : sat -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MaterialManager/MaterialRef::frame] : sau -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.MaterialManager/MaterialRef::blendMode] : sav -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.UInt32 FairyGUI.MaterialManager/MaterialRef::group] : saw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.MaterialManager::onCreateNewMaterial] : sax -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.MaterialManager::firstMaterialInFrame] : say -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.MaterialManager::_texture] : saz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Shader FairyGUI.MaterialManager::_shader] : sba -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.MaterialManager::_addKeywords] : sbb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2> FairyGUI.MaterialManager::_materials] : sbc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.MaterialManager::_combineTexture] : sbd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MaterialManager::internalKeywordsCount] : sbe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String[] FairyGUI.MaterialManager::internalKeywords] : sbf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.CompositeMesh::elements] : sbg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.CompositeMesh::activeIndex] : sbh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.EllipseMesh::drawRect] : sbi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.EllipseMesh::lineWidth] : sbj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32 FairyGUI.EllipseMesh::lineColor] : sbk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.EllipseMesh::centerColor] : sbl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.EllipseMesh::fillColor] : sbm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.EllipseMesh::startDegree] : sbn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.EllipseMesh::endDegreee] : sbo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32[] FairyGUI.EllipseMesh::SECTOR_CENTER_TRIANGLES] : sbp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.FillMethod FairyGUI.FillMesh::method] : sbq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.FillMesh::origin] : sbr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.FillMesh::amount] : sbs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.FillMesh::clockwise] : sbt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.GPath FairyGUI.LineMesh::path] : sbu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.LineMesh::lineWidth] : sbv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.AnimationCurve FairyGUI.LineMesh::lineWidthCurve] : sbw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Gradient FairyGUI.LineMesh::gradient] : sbx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.LineMesh::roundEdge] : sby -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.LineMesh::fillStart] : sbz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.LineMesh::fillEnd] : sca -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.LineMesh::pointDensity] : scb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.LineMesh::repeatFill] : scc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.LineMesh::points] : scd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.LineMesh::ts] : sce -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.PlaneMesh::gridSize] : scf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.PolygonMesh::points] : scg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.PolygonMesh::texcoords] : sch -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.PolygonMesh::lineWidth] : sci -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32 FairyGUI.PolygonMesh::lineColor] : scj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.PolygonMesh::fillColor] : sck -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32[] FairyGUI.PolygonMesh::colors] : scl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.PolygonMesh::usePercentPositions] : scm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.PolygonMesh::sRestIndices] : scn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.RectMesh::drawRect] : sco -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.RectMesh::lineWidth] : scp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32 FairyGUI.RectMesh::lineColor] : scq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.RectMesh::fillColor] : scr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32[] FairyGUI.RectMesh::colors] : scs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.RegularPolygonMesh::drawRect] : sct -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.RegularPolygonMesh::sides] : scu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.RegularPolygonMesh::lineWidth] : scv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32 FairyGUI.RegularPolygonMesh::lineColor] : scw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.RegularPolygonMesh::centerColor] : scx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.RegularPolygonMesh::fillColor] : scy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.RegularPolygonMesh::distances] : scz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.RegularPolygonMesh::rotation] : sda -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.RoundedRectMesh::drawRect] : sdb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.RoundedRectMesh::lineWidth] : sdc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32 FairyGUI.RoundedRectMesh::lineColor] : sdd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Nullable`1 FairyGUI.RoundedRectMesh::fillColor] : sde -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.RoundedRectMesh::topLeftRadius] : sdf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.RoundedRectMesh::topRightRadius] : sdg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.RoundedRectMesh::bottomLeftRadius] : sdh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.RoundedRectMesh::bottomRightRadius] : sdi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.StraightLineMesh::color] : sdj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.StraightLineMesh::origin] : sdk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.StraightLineMesh::end] : sdl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.StraightLineMesh::lineWidth] : sdm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.StraightLineMesh::repeatFill] : sdn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.VertexBuffer::contentRect] : sdo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.VertexBuffer::uvRect] : sdp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32 FairyGUI.VertexBuffer::vertexColor] : sdq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.VertexBuffer::textureSize] : sdr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::vertices] : sds -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::colors] : sdt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::uvs] : sdu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::uvs2] : sdv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::triangles] : sdw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2[] FairyGUI.VertexBuffer::NormalizedUV] : sdx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2[] FairyGUI.VertexBuffer::NormalizedPosition] : sdy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.VertexBuffer::_alphaInVertexColor] : sdz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.VertexBuffer::_isArbitraryQuad] : sea -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Stack`1 FairyGUI.VertexBuffer::_pool] : seb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.VertexBuffer::helperV4List] : sec -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.MovieClip/Frame::texture] : sed -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.MovieClip/Frame::addDelay] : see -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.MovieClip::interval] : sef -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::swing] : seg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.MovieClip::repeatDelay] : seh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.MovieClip::timeScale] : sei -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::ignoreEngineTimeScale] : sej -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.MovieClip/Frame[] FairyGUI.MovieClip::_frames] : sek -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_frameCount] : sel -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_frame] : sem -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::_playing] : sen -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_start] : seo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_end] : sep -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_times] : seq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_endAt] : ser -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_status] : ses -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.MovieClip::_frameElapsed] : seu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.MovieClip::_reversed] : sev -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.MovieClip::_repeatedCount] : sew -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TimerCallback FairyGUI.MovieClip::_timerDelegate] : sex -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.MovieClip::_onPlayEnd] : sey -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.NAudioClip::CustomDestroyMethod] : sez -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DestroyMethod FairyGUI.NAudioClip::destroyMethod] : sfa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.AudioClip FairyGUI.NAudioClip::nativeClip] : sfb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.NGraphics/VertexMatrix::cameraPos] : sfc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Matrix4x4 FairyGUI.NGraphics/VertexMatrix::matrix] : sfd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.NGraphics/StencilEraser::gameObject] : sfe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.MeshFilter FairyGUI.NGraphics/StencilEraser::meshFilter] : sff -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.MeshRenderer FairyGUI.NGraphics/StencilEraser::meshRenderer] : sfg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.GameObject FairyGUI.NGraphics::k__BackingField] : sfh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.MeshFilter FairyGUI.NGraphics::k__BackingField] : sfi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.MeshRenderer FairyGUI.NGraphics::k__BackingField] : sfj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Mesh FairyGUI.NGraphics::k__BackingField] : sfk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.BlendMode FairyGUI.NGraphics::blendMode] : sfl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::dontClip] : sfm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.NGraphics::meshModifier] : sfn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NGraphics::_texture] : sfo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.NGraphics::_shader] : sfp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Material FairyGUI.NGraphics::_material] : sfq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::_customMatarial] : sfr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.MaterialManager FairyGUI.NGraphics::_manager] : sfs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String[] FairyGUI.NGraphics::_shaderKeywords] : sft -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::_materialFlags] : sfu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.IMeshFactory FairyGUI.NGraphics::_meshFactory] : sfv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.NGraphics::_alpha] : sfw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.NGraphics::_color] : sfx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::_meshDirty] : sfy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NGraphics::_contentRect] : sfz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.FlipType FairyGUI.NGraphics::_flip] : sga -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics/VertexMatrix FairyGUI.NGraphics::_vertexMatrix] : sgb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::hasAlphaBackup] : sgc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.NGraphics::_alphaBackup] : sgd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.NGraphics::_maskFlag] : sge -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NGraphics/StencilEraser FairyGUI.NGraphics::_stencilEraser] : sgf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.MaterialPropertyBlock FairyGUI.NGraphics::_propertyBlock] : sgg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.NGraphics::_blockUpdated] : sgh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.NTexture::CustomDestroyMethod] : sgi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NTexture::uvRect] : sgj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.NTexture::rotated] : sgk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.NTexture::refCount] : sgl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.NTexture::lastActive] : sgm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DestroyMethod FairyGUI.NTexture::destroyMethod] : sgn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.NTexture::onSizeChanged] : sgo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.NTexture::onRelease] : sgp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::_nativeTexture] : sgq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Texture FairyGUI.NTexture::_alphaTexture] : sgr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Rect FairyGUI.NTexture::_region] : sgs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::_offset] : sgt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.NTexture::_originalSize] : sgu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::_root] : sgv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.NTexture::_materialManagers] : sgw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.NTexture::_empty] : sgx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.ShaderConfig/GetFunction FairyGUI.ShaderConfig::Get] : sgy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.ShaderConfig::imageShader] : sgz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.ShaderConfig::textShader] : sha -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.ShaderConfig::bmFontShader] : shb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.ShaderConfig::TMPFontShader] : shc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_ClipBox] : shd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_ClipSoftness] : she -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_AlphaTex] : shf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_StencilComp] : shg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_Stencil] : shh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_StencilOp] : shi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_StencilReadMask] : shj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_ColorMask] : shk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_ColorMatrix] : shl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_ColorOffset] : shm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_BlendSrcFactor] : shn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_BlendDstFactor] : sho -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_ColorOption] : shp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.ShaderConfig::ID_Stencil2] : shq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Texture2D FairyGUI.Stage/CursorDef::texture] : shr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage/CursorDef::hotspot] : shs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.Stage::currLang] : sht -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.Stage::k__BackingField] : shu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.Stage::beforeUpdate] : shv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.Stage::afterUpdate] : shw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::_touchTarget] : shx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.Stage::_focused] : shy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.InputTextField FairyGUI.Stage::_lastInput] : shz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::_IMEComposite] : sia -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.UpdateContext FairyGUI.Stage::_updateContext] : sib -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_rollOutChain] : sic -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_rollOverChain] : sid -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TouchInfo[] FairyGUI.Stage::_touches] : sie -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::_touchCount] : sif -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::_touchPosition] : sig -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::_frameGotHitTarget] : sih -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::_frameGotTouchPosition] : sii -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::_customInput] : sij -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.Stage::_customInputPos] : sik -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::_customInputButtonDown] : sil -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.AudioSource FairyGUI.Stage::_audio] : sin -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_toCollectTextures] : sio -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.Stage::_onStageResized] : sip -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_focusOutChain] : siq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_focusInChain] : sir -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::_focusHistory] : sis -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Container FairyGUI.Stage::_nextFocus] : sit -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Stage::_cursors] : siu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.Stage::_currentCursor] : siv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::_touchScreen] : siw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stage::_clickTestThreshold] : six -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.IKeyboard FairyGUI.Stage::_keyboard] : siy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Stage FairyGUI.Stage::_inst] : siz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.Stage::k__BackingField] : sja -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.Stage::k__BackingField] : sjb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::sTempList1] : sjc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.Stage::sTempList2] : sjd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.Stage::sTempDict] : sje -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::x] : sjf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::y] : sjg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TouchInfo::touchId] : sjh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TouchInfo::clickCount] : sji -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.KeyCode FairyGUI.TouchInfo::keyCode] : sjj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char FairyGUI.TouchInfo::character] : sjk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.EventModifiers FairyGUI.TouchInfo::modifiers] : sjl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::mouseWheelDelta] : sjm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TouchInfo::button] : sjn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::downX] : sjo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::downY] : sjp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::downTime] : sjq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TouchInfo::downFrame] : sjr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchInfo::began] : sjs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TouchInfo::clickCancelled] : sjt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::lastClickTime] : sju -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::lastClickX] : sjv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::lastClickY] : sjw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TouchInfo::lastClickButton] : sjx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TouchInfo::holdTime] : sjy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.TouchInfo::target] : sjz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TouchInfo::downTargets] : ska -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.DisplayObject FairyGUI.TouchInfo::lastRollOver] : skb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TouchInfo::touchMonitors] : skc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.InputEvent FairyGUI.TouchInfo::evt] : skd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TouchInfo::sHelperChain] : ske -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.StageCamera::screenWidth] : skf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.StageCamera::screenHeight] : skg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.StageCamera::isMain] : skh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Display FairyGUI.StageCamera::_display] : ski -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stats::ObjectCount] : skj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stats::GraphicsCount] : skk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stats::LatestObjectCreation] : skl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Stats::LatestGraphicsCreation] : skm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::IsFguiCustomBoldAndItalic] : skn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.BaseFont::realFontName] : sko -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.BaseFont::name] : skp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.NTexture FairyGUI.BaseFont::mainTexture] : skq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::canTint] : skr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::customBold] : sks -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::customBoldAndItalic] : skt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::customOutline] : skv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.BaseFont::shader] : skw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::keepCrisp] : skx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BaseFont::textRebuildFlag] : sky -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BaseFont::SupScale] : skz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BaseFont::SupOffset] : sla -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BitmapFont/BMGlyph::x] : slb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BitmapFont/BMGlyph::y] : slc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BitmapFont/BMGlyph::width] : sld -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BitmapFont/BMGlyph::height] : sle -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont/BMGlyph::advance] : slf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont/BMGlyph::lineHeight] : slg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2[] FairyGUI.BitmapFont/BMGlyph::uv] : slh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont/BMGlyph::channel] : sli -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.BitmapFont::size] : slj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::resizable] : slk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.BitmapFont::hasChannel] : sll -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.BitmapFont::_dict] : slm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.BitmapFont/BMGlyph FairyGUI.BitmapFont::_glyph] : sln -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.BitmapFont::_scale] : slo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.BitmapFont::bottomLeft] : slp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.BitmapFont::topLeft] : slq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.BitmapFont::topRight] : slr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.BitmapFont::bottomRight] : sls -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32[] FairyGUI.BitmapFont::vertexColors] : slt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Font FairyGUI.DynamicFont::_font] : slu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.DynamicFont::_size] : slv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.DynamicFont::_ascent] : slw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.DynamicFont::_lineHeight] : slx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.DynamicFont::_scale] : sly -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.DynamicFont::_format] : slz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.FontStyle FairyGUI.DynamicFont::_style] : sma -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::_boldVertice] : smb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.CharacterInfo FairyGUI.DynamicFont::_char] : smc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.CharacterInfo FairyGUI.DynamicFont::_lineChar] : smd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.DynamicFont::_gotLineChar] : sme -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DynamicFont::bottomLeft] : smf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DynamicFont::topLeft] : smg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DynamicFont::topRight] : smh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3 FairyGUI.DynamicFont::bottomRight] : smi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DynamicFont::uvBottomLeft] : smj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DynamicFont::uvTopLeft] : smk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DynamicFont::uvTopRight] : sml -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.DynamicFont::uvBottomRight] : smm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32[] FairyGUI.DynamicFont::vertexColors] : smn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3[] FairyGUI.DynamicFont::BOLD_OFFSET] : smo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.Emoji::url] : smp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Emoji::width] : smq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.Emoji::height] : smr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.FontManager::sFontFactory] : sms -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::k__BackingField] : smt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::k__BackingField] : smu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::k__BackingField] : smv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::k__BackingField] : smw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::k__BackingField] : smx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::k__BackingField] : smy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`2 FairyGUI.InputTextField::onCopy] : smz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action`1 FairyGUI.InputTextField::onPaste] : sna -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.PopupMenu FairyGUI.InputTextField::contextMenu] : snb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_text] : snc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_restrict] : snd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.RegularExpressions.Regex FairyGUI.InputTextField::_restrictPattern] : sne -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::_displayAsPassword] : snf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_promptText] : sng -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_decodedPromptText] : snh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_border] : sni -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_corner] : snj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::_borderColor] : snk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.InputTextField::_backgroundColor] : snl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::_editable] : snm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.InputTextField::_editing] : snn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_caretPosition] : sno -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_selectionStart] : snp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::_composing] : snq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char FairyGUI.InputTextField::_highSurrogateChar] : snr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.InputTextField::_textBeforeEdit] : sns -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::_onChanged] : snt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventListener FairyGUI.InputTextField::_onSubmit] : snu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Shape FairyGUI.InputTextField::_caret] : snv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.SelectionShape FairyGUI.InputTextField::_selectionShape] : snw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.InputTextField::_nextBlink] : snx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::GUTTER_X] : sny -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputTextField::GUTTER_Y] : snz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextInputHistory FairyGUI.TextInputHistory::_inst] : soa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextInputHistory::_undoBuffer] : sob -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextInputHistory::_redoBuffer] : soc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.TextInputHistory::_currentText] : sod -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.InputTextField FairyGUI.TextInputHistory::_textField] : soe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextInputHistory::_lock] : sof -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextInputHistory::_changedFrame] : sog -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextInputHistory::maxHistoryLength] : soh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::k__BackingField] : soi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::k__BackingField] : soj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.RichTextField::k__BackingField] : sok -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextField FairyGUI.RichTextField::k__BackingField] : sol -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.RTLSupport/DirectionType FairyGUI.RTLSupport::BaseDirection] : som -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.RTLSupport::isCharsInitialized] : son -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.RTLSupport::mapping] : soo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.RTLSupport::listFinal] : sop -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.RTLSupport::listRep] : soq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder FairyGUI.RTLSupport::sbRep] : sor -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder FairyGUI.RTLSupport::sbN] : sos -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder FairyGUI.RTLSupport::sbFinal] : sot -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Text.StringBuilder FairyGUI.RTLSupport::sbReverse] : sou -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.SelectionShape::rects] : sov -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField/LineInfo::width] : sow -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField/LineInfo::height] : sox -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField/LineInfo::baseline] : soy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField/LineInfo::charIndex] : soz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int16 FairyGUI.TextField/LineInfo::charCount] : spa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField/LineInfo::y] : spb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField/LineInfo::y2] : spc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Stack`1 FairyGUI.TextField/LineInfo::pool] : spd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.VertAlignType FairyGUI.TextField::_verticalAlign] : spe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextFormat FairyGUI.TextField::_textFormat] : spf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_input] : spg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.TextField::_text] : sph -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.AutoSizeType FairyGUI.TextField::_autoSize] : spi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_wordWrap] : spj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_singleLine] : spk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_html] : spl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.RTLSupport/DirectionType FairyGUI.TextField::_textDirection] : spm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::_maxWidth] : spn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::_elements] : spo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::_lines] : spp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::_charPositions] : spq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.BaseFont FairyGUI.TextField::_font] : sps -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_textWidth] : spt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_textHeight] : spu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextField::_textChanged] : spv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_yOffset] : spw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_fontSizeScale] : spx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::_renderScale] : spy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::_fontVersion] : spz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.TextField::_parsedText] : sqa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::_ellipsisCharIndex] : sqb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.RichTextField FairyGUI.TextField::_richTextField] : sqc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::GUTTER_X] : sqd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::GUTTER_Y] : sqe -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextField::IMAGE_BASELINE] : sqf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextField::ELLIPSIS_LENGTH] : sqg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single[] FairyGUI.TextField::STROKE_OFFSET] : sqh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.TextField::sLineChars] : sqi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextFormat::size] : sqj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.TextFormat::font] : sqk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TextFormat::color] : sql -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextFormat::lineSpacing] : sqm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TextFormat::letterSpacing] : sqn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextFormat::bold] : sqo -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextFormat::underline] : sqp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextFormat::italic] : sqq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TextFormat::strikethrough] : sqr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color32[] FairyGUI.TextFormat::gradientColor] : sqs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.AlignType FairyGUI.TextFormat::align] : sqt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextFormat/SpecialStyle FairyGUI.TextFormat::specialStyle] : squ -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TextFormat::outline] : sqv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TextFormat::outlineColor] : sqw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector2 FairyGUI.TextFormat::shadowOffset] : sqx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Color FairyGUI.TextFormat::shadowColor] : sqy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.TouchScreenKeyboard FairyGUI.TouchScreenKeyboard::_keyboard] : sqz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect/d__19::<>1__state] : sra -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object FairyGUI.TypingEffect/d__19::<>2__current] : srb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.TypingEffect/d__19::interval] : srd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TypingEffect FairyGUI.TypingEffect/d__19::<>4__this] : sre -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.TextField FairyGUI.TypingEffect::_textField] : srf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3[] FairyGUI.TypingEffect::_backupVerts] : srg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.Vector3[] FairyGUI.TypingEffect::_vertices] : srh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::_stroke] : sri -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::_shadow] : srj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_printIndex] : srk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_mainLayerStart] : srl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_strokeLayerStart] : srm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_strokeDrawDirs] : srn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_vertIndex] : sro -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.TypingEffect::_mainLayerVertCount] : srp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.TypingEffect::_started] : srq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Stack`1 FairyGUI.UpdateContext::_clipStack] : srr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.UpdateContext::clipped] : srs -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.UpdateContext/ClipInfo FairyGUI.UpdateContext::clipInfo] : srt -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.UpdateContext::renderingOrder] : sru -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.UpdateContext::batchingDepth] : srv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.UpdateContext::rectMaskDepth] : srw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.UpdateContext::stencilReferenceValue] : srx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.UpdateContext::stencilCompareValue] : sry -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.UpdateContext::alpha] : srz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.UpdateContext::grayed] : ssa -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.UpdateContext::working] : ssb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.UpdateContext::OnBegin] : ssc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.UpdateContext::OnEnd] : ssd -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Action FairyGUI.UpdateContext::_tmpBegin] : sse -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventDispatcher FairyGUI.EventBridge::owner] : ssf -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventCallback0 FairyGUI.EventBridge::_callback0] : ssg -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventCallback1 FairyGUI.EventBridge::_callback1] : ssh -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventCallback1 FairyGUI.EventBridge::_captureCallback] : ssi -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.EventBridge::_dispatching] : ssj -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventDispatcher FairyGUI.EventContext::k__BackingField] : ssk -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object FairyGUI.EventContext::k__BackingField] : ssl -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.InputEvent FairyGUI.EventContext::k__BackingField] : ssm -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.EventContext::type] : ssn -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Object FairyGUI.EventContext::data] : sso -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::_defaultPrevented] : ssp -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::_stopsPropagation] : ssq -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Boolean FairyGUI.EventContext::_touchCapture] : ssr -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.List`1 FairyGUI.EventContext::callChain] : sss -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Stack`1 FairyGUI.EventContext::pool] : sst -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Collections.Generic.Dictionary`2 FairyGUI.EventDispatcher::_dic] : ssu -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.InputEvent FairyGUI.EventDispatcher::sCurrentInputEvent] : ssv -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] FairyGUI.EventBridge FairyGUI.EventListener::_bridge] : ssw -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.String FairyGUI.EventListener::_type] : ssx -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::k__BackingField] : ssy -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::k__BackingField] : ssz -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.KeyCode FairyGUI.InputEvent::k__BackingField] : sta -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Char FairyGUI.InputEvent::k__BackingField] : stb -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] UnityEngine.EventModifiers FairyGUI.InputEvent::k__BackingField] : stc -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Single FairyGUI.InputEvent::k__BackingField] : std -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::k__BackingField] : ste -[Info][OPS.OBF][OnFindMemberNames_Assemblies] Found new Field Name [[Assembly-CSharp] System.Int32 FairyGUI.InputEvent::