25872 lines
1.0 MiB
25872 lines
1.0 MiB
#include "pch-cpp.hpp"
|
|||
|
|
|
||
|
|
#ifndef _MSC_VER
|
||
|
|
# include <alloca.h>
|
||
|
|
#else
|
||
|
|
# include <malloc.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
|
||
|
|
#include <limits>
|
||
|
|
|
||
|
|
|
||
|
|
struct VirtualActionInvoker0
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
||
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename T1>
|
||
|
|
struct VirtualActionInvoker1
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
||
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename T1, typename T2>
|
||
|
|
struct VirtualActionInvoker2
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
||
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename R>
|
||
|
|
struct VirtualFuncInvoker0
|
||
|
|
{
|
||
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
||
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename R, typename T1>
|
||
|
|
struct VirtualFuncInvoker1
|
||
|
|
{
|
||
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
||
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename R, typename T1, typename T2>
|
||
|
|
struct VirtualFuncInvoker2
|
||
|
|
{
|
||
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
||
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename R, typename T1, typename T2, typename T3>
|
||
|
|
struct VirtualFuncInvoker3
|
||
|
|
{
|
||
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
||
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
struct GenericVirtualActionInvoker0
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
|
||
|
|
{
|
||
|
|
VirtualInvokeData invokeData;
|
||
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
||
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
struct InterfaceActionInvoker0
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename T1>
|
||
|
|
struct InterfaceActionInvoker1
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename T1, typename T2>
|
||
|
|
struct InterfaceActionInvoker2
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename R>
|
||
|
|
struct InterfaceFuncInvoker0
|
||
|
|
{
|
||
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
template <typename R, typename T1>
|
||
|
|
struct InterfaceFuncInvoker1
|
||
|
|
{
|
||
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
||
|
|
{
|
||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
||
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
struct GenericInterfaceActionInvoker0
|
||
|
|
{
|
||
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
||
|
|
|
||
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
|
||
|
|
{
|
||
|
|
VirtualInvokeData invokeData;
|
||
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
||
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
|
||
|
|
struct Action_1_t29B51564E49F5100689191ED6A9BFFC2081294EB;
|
||
|
|
struct Action_1_t124E26540C3E9334A77E1A11AD5132CD7F9FD364;
|
||
|
|
struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858;
|
||
|
|
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
|
||
|
|
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
|
||
|
|
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83;
|
||
|
|
struct Dictionary_2_t47D0A2686664C615BB334F3F50ADD68EB9ED4E76;
|
||
|
|
struct Dictionary_2_tD54874457561403EF9ECC22AEFBF037C1C90CEA9;
|
||
|
|
struct Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7;
|
||
|
|
struct Dictionary_2_t85AD9120F29432F3411385E2E0FDA320C3CFE071;
|
||
|
|
struct Dictionary_2_t1A4804CA9724B6CE01D6ECABE81CE0848CBA80B4;
|
||
|
|
struct Dictionary_2_t8DC8D63903B7D225EA5F729369E22E3E1E3CAB3D;
|
||
|
|
struct Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19;
|
||
|
|
struct HashSet_1_t35757AE3465613CD951F15023CC78D7935D08F40;
|
||
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
||
|
|
struct IEqualityComparer_1_t6D40F25CD8476D8981B0533DB8E31C2C84DFA31B;
|
||
|
|
struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342;
|
||
|
|
struct KeyCollection_t93885B4E5D04C301722D4D79024FEC0E3402A0BA;
|
||
|
|
struct KeyCollection_tAAC18D2B6847CC93B915B38BB5373E887985BA68;
|
||
|
|
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
|
||
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
||
|
|
struct List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B;
|
||
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
||
|
|
struct List_1_tEA4535395799A84131705B31F40B14902A937087;
|
||
|
|
struct List_1_t082EB34AE3350E999A37B865FBEE4114E73AD32F;
|
||
|
|
struct List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410;
|
||
|
|
struct List_1_tE81D44AA9C8CDB9EFD3B229212C755D15C67144C;
|
||
|
|
struct List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644;
|
||
|
|
struct List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6;
|
||
|
|
struct List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD;
|
||
|
|
struct List_1_tA9D9BC4BD5902D377130A1FE25420E5DEC51358E;
|
||
|
|
struct List_1_t4DD5D318BCC25A18292BE236849FD0A84ABCFE52;
|
||
|
|
struct List_1_t91081D44AE9C7B55108A7E536DA9E4BAF1EA3F2D;
|
||
|
|
struct List_1_t1B718E22FEBB708DBAC5290AA6C12CBE2E8F8111;
|
||
|
|
struct List_1_t4DA9A0C1B4B3174500170B562761906409CA0583;
|
||
|
|
struct List_1_tE79099D3B0DFDEC8C12A570DB6DEF77EB3BCA7E9;
|
||
|
|
struct List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA;
|
||
|
|
struct List_1_tB2E1A5DDA068632699A44745B54FF1853ABD332B;
|
||
|
|
struct List_1_tBA77921C1642686E4E6188278685DB5116AF158A;
|
||
|
|
struct List_1_tBD1C0E8E5C01A3147CF0EC8808F2516C2852B70B;
|
||
|
|
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5;
|
||
|
|
struct Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D;
|
||
|
|
struct Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF;
|
||
|
|
struct Stack_1_t37254E336991D2A7749B756C616F76B0795550AC;
|
||
|
|
struct Stack_1_t59375113B8F88B803E53E03FC1F35424F73CF286;
|
||
|
|
struct ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76;
|
||
|
|
struct ValueCollection_t1BFDF6068FEA443D17A2D38F5FC2F1F3E9200047;
|
||
|
|
struct ValueCollection_t27BFAB8E82C2A75F52A7B4DFA5D16A0D1D63D3E8;
|
||
|
|
struct EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7;
|
||
|
|
struct EntryU5BU5D_t772E8B516D18F16900F1F1D4AC27983DE55C425C;
|
||
|
|
struct EntryU5BU5D_t2673B5F6E5432D10CA38F6966BBF5AE3A31C8C68;
|
||
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
||
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
||
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
||
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
||
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
||
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
||
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
||
|
|
struct RectU5BU5D_t83297CB2E61BDF9D27DCB1A3E5C78EBCE9F7C993;
|
||
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
||
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
||
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
||
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
||
|
|
struct bbyU5BU5D_t39ACA42F18F4F8502A81146BB54C59234AB5E0A6;
|
||
|
|
struct bdsU5BU5D_t74AB2B7EDD89ED833DC318066ACA2D639F978764;
|
||
|
|
struct bfoU5BU5D_t3EAA30EBE759846FEB8B8939CC3173CA58692B22;
|
||
|
|
struct bfsU5BU5D_t5F6F88EAAF040547021A19077DD1E6C7DE3E33DF;
|
||
|
|
struct bgbU5BU5D_t84E0B34050A74E5FC3FBCB63AA5E0E4905DCDA38;
|
||
|
|
struct bggU5BU5D_tD091F3F1A97B8656A0B72B5EEAC5434BCE2B6DA3;
|
||
|
|
struct xxU5BU5D_t5C84F4CE9931AE77DD15D5611E007FE8D399FCDB;
|
||
|
|
struct zuU5BU5D_tB19830D294C0BC17C1825F2B2983211DA53927CF;
|
||
|
|
struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587;
|
||
|
|
struct bfyU5BU5D_tE5C71037506BE909B553DED7E3F64D2BEE4A174A;
|
||
|
|
struct xjU5BU5D_tC3E9CF486D4F0EB17553D3DC310AB69F9844A21B;
|
||
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
||
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
|
||
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
||
|
|
struct AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299;
|
||
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
|
||
|
|
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
|
||
|
|
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
|
||
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B;
|
||
|
|
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
|
||
|
|
struct Delegate_t;
|
||
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
||
|
|
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
|
||
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
|
||
|
|
struct Exception_t;
|
||
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
|
||
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
|
||
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
||
|
|
struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E;
|
||
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
||
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
||
|
|
struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1;
|
||
|
|
struct MethodInfo_t;
|
||
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
||
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
||
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
||
|
|
struct String_t;
|
||
|
|
struct StringBuilder_t;
|
||
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
|
||
|
|
struct TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5;
|
||
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
||
|
|
struct Tweener_tD38633F1A42EDF47A73CE3BF1894D946E830E140;
|
||
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
||
|
|
struct bab_t45049404C2911ACDC4F55E7167D5AB9E4D64BC0E;
|
||
|
|
struct ban_tF5615F139343A52C92E7E4532307CFEC29032011;
|
||
|
|
struct bbt_tD57E350288A36099A911CA5A9F92152635E20914;
|
||
|
|
struct bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE;
|
||
|
|
struct bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8;
|
||
|
|
struct bcr_t911DB75F191BCD94C91C22064CEDB2832F2FD805;
|
||
|
|
struct bcy_t4BDBDD5C36258F003A99760DFEF1BF01418E0DDB;
|
||
|
|
struct bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980;
|
||
|
|
struct bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C;
|
||
|
|
struct bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2;
|
||
|
|
struct bdl_t8E87D6A098F372ECBD466905A9A33F37DE18082F;
|
||
|
|
struct bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A;
|
||
|
|
struct bdq_tA672007D7CCFFB7F05017FD495BA644410D8B925;
|
||
|
|
struct bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA;
|
||
|
|
struct bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46;
|
||
|
|
struct bdu_t0094235EDDB187B11D4C801F455C483B39451845;
|
||
|
|
struct bdy_tA6F9883376F53F5BC4573AD2F6E485F2334DC2CB;
|
||
|
|
struct bdz_t6E294A15C3C9159ECF7C0BF7B09C52CA7170B34D;
|
||
|
|
struct bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963;
|
||
|
|
struct bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15;
|
||
|
|
struct bfm_t00E29869B54EF1AAFC171A8F68B185687098695F;
|
||
|
|
struct bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17;
|
||
|
|
struct bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A;
|
||
|
|
struct bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53;
|
||
|
|
struct bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B;
|
||
|
|
struct bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17;
|
||
|
|
struct bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA;
|
||
|
|
struct bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06;
|
||
|
|
struct bfv_tEAD19727055A339B831744ED6911CC8A5155AE92;
|
||
|
|
struct bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638;
|
||
|
|
struct bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B;
|
||
|
|
struct bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469;
|
||
|
|
struct bga_t4190CA027505DF11492C1FAE93119D37983DA35F;
|
||
|
|
struct bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810;
|
||
|
|
struct bgc_t8F157FB34BC650A3CB86D79647DB8809CE0AD2A6;
|
||
|
|
struct bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30;
|
||
|
|
struct bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8;
|
||
|
|
struct bgl_t1919F925966CEC62591E60C944D81ED6BF63A054;
|
||
|
|
struct wd_t11DD7200C1BF658023F82A8697EABF53B029A436;
|
||
|
|
struct wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47;
|
||
|
|
struct wn_tB46A5370C98CDA52BDECE035C164DC77B68844B5;
|
||
|
|
struct wp_t43ECC345309387823A8682F4EE88A98D0EC5D3CD;
|
||
|
|
struct xk_t06A8E8B7A6F1CB085D10613F457B8D6D9943AADE;
|
||
|
|
struct xl_tEBAF711D425BEA83F4F9356AF6E1C7AE291CAE7B;
|
||
|
|
struct xo_tC8E6F3D689C8B3BD1D701FCDE0AD135EA22472C7;
|
||
|
|
struct xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661;
|
||
|
|
struct xt_t11FAD72BB3709190FFCCB4E57F88CBAD6F138C96;
|
||
|
|
struct xw_t6AA2A3C718D2641EA4AF176A1ECEE032C10DB5C3;
|
||
|
|
struct ya_tB315926D5A6907D359145BB742F612F7ECE651C7;
|
||
|
|
struct yc_t4CEA213798C606980E006C9EF8B2F871624D03DA;
|
||
|
|
struct yg_t5A0157E9928528586D4E36A9EF4FE06937F37680;
|
||
|
|
struct yh_tD6B6EBCF2DBA949C2597780085151E8E040C8A39;
|
||
|
|
struct yj_t7E888C1672200288B0BEF20734D84E26975E004F;
|
||
|
|
struct yn_t44BA824461ABE534F6D9862738666F88985F56CD;
|
||
|
|
struct yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B;
|
||
|
|
struct yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230;
|
||
|
|
struct yy_t983B86E173D2677E53784B9F8080E81200918A6E;
|
||
|
|
struct yz_tC938099923D6F158A41C446DF785841EE3234B0D;
|
||
|
|
struct za_tEBF10113807AD11D29863CA15B1F86ACF857A493;
|
||
|
|
struct zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD;
|
||
|
|
struct zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8;
|
||
|
|
struct zd_t99782D6683DBD0C03B19269A4EF3BF06F753DA23;
|
||
|
|
struct ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F;
|
||
|
|
struct zg_t45FD63CA99D75A98CDC5FA178F9332BC8E05C213;
|
||
|
|
struct zj_t57080C6718B89C27110311B9EDD21D862DFB082D;
|
||
|
|
struct bev_tA8FEBFA4DF8D9EC2D754DFB9A291C5FAF7B609B6;
|
||
|
|
struct bey_t22D9B5B1DB5174913D934A1077CF92DFE87EBFD9;
|
||
|
|
struct bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68;
|
||
|
|
struct bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E;
|
||
|
|
struct we_t0A281736FA21E3D26438E2BE450BC8917F64A433;
|
||
|
|
struct xm_tD2CA4B5E6FDBD3F45204CAD7C8FED67648BCBCC5;
|
||
|
|
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t4DA9A0C1B4B3174500170B562761906409CA0583_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t37254E336991D2A7749B756C616F76B0795550AC_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfc_tBABF748E59AA8D9CA5753A7F920ACCC5AA342825_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfv_tEAD19727055A339B831744ED6911CC8A5155AE92_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bga_t4190CA027505DF11492C1FAE93119D37983DA35F_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bgc_t8F157FB34BC650A3CB86D79647DB8809CE0AD2A6_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* bgm_t2A60513785E79220241BFB17DF3801C9EDEE5227_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* yn_t44BA824461ABE534F6D9862738666F88985F56CD_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C RuntimeClass* zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0226F08F1363B72919374BC9F1AABA0AF07295F0;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral050944C3FECC08CCE9E633CD388A3631D5A99451;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral06499606AAD91FEDD073C6A97B4523A59D0D983E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral06EC5DF1A3D11340218FECC63306C537F99A28F1;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0711443E8B59C41E57456831D1B992AD9334BAD7;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09DD3AE63A707F76F8A0BCAD322EB69E0BD10832;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E62D1EEC1CF40EEC3E55E672939594A78C717D9;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E7CEA65A78D404CA66F61EFE31DDE74A9102DCB;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral115A2A79FF710A3C46524D920D150D825E4A774B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral14F91CF1C2AC70BF1DD8219E492D98C40BBB7545;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16A91CD925BC44D3B43EA97333EF46CC1ABA46F6;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1818B035DE13D8C1E36C196B0231BD89C9A851BC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B3FB425C0A1A5A27742484AF4CBE503FE3ECB9A;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B8E33C3BEEA12C4D6D4920EFE4B165BF90DDE57;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1BFD77B28E41482297D3B2FF70CEE3640F899CFD;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1C9422F372D9A26C19E8EF202722236F290BA7CC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D4BBD9BCE940A876010EE4346ABB862CE9F8EA0;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F900195F08D13EFC70A6AB7DD04412BEF64ED2C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1FB0C739F14A0B454C64FF4E3A3C5C1919B06F6F;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2C6FEF00061B0424FEE93CE74605955EC1CD2860;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2CA7A7C3F112801DD43B2537478690ACFD08C1B3;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2E677328208CD35A2DEA75AA56067A77BB28C128;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2FBAFAED6827387027E4BC77F929C6803E89362C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37027A97EC55C744BC18C5990D4AAACACDB90E70;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3751F99CEDEE1D62A06D9786147129D2F4ECF27E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A5D56B26B1A9CEDE88C8DBEC1D7FF8296992654;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C1C6619A78BD76C7A467A01AC3081D7AEC17010;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3E153F250D695D5F74273D298630B1ED18FE382F;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral40C40BE4D5B3BBB6A78D20731332B62B0835A58A;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral412E832F47086655514B3FB5D0CD6B8A6EE91152;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral41FDC774843900151F6C14D21FB4BAF0A6F1266E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4280592DE0B6051FBB5493B738B604D16E6D485A;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral461EE177B772C8076E2D62C04952F00C85951024;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4759EC987CF7EDA82297F8B6578EF9E3C64E47D2;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral475D96A8F68F54541947817EDACC46A53850134E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral484EBBCD0FEA64BB980B5551F741E6C1E58130A7;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4979435BC414A38C6A847CE4F6602518D9E784DC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4B2D115FA9EFD7494D33AE1E8A6696FFD44121FA;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C9F03784800607D6C7640BD7A9EEFCE0E4C3E0B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D3346FB4BEE9107746C0DD43E4647CB237B753A;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral51CE537827C76B3FA5B3C01636D635CAF87934C4;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5258B2F1B8D9570A3F74D913C292E0E09F073908;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5C935941E068929CD8F2F1C7CE342078FB1E719F;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5DEAE08FF1E4D1D643B6E62412A1D866466C3373;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5E764429A34FB29C347C36D9FC1D10AA544A80A0;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60880ABC8CFE289A3E2B7F25D5A61D7BEDDC468E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60AB10874232778B0F7B8297E48A716C04C868EB;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral66AB22A616B95819B6D7EC62630EBB2070A3833B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6723CB54BC6AD5F56D72B0707E90DB24D6B0319B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6782652A52E2D4F13D7063F033CA3C83400F50DF;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68ECB0CD92AE228013CA8CD14B2A415ECFBDFF7B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69907016C10E0B720C47C8697C1B04857A3E194E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6DFA82B24082997EDFD26E785DEBFD9B83B47CCE;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6E3AB2CBE111693226C3667A5FB43AA90984448C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F3CF19A45A31A89284875B48DE1B03C2874C63B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral743F8AD4B8DA239C892C93AA7384705FDBAE4894;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7AAC5FA0EE1EE9163EC56C2D110C47D218A6D205;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F5BF25818A5C23DF19F2FD6B1F41342C7D5C81D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7FD0309C4E1869EE1B298882EFC54AEE23D1D2A7;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7FFF3754EB632EBAE0155BEC41E1EDA6FE9AB72E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82C28657114268D9B5FB6F51A352151DD9D44B7E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral848F438A8F686A4F683FD4D07C4800AFE6D4BFCA;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84EECE162197B958D887542B9EFB068DCF325DE4;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87A2FD6A7D5D2E3EB03CB60BF4EB21F706F6BA57;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87E7A77CA115F3894AAB21400058FABD1C730402;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral890FA812F02D02ECB0D786E0C3ED31FA30C2BE63;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D997CE628D43E396DBCCFE74665797A0B0367E4;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8FEF66B57DCA1C43574CF42F7C3CB52E79EF6052;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8FF67A9F2F01294BCAC5CCD8E189B849FCA49D8C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral901B8EFAC94050E53E2DF4747CABD71B8AE8A558;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9859F428A7AB4998E04F36322CCC62698506BF82;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9AF220E7D77DE156979AD8AC446435682D1014E9;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9AF46660AA32B32010EE3FCAF3183E6593184498;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9CF45CAAD184C9FF56B8448D9B568CF797F6A8E4;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9DAA21D828669454A932B180EEFE1340A6C7E4B9;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA12A96D52DA85C5E49DD1578FE731ACCFDA55858;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA45AFA3B9B682451F27DAACAE5DDAFCC9166425A;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA5932C08B33F09AE7A2A2259191227E7C50E3DBC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA64E53F133D9794E4156A4C74C676A86B4593E22;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA6A1E5078EB759448DF353BAE3858BFF8153185D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA76B3A3154DD2AF4140B0C9044C1D47DA47474E9;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA871943662C3F7A021104B8630381A87489D7ECC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA45AACA674CC26C426C2F6FE01336E0DD503DA7;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAAE435E93AC68C8EC922EBFF4DE237DA72035999;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACB15A16D833D9B589446AE36CEC2D9E8B4CFAAC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF8D7CF85E5DBDB14610D03BE6C92E34A86BB913;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAFCF5E90B3DA87EC59CB6FC43AAA00ABC81EA91E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAFF790988C4C3D0E926E4EB9D05BDF35FE708466;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0AADDDCB10777660C04FFF62EE090971E9CB5CA;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB2AB7BDBA5DA688D47DA15393B959720427FA7C4;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7BCAB94887C6972ACC14B56542E7E528F5031BA;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB8274D95D4D1D2F133F439737BF55F030D399B3F;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB8AA5152780BE18631FE5E62F63BE547453D366E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB8F3E521A75AD1B7077EFF6F031D88B0F2E95983;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB9AB56CDD753AA8363330CDF11D8C9C69FCC01AD;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBACCC31621FBB224E8F989090588D7FAF7B38179;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB43137F5798267E1A82DD467143B245A821F93F;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBC78A2F5C5D86FF31313AD4219F781F5E05840D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD3AB48BDB4AF05F6413118B7071103D5D7A6AFB;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBDD1FCE4765F929F7D327D96D6B142A79351B679;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC21B286D40A961506169519F0367E67228ED742E;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2238095EBD4F10A30D221A5BE4A99DA91362DD4;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC35029609161F38ED1BB0D556BD8E4671353A33B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC52FA301ED5EF5ABFB0F2D20E5A7751B0F1DF400;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC56C4245D6C96188B2BFC715BAD338F15F9E8172;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC6271FFD338FD5FCBBB11F8EF0B2F737AEDEE152;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC655A3D0B0D1BEC5EC2B66253E66294A990D123D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC8E0C188F8F6EA72CC04A790E0C15B235AC144D0;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCB70C269B8F77A58388800D1AB2711527ECBC549;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCB9161363BF5BA6F728286C39E36E82A68449EB7;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCD002DD70C7AAC9CFF6D7D4821927E13D2989493;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCD153E2CCC6A131FF8E9566A6D319D9A9DECA4B6;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE516E840C2DDABB15861C7853C29F41547423E7;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCEE09538204AD98EAB3D28D92042369A4AA98CF2;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD1AB6616BF9578984C009BCD6A188E983662EB37;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5AF45B7BB85261D423223758338B2AC1C314688;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD7E70C57DBEB33E043F0B613BCADB3F927A529C1;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD835425485DAF8350724CFBE19D6EC1ECCBCFD91;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD85B8324396E099CADBEEB03541AE915840E4658;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDB45325A132B97ED45961607E706A694B571BC4D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC125FEC0116CADDF0C94B573A3CFA709907CE3D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC78727CD3E7B3E4653F87354CD36820F73AEB6A;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDCAF3389B2447E12594A8A42F605634903BB9FDC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD1529D74B641AB6519C5679DB4983CF2DCD11ED;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD15DE4F908D2E6730DA4FEC738954EAB5FDE982;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD3F106E28CE01A273C99F3C7FFCE64058F80CF8;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDFC5E480CAF3D3B46CF30CA39E8E1AF147D9FD72;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE162799AC05A05FEF592B0D665BE28140E296ADA;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE374C7C42659463940ECC6AF6CD9D523B4C5F6E0;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE554F157D8AEC7624AE0A2658E9C2110C087E9CC;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEAFFB04EF189B5674BE387916B6D0E14217FC2AE;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralED5B4F99E162663D723E859CD07D48C6436079DB;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEE21577AF3EB5F11858C18F148FA79C67C9BF542;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF2D3C24BC675B9360B499955DA208EE19822C67;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF9024EE27B2766CBA80FDB4B807EA271AAAA34C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1585D01E877C05EA3A45FA09A7E4A0509458709;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1E3744356EAC23657287E3F9EDA22262C5228C4;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF26F502B14F503952C33ADFF928357DED0388E8D;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF300D2310959AF105732D339376803869D9B2B91;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF8A4D2876D95E2E4080FF6F00CA9C9C328445128;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9728CDAA55F0937D907D61236DFF919D10C776C;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9936422BA0A3D9BC20618CDE72BA16FC6E65898;
|
||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mD3472A12BDAA9F4BFF4866D6501C078DEEFA4131_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mE8C424FF04E55BFF2E4BE2122DDC055B82D42148_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6799E1A20DEF7D6381EDD8BEE7EB17D080625F15_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m6EBFD23F94E8F42E2E992CCDA5F3C6F866484FD5_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m1E0C68798110AAF2DB1ED61D192CA2070F2F8A7D_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m63210C6F2DE19635D297D7166EA2F70526F4F5C7_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5_m738EE3C99A53E1BDC05E196C195099D77DE04FAF_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m6D00F35C44B2A028DE999B0C249FF02FFAC7E7B3_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m08A9C7323901E8B912FF02E5E1D301A081F15965_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m01A98FED58D3B2813AAB61615D56C70545E4C0FE_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m81BAF7A272BDA64F47BF61CE46D230315ECE4BE7_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mDCC1C447C6D0F764F528BDA6C2C9D27898317710_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD487F073D9D49B42BE86450B98789D5D89177025_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m1D51D1E83BBFD81A21F31E456FCA2487966D4E2C_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m502E2CC8F3E4EFC8E1EF39398E9965839D0627E0_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m736E4B5DCC8ED14D77770C1AAFC48B06F6E62601_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7378FB9E49C2174C7EBCA2FB216F6879361311EC_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8A2049BD6FC00B8424177ADBB2B336F4A774F8BA_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDE912933DA194EF92DA68DD6BDD1770F08D3E64F_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Clear_mB8AA6EE2D13A921310A00AED0326B1B0E5C66FE7_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m6EA5EA30CC8B8A17CE5B3799045EC89A6FF75617_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mD9A8E4D9F84EA24DB0407E89BC071B5C5057C42B_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m6DAE2B7AF553E3AB559DFD16BFC5CDB752296002_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m0430F4EDC674BEDF335E47AA8190A2D9CDB060FA_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mF974F155A4E24311C7B429E49EA0506066B2D013_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m8BE26DBFAFEBCEC0D75D69A548FF975EA5E50495_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_mD7B8A8EC61C6FDBDE31E6FD888DEF5618EDEDDB6_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfl_fqe_m801FE03E3168FB18938F1BEC8326723E22FF0AEB_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfl_fqh_mD542E7C5C9E8C0DA1B8C69102095E0F6800BFF11_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfl_fqi_mD8DCF3718519C46D914AD5090E27557C68D5EF97_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfl_fqj_m66A959BD58CED2D67B69CEB532095FA713F1DA06_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfl_fqk_mDB7CBAF736844D80E2C6170FB48296AC18CCC03C_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfp_ReadBytes_m6308448C3A65B04F6E706D6DCA0D62E74194A4AC_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfp_ReadBytes_mB892C9E19C3A4B67D600DF8336B8651E8054C08E_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfp_bfh_mEC02668BC93860E85C00C5B1EE67D7CD43A9599F_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfp_emf_mC9935E1A24AAE5D8F0E733841E57008031C38FD8_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfp_gej_m984FD175A9FAE8B5C0145D279872CDFD47AAFAF0_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfp_nvh_m11ED10AB6DE2E96D8A14FD117DA63D4032542B5E_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfq_fqo_m496C622E55BF88BEDA411F327BBD4B5CBEF9F51D_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfv_fqr_mEAA143D2108CF9403803EE4038050EDB4437FB99_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfv_fqs_mD4D900716D68A9B403E3639EA3FD1ADF103C8892_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bfv_fqt_m12ED0FF15DB344DD9C9E07FB5536CB384FE0AD04_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bga_fqz_m3F7F35624C3C64CFAF6ABDA857F0A63BB727E10A_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bgf_fra_mFE04F63A12F021C0B0F16BEDD6B0348B2141A985_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bgf_frb_m4B7006D4C6791A513E46CEAF8DDC910198E4EC7A_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bgf_frc_m88F4233F795398C5039E4515859B11655BB3C5C7_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bgf_frd_m81DE60DB0FABF76B497E4226207AAAD0F77B0C56_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bgf_fre_m2ED0459B79F69D3620FFB9AD0905523B0DCED8CF_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bgf_frf_mDE01DFD862D063D552DC75319B1C6F95D74267A1_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bgf_frg_m52DC30566A346C6FE3BADF4B2692EF6DC2A87364_RuntimeMethod_var;
|
||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* bgg_Parse_m94725A92DB15976A36BAF1EAB946D05C3366B029_RuntimeMethod_var;
|
||
|
|
struct Delegate_t_marshaled_com;
|
||
|
|
struct Delegate_t_marshaled_pinvoke;
|
||
|
|
struct Exception_t_marshaled_com;
|
||
|
|
struct Exception_t_marshaled_pinvoke;
|
||
|
|
|
||
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
||
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
|
||
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
||
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
||
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
||
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
|
||
|
|
struct zuU5BU5D_tB19830D294C0BC17C1825F2B2983211DA53927CF;
|
||
|
|
|
||
|
|
IL2CPP_EXTERN_C_BEGIN
|
||
|
|
IL2CPP_EXTERN_C_END
|
||
|
|
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83 : public RuntimeObject
|
||
|
|
{
|
||
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
|
||
|
|
EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7* ____entries;
|
||
|
|
int32_t ____count;
|
||
|
|
int32_t ____freeList;
|
||
|
|
int32_t ____freeCount;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____comparer;
|
||
|
|
KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* ____keys;
|
||
|
|
ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76* ____values;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7 : public RuntimeObject
|
||
|
|
{
|
||
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
|
||
|
|
EntryU5BU5D_t772E8B516D18F16900F1F1D4AC27983DE55C425C* ____entries;
|
||
|
|
int32_t ____count;
|
||
|
|
int32_t ____freeList;
|
||
|
|
int32_t ____freeCount;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____comparer;
|
||
|
|
KeyCollection_t93885B4E5D04C301722D4D79024FEC0E3402A0BA* ____keys;
|
||
|
|
ValueCollection_t1BFDF6068FEA443D17A2D38F5FC2F1F3E9200047* ____values;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19 : public RuntimeObject
|
||
|
|
{
|
||
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
|
||
|
|
EntryU5BU5D_t2673B5F6E5432D10CA38F6966BBF5AE3A31C8C68* ____entries;
|
||
|
|
int32_t ____count;
|
||
|
|
int32_t ____freeList;
|
||
|
|
int32_t ____freeCount;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____comparer;
|
||
|
|
KeyCollection_tAAC18D2B6847CC93B915B38BB5373E887985BA68* ____keys;
|
||
|
|
ValueCollection_t27BFAB8E82C2A75F52A7B4DFA5D16A0D1D63D3E8* ____values;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
|
||
|
|
{
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B : public RuntimeObject
|
||
|
|
{
|
||
|
|
RectU5BU5D_t83297CB2E61BDF9D27DCB1A3E5C78EBCE9F7C993* ____items;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410 : public RuntimeObject
|
||
|
|
{
|
||
|
|
bdsU5BU5D_t74AB2B7EDD89ED833DC318066ACA2D639F978764* ____items;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644 : public RuntimeObject
|
||
|
|
{
|
||
|
|
bfoU5BU5D_t3EAA30EBE759846FEB8B8939CC3173CA58692B22* ____items;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6 : public RuntimeObject
|
||
|
|
{
|
||
|
|
bfsU5BU5D_t5F6F88EAAF040547021A19077DD1E6C7DE3E33DF* ____items;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD : public RuntimeObject
|
||
|
|
{
|
||
|
|
bggU5BU5D_tD091F3F1A97B8656A0B72B5EEAC5434BCE2B6DA3* ____items;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct List_1_t4DA9A0C1B4B3174500170B562761906409CA0583 : public RuntimeObject
|
||
|
|
{
|
||
|
|
zuU5BU5D_tB19830D294C0BC17C1825F2B2983211DA53927CF* ____items;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA : public RuntimeObject
|
||
|
|
{
|
||
|
|
bfyU5BU5D_tE5C71037506BE909B553DED7E3F64D2BEE4A174A* ____items;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5 : public RuntimeObject
|
||
|
|
{
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D : public RuntimeObject
|
||
|
|
{
|
||
|
|
bfsU5BU5D_t5F6F88EAAF040547021A19077DD1E6C7DE3E33DF* ____array;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF : public RuntimeObject
|
||
|
|
{
|
||
|
|
bgbU5BU5D_t84E0B34050A74E5FC3FBCB63AA5E0E4905DCDA38* ____array;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct Stack_1_t37254E336991D2A7749B756C616F76B0795550AC : public RuntimeObject
|
||
|
|
{
|
||
|
|
bggU5BU5D_tD091F3F1A97B8656A0B72B5EEAC5434BCE2B6DA3* ____array;
|
||
|
|
int32_t ____size;
|
||
|
|
int32_t ____version;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27 : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
|
||
|
|
{
|
||
|
|
int32_t ___m_codePage;
|
||
|
|
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem;
|
||
|
|
bool ___m_deserializedFromEverett;
|
||
|
|
bool ___m_isReadOnly;
|
||
|
|
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback;
|
||
|
|
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback;
|
||
|
|
};
|
||
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject
|
||
|
|
{
|
||
|
|
bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets;
|
||
|
|
int32_t ____count;
|
||
|
|
int32_t ____occupancy;
|
||
|
|
int32_t ____loadsize;
|
||
|
|
float ____loadFactor;
|
||
|
|
int32_t ____version;
|
||
|
|
bool ____isWriterInProgress;
|
||
|
|
RuntimeObject* ____keys;
|
||
|
|
RuntimeObject* ____values;
|
||
|
|
RuntimeObject* ____keycomparer;
|
||
|
|
RuntimeObject* ____syncRoot;
|
||
|
|
};
|
||
|
|
struct String_t : public RuntimeObject
|
||
|
|
{
|
||
|
|
int32_t ____stringLength;
|
||
|
|
Il2CppChar ____firstChar;
|
||
|
|
};
|
||
|
|
struct StringBuilder_t : public RuntimeObject
|
||
|
|
{
|
||
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars;
|
||
|
|
StringBuilder_t* ___m_ChunkPrevious;
|
||
|
|
int32_t ___m_ChunkLength;
|
||
|
|
int32_t ___m_ChunkOffset;
|
||
|
|
int32_t ___m_MaxCapacity;
|
||
|
|
};
|
||
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17 : public RuntimeObject
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* ___loi;
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* ___loj;
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* ___lok;
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* ___lol;
|
||
|
|
TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* ___lom;
|
||
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___lon;
|
||
|
|
};
|
||
|
|
struct bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A : public RuntimeObject
|
||
|
|
{
|
||
|
|
float ___interval;
|
||
|
|
int32_t ___repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___callback;
|
||
|
|
RuntimeObject* ___param;
|
||
|
|
float ___elapsed;
|
||
|
|
bool ___deleted;
|
||
|
|
};
|
||
|
|
struct bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53 : public RuntimeObject
|
||
|
|
{
|
||
|
|
bool ___littleEndian;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___stringTable;
|
||
|
|
int32_t ___version;
|
||
|
|
int32_t ___lop;
|
||
|
|
int32_t ___loq;
|
||
|
|
int32_t ___lor;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___los;
|
||
|
|
};
|
||
|
|
struct bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B : public RuntimeObject
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___U3ClovU3Ek__BackingField;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___low;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___lox;
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* ___loy;
|
||
|
|
};
|
||
|
|
struct bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA : public RuntimeObject
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* ___U3ClpbU3Ek__BackingField;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___lpc;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___lpd;
|
||
|
|
bool ___lpe;
|
||
|
|
};
|
||
|
|
struct bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06 : public RuntimeObject
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* ___U3ClpfU3Ek__BackingField;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___lpg;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___lph;
|
||
|
|
bool ___lpi;
|
||
|
|
};
|
||
|
|
struct bfv_tEAD19727055A339B831744ED6911CC8A5155AE92 : public RuntimeObject
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___lpj;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___lpk;
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* ___lpl;
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* ___lpm;
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* ___lpn;
|
||
|
|
zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* ___lpo;
|
||
|
|
};
|
||
|
|
struct bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638 : public RuntimeObject
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* ___lpp;
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* ___lpq;
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* ___lpr;
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* ___lps;
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* ___lpt;
|
||
|
|
};
|
||
|
|
struct bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469 : public RuntimeObject
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* ___lpv;
|
||
|
|
int32_t ___lpw;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* ___lpx;
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* ___lpy;
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* ___lpz;
|
||
|
|
};
|
||
|
|
struct bga_t4190CA027505DF11492C1FAE93119D37983DA35F : public RuntimeObject
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* ___U3ClqcU3Ek__BackingField;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___lqd;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___lqe;
|
||
|
|
zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* ___lqf;
|
||
|
|
};
|
||
|
|
struct bgd_t4841F13377D87FDE966121C9D24605A20C4DBDBA : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30 : public RuntimeObject
|
||
|
|
{
|
||
|
|
String_t* ___lqg;
|
||
|
|
int32_t ___lqh;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* ___defaultTagHandler;
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* ___handlers;
|
||
|
|
int32_t ___defaultImgWidth;
|
||
|
|
int32_t ___defaultImgHeight;
|
||
|
|
};
|
||
|
|
struct bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8 : public RuntimeObject
|
||
|
|
{
|
||
|
|
String_t* ___name;
|
||
|
|
String_t* ___text;
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___lqi;
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* ___lqj;
|
||
|
|
};
|
||
|
|
struct bgi_t91EFF8042727D35F608D51DF86880B26610C5A57 : public RuntimeObject
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct bgl_t1919F925966CEC62591E60C944D81ED6BF63A054 : public RuntimeObject
|
||
|
|
{
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* ___rawList;
|
||
|
|
};
|
||
|
|
struct za_tEBF10113807AD11D29863CA15B1F86ACF857A493 : public RuntimeObject
|
||
|
|
{
|
||
|
|
zd_t99782D6683DBD0C03B19269A4EF3BF06F753DA23* ___U3CkrfU3Ek__BackingField;
|
||
|
|
RuntimeObject* ___U3CkrgU3Ek__BackingField;
|
||
|
|
zg_t45FD63CA99D75A98CDC5FA178F9332BC8E05C213* ___U3CkrhU3Ek__BackingField;
|
||
|
|
String_t* ___type;
|
||
|
|
RuntimeObject* ___data;
|
||
|
|
bool ___kri;
|
||
|
|
bool ___krj;
|
||
|
|
bool ___krk;
|
||
|
|
List_1_t1B718E22FEBB708DBAC5290AA6C12CBE2E8F8111* ___krl;
|
||
|
|
};
|
||
|
|
struct zd_t99782D6683DBD0C03B19269A4EF3BF06F753DA23 : public RuntimeObject
|
||
|
|
{
|
||
|
|
Dictionary_2_tD54874457561403EF9ECC22AEFBF037C1C90CEA9* ___krn;
|
||
|
|
};
|
||
|
|
struct ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F : public RuntimeObject
|
||
|
|
{
|
||
|
|
yz_tC938099923D6F158A41C446DF785841EE3234B0D* ___krp;
|
||
|
|
String_t* ___krq;
|
||
|
|
};
|
||
|
|
struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230
|
||
|
|
{
|
||
|
|
RuntimeObject* ___key;
|
||
|
|
RuntimeObject* ___value;
|
||
|
|
};
|
||
|
|
struct KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A
|
||
|
|
{
|
||
|
|
String_t* ___key;
|
||
|
|
String_t* ___value;
|
||
|
|
};
|
||
|
|
struct KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___key;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* ___value;
|
||
|
|
};
|
||
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
||
|
|
{
|
||
|
|
bool ___m_value;
|
||
|
|
};
|
||
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
||
|
|
{
|
||
|
|
uint8_t ___m_value;
|
||
|
|
};
|
||
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
||
|
|
{
|
||
|
|
Il2CppChar ___m_value;
|
||
|
|
};
|
||
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
||
|
|
{
|
||
|
|
float ___r;
|
||
|
|
float ___g;
|
||
|
|
float ___b;
|
||
|
|
float ___a;
|
||
|
|
};
|
||
|
|
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
|
||
|
|
{
|
||
|
|
union
|
||
|
|
{
|
||
|
|
#pragma pack(push, tp, 1)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
int32_t ___rgba;
|
||
|
|
};
|
||
|
|
#pragma pack(pop, tp)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
int32_t ___rgba_forAlignmentOnly;
|
||
|
|
};
|
||
|
|
#pragma pack(push, tp, 1)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
uint8_t ___r;
|
||
|
|
};
|
||
|
|
#pragma pack(pop, tp)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
uint8_t ___r_forAlignmentOnly;
|
||
|
|
};
|
||
|
|
#pragma pack(push, tp, 1)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
char ___g_OffsetPadding[1];
|
||
|
|
uint8_t ___g;
|
||
|
|
};
|
||
|
|
#pragma pack(pop, tp)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
char ___g_OffsetPadding_forAlignmentOnly[1];
|
||
|
|
uint8_t ___g_forAlignmentOnly;
|
||
|
|
};
|
||
|
|
#pragma pack(push, tp, 1)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
char ___b_OffsetPadding[2];
|
||
|
|
uint8_t ___b;
|
||
|
|
};
|
||
|
|
#pragma pack(pop, tp)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
char ___b_OffsetPadding_forAlignmentOnly[2];
|
||
|
|
uint8_t ___b_forAlignmentOnly;
|
||
|
|
};
|
||
|
|
#pragma pack(push, tp, 1)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
char ___a_OffsetPadding[3];
|
||
|
|
uint8_t ___a;
|
||
|
|
};
|
||
|
|
#pragma pack(pop, tp)
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
char ___a_OffsetPadding_forAlignmentOnly[3];
|
||
|
|
uint8_t ___a_forAlignmentOnly;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
||
|
|
{
|
||
|
|
double ___m_value;
|
||
|
|
};
|
||
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
|
||
|
|
{
|
||
|
|
int16_t ___m_value;
|
||
|
|
};
|
||
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
||
|
|
{
|
||
|
|
int32_t ___m_value;
|
||
|
|
};
|
||
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
||
|
|
{
|
||
|
|
int64_t ___m_value;
|
||
|
|
};
|
||
|
|
struct IntPtr_t
|
||
|
|
{
|
||
|
|
void* ___m_value;
|
||
|
|
};
|
||
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
|
||
|
|
{
|
||
|
|
float ___m00;
|
||
|
|
float ___m10;
|
||
|
|
float ___m20;
|
||
|
|
float ___m30;
|
||
|
|
float ___m01;
|
||
|
|
float ___m11;
|
||
|
|
float ___m21;
|
||
|
|
float ___m31;
|
||
|
|
float ___m02;
|
||
|
|
float ___m12;
|
||
|
|
float ___m22;
|
||
|
|
float ___m32;
|
||
|
|
float ___m03;
|
||
|
|
float ___m13;
|
||
|
|
float ___m23;
|
||
|
|
float ___m33;
|
||
|
|
};
|
||
|
|
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
|
||
|
|
{
|
||
|
|
float ___m_XMin;
|
||
|
|
float ___m_YMin;
|
||
|
|
float ___m_Width;
|
||
|
|
float ___m_Height;
|
||
|
|
};
|
||
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
||
|
|
{
|
||
|
|
float ___m_value;
|
||
|
|
};
|
||
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
|
||
|
|
{
|
||
|
|
uint16_t ___m_value;
|
||
|
|
};
|
||
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
||
|
|
{
|
||
|
|
uint32_t ___m_value;
|
||
|
|
};
|
||
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
||
|
|
{
|
||
|
|
float ___x;
|
||
|
|
float ___y;
|
||
|
|
};
|
||
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
||
|
|
{
|
||
|
|
float ___x;
|
||
|
|
float ___y;
|
||
|
|
float ___z;
|
||
|
|
};
|
||
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
|
||
|
|
{
|
||
|
|
float ___x;
|
||
|
|
float ___y;
|
||
|
|
float ___z;
|
||
|
|
float ___w;
|
||
|
|
};
|
||
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
||
|
|
{
|
||
|
|
union
|
||
|
|
{
|
||
|
|
struct
|
||
|
|
{
|
||
|
|
};
|
||
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
||
|
|
};
|
||
|
|
};
|
||
|
|
struct bdt_t5A5B71F26E2364D0F7C7FCE0DCFAA44AB069383B
|
||
|
|
{
|
||
|
|
int32_t ___left;
|
||
|
|
int32_t ___right;
|
||
|
|
int32_t ___top;
|
||
|
|
int32_t ___bottom;
|
||
|
|
};
|
||
|
|
struct bgj_t6E73682718BB2F7163595805C957FE99716CAA6C
|
||
|
|
{
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* ___lqz;
|
||
|
|
String_t* ___lra;
|
||
|
|
int32_t ___lrb;
|
||
|
|
int32_t ___lrc;
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___lrd;
|
||
|
|
};
|
||
|
|
struct bgj_t6E73682718BB2F7163595805C957FE99716CAA6C_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* ___lqz;
|
||
|
|
char* ___lra;
|
||
|
|
int32_t ___lrb;
|
||
|
|
int32_t ___lrc;
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___lrd;
|
||
|
|
};
|
||
|
|
struct bgj_t6E73682718BB2F7163595805C957FE99716CAA6C_marshaled_com
|
||
|
|
{
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* ___lqz;
|
||
|
|
Il2CppChar* ___lra;
|
||
|
|
int32_t ___lrb;
|
||
|
|
int32_t ___lrc;
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___lrd;
|
||
|
|
};
|
||
|
|
struct Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9
|
||
|
|
{
|
||
|
|
Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary;
|
||
|
|
int32_t ____version;
|
||
|
|
int32_t ____index;
|
||
|
|
KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 ____current;
|
||
|
|
int32_t ____getEnumeratorRetType;
|
||
|
|
};
|
||
|
|
struct Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____dictionary;
|
||
|
|
int32_t ____version;
|
||
|
|
int32_t ____index;
|
||
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A ____current;
|
||
|
|
int32_t ____getEnumeratorRetType;
|
||
|
|
};
|
||
|
|
struct Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* ____dictionary;
|
||
|
|
int32_t ____version;
|
||
|
|
int32_t ____index;
|
||
|
|
KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 ____current;
|
||
|
|
int32_t ____getEnumeratorRetType;
|
||
|
|
};
|
||
|
|
struct Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440
|
||
|
|
{
|
||
|
|
bool ___hasValue;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___value;
|
||
|
|
};
|
||
|
|
struct Nullable_1_t5070FF5B4129C859CA3EFC7B94E615A818E11144
|
||
|
|
{
|
||
|
|
bool ___hasValue;
|
||
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___value;
|
||
|
|
};
|
||
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
|
||
|
|
{
|
||
|
|
intptr_t ___m_Ptr;
|
||
|
|
};
|
||
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
intptr_t ___m_Ptr;
|
||
|
|
};
|
||
|
|
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
|
||
|
|
{
|
||
|
|
intptr_t ___m_Ptr;
|
||
|
|
};
|
||
|
|
struct Delegate_t : public RuntimeObject
|
||
|
|
{
|
||
|
|
intptr_t ___method_ptr;
|
||
|
|
intptr_t ___invoke_impl;
|
||
|
|
RuntimeObject* ___m_target;
|
||
|
|
intptr_t ___method;
|
||
|
|
intptr_t ___delegate_trampoline;
|
||
|
|
intptr_t ___extra_arg;
|
||
|
|
intptr_t ___method_code;
|
||
|
|
intptr_t ___interp_method;
|
||
|
|
intptr_t ___interp_invoke_impl;
|
||
|
|
MethodInfo_t* ___method_info;
|
||
|
|
MethodInfo_t* ___original_method_info;
|
||
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
||
|
|
bool ___method_is_virtual;
|
||
|
|
};
|
||
|
|
struct Delegate_t_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
intptr_t ___method_ptr;
|
||
|
|
intptr_t ___invoke_impl;
|
||
|
|
Il2CppIUnknown* ___m_target;
|
||
|
|
intptr_t ___method;
|
||
|
|
intptr_t ___delegate_trampoline;
|
||
|
|
intptr_t ___extra_arg;
|
||
|
|
intptr_t ___method_code;
|
||
|
|
intptr_t ___interp_method;
|
||
|
|
intptr_t ___interp_invoke_impl;
|
||
|
|
MethodInfo_t* ___method_info;
|
||
|
|
MethodInfo_t* ___original_method_info;
|
||
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
||
|
|
int32_t ___method_is_virtual;
|
||
|
|
};
|
||
|
|
struct Delegate_t_marshaled_com
|
||
|
|
{
|
||
|
|
intptr_t ___method_ptr;
|
||
|
|
intptr_t ___invoke_impl;
|
||
|
|
Il2CppIUnknown* ___m_target;
|
||
|
|
intptr_t ___method;
|
||
|
|
intptr_t ___delegate_trampoline;
|
||
|
|
intptr_t ___extra_arg;
|
||
|
|
intptr_t ___method_code;
|
||
|
|
intptr_t ___interp_method;
|
||
|
|
intptr_t ___interp_invoke_impl;
|
||
|
|
MethodInfo_t* ___method_info;
|
||
|
|
MethodInfo_t* ___original_method_info;
|
||
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
||
|
|
int32_t ___method_is_virtual;
|
||
|
|
};
|
||
|
|
struct Exception_t : public RuntimeObject
|
||
|
|
{
|
||
|
|
String_t* ____className;
|
||
|
|
String_t* ____message;
|
||
|
|
RuntimeObject* ____data;
|
||
|
|
Exception_t* ____innerException;
|
||
|
|
String_t* ____helpURL;
|
||
|
|
RuntimeObject* ____stackTrace;
|
||
|
|
String_t* ____stackTraceString;
|
||
|
|
String_t* ____remoteStackTraceString;
|
||
|
|
int32_t ____remoteStackIndex;
|
||
|
|
RuntimeObject* ____dynamicMethods;
|
||
|
|
int32_t ____HResult;
|
||
|
|
String_t* ____source;
|
||
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
||
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
||
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
|
||
|
|
int32_t ___caught_in_unmanaged;
|
||
|
|
};
|
||
|
|
struct Exception_t_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
char* ____className;
|
||
|
|
char* ____message;
|
||
|
|
RuntimeObject* ____data;
|
||
|
|
Exception_t_marshaled_pinvoke* ____innerException;
|
||
|
|
char* ____helpURL;
|
||
|
|
Il2CppIUnknown* ____stackTrace;
|
||
|
|
char* ____stackTraceString;
|
||
|
|
char* ____remoteStackTraceString;
|
||
|
|
int32_t ____remoteStackIndex;
|
||
|
|
Il2CppIUnknown* ____dynamicMethods;
|
||
|
|
int32_t ____HResult;
|
||
|
|
char* ____source;
|
||
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
||
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
||
|
|
Il2CppSafeArray* ___native_trace_ips;
|
||
|
|
int32_t ___caught_in_unmanaged;
|
||
|
|
};
|
||
|
|
struct Exception_t_marshaled_com
|
||
|
|
{
|
||
|
|
Il2CppChar* ____className;
|
||
|
|
Il2CppChar* ____message;
|
||
|
|
RuntimeObject* ____data;
|
||
|
|
Exception_t_marshaled_com* ____innerException;
|
||
|
|
Il2CppChar* ____helpURL;
|
||
|
|
Il2CppIUnknown* ____stackTrace;
|
||
|
|
Il2CppChar* ____stackTraceString;
|
||
|
|
Il2CppChar* ____remoteStackTraceString;
|
||
|
|
int32_t ____remoteStackIndex;
|
||
|
|
Il2CppIUnknown* ____dynamicMethods;
|
||
|
|
int32_t ____HResult;
|
||
|
|
Il2CppChar* ____source;
|
||
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
||
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
||
|
|
Il2CppSafeArray* ___native_trace_ips;
|
||
|
|
int32_t ___caught_in_unmanaged;
|
||
|
|
};
|
||
|
|
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
||
|
|
{
|
||
|
|
intptr_t ___m_CachedPtr;
|
||
|
|
};
|
||
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
intptr_t ___m_CachedPtr;
|
||
|
|
};
|
||
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
||
|
|
{
|
||
|
|
intptr_t ___m_CachedPtr;
|
||
|
|
};
|
||
|
|
struct RenderMode_tB63553E26C26A0B62C47B995F86AC41768494633
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bar_t49AF5F8CD3CAF55FE64837788FD103875C92E981
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bas_t843BFFB82E24A455C6D196E95E8902AB1F934118
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bat_t5C844503E35B8B84A1204044BDC4F3EF357B133F
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bau_t5C209D915A4D1E43D53959F0BCBECD802633FE47
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct baw_t96978D56112C908AED8D8E459802E997341FD7EE
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bax_t03A10212399B3081EFE58D61B07A3C9EACBA83C2
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct baz_tEF6A6AEC607D0A215B57354365B33163DB66563F
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bba_tB3546CFF86DD069F64604F91AAB79A5D89EFC28B
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bbh_tEFD0FB5E69BB583059966FD2B9A2A750833C9074
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bbi_t7CF5A587A0B9721D459B3C14B5F4E274C9E80404
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bfr_t3E91EB9D09C70F292A1DA67ABCE1C26E4F594B73
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B : public RuntimeObject
|
||
|
|
{
|
||
|
|
bool ___linkUnderline;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___linkColor;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___linkBgColor;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___linkHoverBgColor;
|
||
|
|
bool ___ignoreWhiteSpace;
|
||
|
|
};
|
||
|
|
struct bgh_tDED0864EF5101E874ED477D2BBDFECE59ED47436
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct vz_t26C0B47BE1C0B77E5CF1197AE73B21825A93F875
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct xp_tB95AE55669029A25143C3E8C3D3C21827E9E622A
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct wf_t68923D5D2AAAC05B01D042D4BFABC4456861F602
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct yl_tAC431B160B13B8309EB3110936163DE6B5E85280
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct ys_t414A9885F5840669816628E385482342914E4CA7
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct zt_t1F473A51C769D8905903B7B9E3E654A633BD6D5F
|
||
|
|
{
|
||
|
|
int32_t ___value__;
|
||
|
|
};
|
||
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct MulticastDelegate_t : public Delegate_t
|
||
|
|
{
|
||
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
|
||
|
|
};
|
||
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
Delegate_t_marshaled_pinvoke** ___delegates;
|
||
|
|
};
|
||
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
||
|
|
{
|
||
|
|
Delegate_t_marshaled_com** ___delegates;
|
||
|
|
};
|
||
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C : public zd_t99782D6683DBD0C03B19269A4EF3BF06F753DA23
|
||
|
|
{
|
||
|
|
int32_t ___rt_Id;
|
||
|
|
String_t* ___rt_Info;
|
||
|
|
float ___rt_Value;
|
||
|
|
RuntimeObject* ___rt_Param;
|
||
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___rt_Func;
|
||
|
|
bab_t45049404C2911ACDC4F55E7167D5AB9E4D64BC0E* ___rt_GTweener;
|
||
|
|
Tweener_tD38633F1A42EDF47A73CE3BF1894D946E830E140* ___rt_Tweener;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___rt_GObject;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___rt_GComponent;
|
||
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___rt_UObject;
|
||
|
|
String_t* ___U3ClcnU3Ek__BackingField;
|
||
|
|
String_t* ___U3ClcoU3Ek__BackingField;
|
||
|
|
String_t* ___U3ClcpU3Ek__BackingField;
|
||
|
|
String_t* ___name;
|
||
|
|
RuntimeObject* ___data;
|
||
|
|
String_t* ___customData;
|
||
|
|
int32_t ___sourceWidth;
|
||
|
|
int32_t ___sourceHeight;
|
||
|
|
int32_t ___initWidth;
|
||
|
|
int32_t ___initHeight;
|
||
|
|
int32_t ___minWidth;
|
||
|
|
int32_t ___maxWidth;
|
||
|
|
int32_t ___minHeight;
|
||
|
|
int32_t ___maxHeight;
|
||
|
|
bdy_tA6F9883376F53F5BC4573AD2F6E485F2334DC2CB* ___U3ClcqU3Ek__BackingField;
|
||
|
|
Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___dragBounds;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___U3ClcrU3Ek__BackingField;
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* ___U3ClcsU3Ek__BackingField;
|
||
|
|
bdu_t0094235EDDB187B11D4C801F455C483B39451845* ___packageItem;
|
||
|
|
float ___lcu;
|
||
|
|
float ___lcv;
|
||
|
|
float ___lcw;
|
||
|
|
float ___lcx;
|
||
|
|
float ___lcy;
|
||
|
|
bool ___lcz;
|
||
|
|
float ___lda;
|
||
|
|
float ___ldb;
|
||
|
|
float ___ldc;
|
||
|
|
float ___ldd;
|
||
|
|
bool ___lde;
|
||
|
|
bool ___ldf;
|
||
|
|
bool ___ldg;
|
||
|
|
bool ___ldh;
|
||
|
|
bool ___ldi;
|
||
|
|
bool ___ldj;
|
||
|
|
float ___ldk;
|
||
|
|
float ___ldl;
|
||
|
|
int32_t ___ldm;
|
||
|
|
String_t* ___ldn;
|
||
|
|
bcr_t911DB75F191BCD94C91C22064CEDB2832F2FD805* ___ldo;
|
||
|
|
bbyU5BU5D_t39ACA42F18F4F8502A81146BB54C59234AB5E0A6* ___ldp;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___ldq;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___ldr;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___lds;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___ldt;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___ldu;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___ldv;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___ldw;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___ldx;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___ldy;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___ldz;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___lea;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___leb;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___lec;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___led;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___lee;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___lef;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___leg;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___leh;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___lei;
|
||
|
|
bool ___lej;
|
||
|
|
float ___lek;
|
||
|
|
float ___lel;
|
||
|
|
float ___lem;
|
||
|
|
float ___len;
|
||
|
|
bool ___leo;
|
||
|
|
float ___lep;
|
||
|
|
bool ___leq;
|
||
|
|
bdq_tA672007D7CCFFB7F05017FD495BA644410D8B925* ___ler;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___let;
|
||
|
|
bool ___leu;
|
||
|
|
};
|
||
|
|
struct bdu_t0094235EDDB187B11D4C801F455C483B39451845 : public RuntimeObject
|
||
|
|
{
|
||
|
|
bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963* ___owner;
|
||
|
|
int32_t ___type;
|
||
|
|
int32_t ___objectType;
|
||
|
|
String_t* ___id;
|
||
|
|
String_t* ___name;
|
||
|
|
int32_t ___width;
|
||
|
|
int32_t ___height;
|
||
|
|
String_t* ___file;
|
||
|
|
bool ___exported;
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* ___texture;
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* ___rawData;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___branches;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___highResolution;
|
||
|
|
Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___scale9Grid;
|
||
|
|
bool ___scaleByTile;
|
||
|
|
int32_t ___tileGridIndice;
|
||
|
|
wp_t43ECC345309387823A8682F4EE88A98D0EC5D3CD* ___pixelHitTestData;
|
||
|
|
float ___interval;
|
||
|
|
float ___repeatDelay;
|
||
|
|
bool ___swing;
|
||
|
|
xjU5BU5D_tC3E9CF486D4F0EB17553D3DC310AB69F9844A21B* ___frames;
|
||
|
|
bool ___translated;
|
||
|
|
bey_t22D9B5B1DB5174913D934A1077CF92DFE87EBFD9* ___extensionCreator;
|
||
|
|
yc_t4CEA213798C606980E006C9EF8B2F871624D03DA* ___bitmapFont;
|
||
|
|
xl_tEBAF711D425BEA83F4F9356AF6E1C7AE291CAE7B* ___audioClip;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___skeletonAnchor;
|
||
|
|
RuntimeObject* ___skeletonAsset;
|
||
|
|
};
|
||
|
|
struct bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17 : public RuntimeObject
|
||
|
|
{
|
||
|
|
int32_t ___type;
|
||
|
|
String_t* ___name;
|
||
|
|
String_t* ___text;
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* ___format;
|
||
|
|
int32_t ___charIndex;
|
||
|
|
RuntimeObject* ___htmlObject;
|
||
|
|
int32_t ___status;
|
||
|
|
int32_t ___space;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position;
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___loz;
|
||
|
|
};
|
||
|
|
struct wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47 : public zd_t99782D6683DBD0C03B19269A4EF3BF06F753DA23
|
||
|
|
{
|
||
|
|
String_t* ___name;
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* ___U3CkfgU3Ek__BackingField;
|
||
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CkfhU3Ek__BackingField;
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___U3CkfiU3Ek__BackingField;
|
||
|
|
xo_tC8E6F3D689C8B3BD1D701FCDE0AD135EA22472C7* ___U3CkfjU3Ek__BackingField;
|
||
|
|
xo_tC8E6F3D689C8B3BD1D701FCDE0AD135EA22472C7* ___U3CkfkU3Ek__BackingField;
|
||
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___kfl;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___gOwner;
|
||
|
|
uint32_t ___id;
|
||
|
|
bool ___kfm;
|
||
|
|
bool ___kfn;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___kfo;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___kfp;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___kfq;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___kfr;
|
||
|
|
int32_t ___kfs;
|
||
|
|
float ___kft;
|
||
|
|
bool ___kfu;
|
||
|
|
int32_t ___kfv;
|
||
|
|
RuntimeObject* ___kfw;
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___kfx;
|
||
|
|
String_t* ___kfy;
|
||
|
|
bool ___kfz;
|
||
|
|
int32_t ___kga;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___kgb;
|
||
|
|
int32_t ___kgc;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgd;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kge;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgf;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgg;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgh;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgi;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgj;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgk;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgl;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgm;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgn;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgo;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgp;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kgq;
|
||
|
|
int32_t ___kgr;
|
||
|
|
we_t0A281736FA21E3D26438E2BE450BC8917F64A433* ___kgs;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___kgt;
|
||
|
|
xm_tD2CA4B5E6FDBD3F45204CAD7C8FED67648BCBCC5* ___kgu;
|
||
|
|
int32_t ___kgv;
|
||
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___kgw;
|
||
|
|
};
|
||
|
|
struct xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661 : public RuntimeObject
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uvRect;
|
||
|
|
bool ___rotated;
|
||
|
|
int32_t ___refCount;
|
||
|
|
float ___lastActive;
|
||
|
|
int32_t ___destroyMethod;
|
||
|
|
Action_1_t124E26540C3E9334A77E1A11AD5132CD7F9FD364* ___kka;
|
||
|
|
Action_1_t124E26540C3E9334A77E1A11AD5132CD7F9FD364* ___kkb;
|
||
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___kkc;
|
||
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___kkd;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___kke;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___kkf;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___kkg;
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* ___kkh;
|
||
|
|
Dictionary_2_t47D0A2686664C615BB334F3F50ADD68EB9ED4E76* ___kki;
|
||
|
|
};
|
||
|
|
struct yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230 : public RuntimeObject
|
||
|
|
{
|
||
|
|
int32_t ___size;
|
||
|
|
String_t* ___font;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color;
|
||
|
|
int32_t ___lineSpacing;
|
||
|
|
int32_t ___letterSpacing;
|
||
|
|
bool ___bold;
|
||
|
|
bool ___underline;
|
||
|
|
bool ___italic;
|
||
|
|
bool ___strikethrough;
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___gradientColor;
|
||
|
|
int32_t ___align;
|
||
|
|
int32_t ___specialStyle;
|
||
|
|
float ___outline;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___outlineColor;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___shadowOffset;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___shadowColor;
|
||
|
|
};
|
||
|
|
struct zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910
|
||
|
|
{
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___pos;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___control1;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___control2;
|
||
|
|
int32_t ___curveType;
|
||
|
|
bool ___smooth;
|
||
|
|
};
|
||
|
|
struct zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910_marshaled_pinvoke
|
||
|
|
{
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___pos;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___control1;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___control2;
|
||
|
|
int32_t ___curveType;
|
||
|
|
int32_t ___smooth;
|
||
|
|
};
|
||
|
|
struct zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910_marshaled_com
|
||
|
|
{
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___pos;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___control1;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___control2;
|
||
|
|
int32_t ___curveType;
|
||
|
|
int32_t ___smooth;
|
||
|
|
};
|
||
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
||
|
|
{
|
||
|
|
String_t* ____paramName;
|
||
|
|
};
|
||
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE : public bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C
|
||
|
|
{
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* ___U3CkxvU3Ek__BackingField;
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* ___U3CkxwU3Ek__BackingField;
|
||
|
|
bdz_t6E294A15C3C9159ECF7C0BF7B09C52CA7170B34D* ___U3CkxxU3Ek__BackingField;
|
||
|
|
List_1_t082EB34AE3350E999A37B865FBEE4114E73AD32F* ___kxy;
|
||
|
|
List_1_tEA4535395799A84131705B31F40B14902A937087* ___kxz;
|
||
|
|
List_1_tE81D44AA9C8CDB9EFD3B229212C755D15C67144C* ___kya;
|
||
|
|
bool ___kyb;
|
||
|
|
bdt_t5A5B71F26E2364D0F7C7FCE0DCFAA44AB069383B ___kyc;
|
||
|
|
bool ___kyd;
|
||
|
|
bool ___kye;
|
||
|
|
int32_t ___kyf;
|
||
|
|
int32_t ___kyg;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___kyh;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___kyi;
|
||
|
|
int32_t ___kyj;
|
||
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___kyk;
|
||
|
|
ban_tF5615F139343A52C92E7E4532307CFEC29032011* ___kyl;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kym;
|
||
|
|
String_t* ___kyn;
|
||
|
|
};
|
||
|
|
struct bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8 : public bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C
|
||
|
|
{
|
||
|
|
xt_t11FAD72BB3709190FFCCB4E57F88CBAD6F138C96* ___kzo;
|
||
|
|
};
|
||
|
|
struct bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980 : public bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C
|
||
|
|
{
|
||
|
|
bool ___showErrorSign;
|
||
|
|
String_t* ___lbi;
|
||
|
|
int32_t ___lbj;
|
||
|
|
int32_t ___lbk;
|
||
|
|
bool ___lbl;
|
||
|
|
int32_t ___lbm;
|
||
|
|
bool ___lbn;
|
||
|
|
bool ___lbo;
|
||
|
|
bdu_t0094235EDDB187B11D4C801F455C483B39451845* ___lbp;
|
||
|
|
Action_1_t124E26540C3E9334A77E1A11AD5132CD7F9FD364* ___lbq;
|
||
|
|
xk_t06A8E8B7A6F1CB085D10613F457B8D6D9943AADE* ___lbr;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___lbs;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___lbt;
|
||
|
|
};
|
||
|
|
struct bdl_t8E87D6A098F372ECBD466905A9A33F37DE18082F : public bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C
|
||
|
|
{
|
||
|
|
bool ___U3ClhcU3Ek__BackingField;
|
||
|
|
int32_t ___U3ClhdU3Ek__BackingField;
|
||
|
|
yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* ___lhe;
|
||
|
|
String_t* ___lhf;
|
||
|
|
bool ___lhg;
|
||
|
|
bool ___lhh;
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___lhi;
|
||
|
|
};
|
||
|
|
struct bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct bfm_t00E29869B54EF1AAFC171A8F68B185687098695F : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct wd_t11DD7200C1BF658023F82A8697EABF53B029A436 : public wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47
|
||
|
|
{
|
||
|
|
int32_t ___renderMode;
|
||
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___renderCamera;
|
||
|
|
bool ___opaque;
|
||
|
|
Nullable_1_t5070FF5B4129C859CA3EFC7B94E615A818E11144 ___clipSoftness;
|
||
|
|
RuntimeObject* ___hitArea;
|
||
|
|
bool ___touchChildren;
|
||
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___kez;
|
||
|
|
bool ___reversedMask;
|
||
|
|
List_1_t4DD5D318BCC25A18292BE236849FD0A84ABCFE52* ___kfa;
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* ___kfb;
|
||
|
|
Nullable_1_t13F9968C978BAF968F02BA5B41ABB481321A5440 ___kfc;
|
||
|
|
List_1_t4DD5D318BCC25A18292BE236849FD0A84ABCFE52* ___kfd;
|
||
|
|
int32_t ___kfe;
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* ___kff;
|
||
|
|
};
|
||
|
|
struct xt_t11FAD72BB3709190FFCCB4E57F88CBAD6F138C96 : public wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct yn_t44BA824461ABE534F6D9862738666F88985F56CD : public wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47
|
||
|
|
{
|
||
|
|
List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* ___rects;
|
||
|
|
};
|
||
|
|
struct yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B : public wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47
|
||
|
|
{
|
||
|
|
int32_t ___kpe;
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* ___kpf;
|
||
|
|
bool ___kpg;
|
||
|
|
String_t* ___kph;
|
||
|
|
int32_t ___kpi;
|
||
|
|
bool ___kpj;
|
||
|
|
bool ___kpk;
|
||
|
|
bool ___kpl;
|
||
|
|
int32_t ___kpm;
|
||
|
|
int32_t ___kpn;
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* ___kpo;
|
||
|
|
List_1_tB2E1A5DDA068632699A44745B54FF1853ABD332B* ___kpp;
|
||
|
|
List_1_tBD1C0E8E5C01A3147CF0EC8808F2516C2852B70B* ___kpq;
|
||
|
|
ya_tB315926D5A6907D359145BB742F612F7ECE651C7* ___kpr;
|
||
|
|
float ___kps;
|
||
|
|
float ___kpt;
|
||
|
|
bool ___kpu;
|
||
|
|
float ___kpv;
|
||
|
|
float ___kpw;
|
||
|
|
float ___kpx;
|
||
|
|
int32_t ___kpy;
|
||
|
|
String_t* ___kpz;
|
||
|
|
int32_t ___kqa;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___kqb;
|
||
|
|
};
|
||
|
|
struct zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8 : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68 : public yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230
|
||
|
|
{
|
||
|
|
bool ___colorChanged;
|
||
|
|
};
|
||
|
|
struct bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E : public MulticastDelegate_t
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
||
|
|
{
|
||
|
|
RuntimeObject* ____actualValue;
|
||
|
|
};
|
||
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
||
|
|
{
|
||
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___m_CancellationTokenSource;
|
||
|
|
};
|
||
|
|
struct bbt_tD57E350288A36099A911CA5A9F92152635E20914 : public bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE
|
||
|
|
{
|
||
|
|
int32_t ___visibleItemCount;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___dropdown;
|
||
|
|
xl_tEBAF711D425BEA83F4F9356AF6E1C7AE291CAE7B* ___sound;
|
||
|
|
float ___soundVolumeScale;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___kxh;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___kxi;
|
||
|
|
bcy_t4BDBDD5C36258F003A99760DFEF1BF01418E0DDB* ___kxj;
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___kxk;
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___kxl;
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___kxm;
|
||
|
|
int32_t ___kxn;
|
||
|
|
ban_tF5615F139343A52C92E7E4532307CFEC29032011* ___kxo;
|
||
|
|
bool ___kxp;
|
||
|
|
int32_t ___kxq;
|
||
|
|
ban_tF5615F139343A52C92E7E4532307CFEC29032011* ___kxr;
|
||
|
|
bool ___kxs;
|
||
|
|
bool ___kxt;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kxu;
|
||
|
|
};
|
||
|
|
struct bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2 : public bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE
|
||
|
|
{
|
||
|
|
bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8* ___lfq;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___lfr;
|
||
|
|
List_1_t082EB34AE3350E999A37B865FBEE4114E73AD32F* ___lfs;
|
||
|
|
List_1_t082EB34AE3350E999A37B865FBEE4114E73AD32F* ___lft;
|
||
|
|
HashSet_1_t35757AE3465613CD951F15023CC78D7935D08F40* ___lfu;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___lfv;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___lfw;
|
||
|
|
};
|
||
|
|
struct bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A : public bdl_t8E87D6A098F372ECBD466905A9A33F37DE18082F
|
||
|
|
{
|
||
|
|
yh_tD6B6EBCF2DBA949C2597780085151E8E040C8A39* ___U3ClhjU3Ek__BackingField;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___lhk;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___lhl;
|
||
|
|
};
|
||
|
|
struct bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15 : public bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE
|
||
|
|
{
|
||
|
|
bool ___bringToFontOnClick;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___lnx;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___lny;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___lnz;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___loa;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___lob;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___loc;
|
||
|
|
bool ___lod;
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* ___loe;
|
||
|
|
bool ___lof;
|
||
|
|
bool ___log;
|
||
|
|
int32_t ___loh;
|
||
|
|
};
|
||
|
|
struct xw_t6AA2A3C718D2641EA4AF176A1ECEE032C10DB5C3 : public wd_t11DD7200C1BF658023F82A8697EABF53B029A436
|
||
|
|
{
|
||
|
|
String_t* ___currLang;
|
||
|
|
float ___U3CkkkU3Ek__BackingField;
|
||
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___kkl;
|
||
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___kkm;
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* ___kkn;
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* ___kko;
|
||
|
|
yh_tD6B6EBCF2DBA949C2597780085151E8E040C8A39* ___kkp;
|
||
|
|
bool ___kkq;
|
||
|
|
yy_t983B86E173D2677E53784B9F8080E81200918A6E* ___kkr;
|
||
|
|
List_1_t4DD5D318BCC25A18292BE236849FD0A84ABCFE52* ___kks;
|
||
|
|
List_1_t4DD5D318BCC25A18292BE236849FD0A84ABCFE52* ___kkt;
|
||
|
|
xxU5BU5D_t5C84F4CE9931AE77DD15D5611E007FE8D399FCDB* ___kku;
|
||
|
|
int32_t ___kkv;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___kkw;
|
||
|
|
int32_t ___kkx;
|
||
|
|
int32_t ___kky;
|
||
|
|
bool ___kkz;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___kla;
|
||
|
|
bool ___klb;
|
||
|
|
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___klc;
|
||
|
|
List_1_t91081D44AE9C7B55108A7E536DA9E4BAF1EA3F2D* ___kld;
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* ___kle;
|
||
|
|
List_1_t4DD5D318BCC25A18292BE236849FD0A84ABCFE52* ___klf;
|
||
|
|
List_1_t4DD5D318BCC25A18292BE236849FD0A84ABCFE52* ___klg;
|
||
|
|
List_1_tA9D9BC4BD5902D377130A1FE25420E5DEC51358E* ___klh;
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* ___kli;
|
||
|
|
Dictionary_2_t85AD9120F29432F3411385E2E0FDA320C3CFE071* ___klj;
|
||
|
|
String_t* ___klk;
|
||
|
|
};
|
||
|
|
struct yj_t7E888C1672200288B0BEF20734D84E26975E004F : public wd_t11DD7200C1BF658023F82A8697EABF53B029A436
|
||
|
|
{
|
||
|
|
RuntimeObject* ___U3CkoqU3Ek__BackingField;
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* ___U3CkorU3Ek__BackingField;
|
||
|
|
Dictionary_2_t8DC8D63903B7D225EA5F729369E22E3E1E3CAB3D* ___U3CkosU3Ek__BackingField;
|
||
|
|
yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* ___U3CkotU3Ek__BackingField;
|
||
|
|
};
|
||
|
|
struct TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
||
|
|
{
|
||
|
|
};
|
||
|
|
struct UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
||
|
|
{
|
||
|
|
List_1_tE79099D3B0DFDEC8C12A570DB6DEF77EB3BCA7E9* ___Items;
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___PreloadPackages;
|
||
|
|
};
|
||
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
||
|
|
{
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray;
|
||
|
|
};
|
||
|
|
struct List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B_StaticFields
|
||
|
|
{
|
||
|
|
RectU5BU5D_t83297CB2E61BDF9D27DCB1A3E5C78EBCE9F7C993* ___s_emptyArray;
|
||
|
|
};
|
||
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray;
|
||
|
|
};
|
||
|
|
struct List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410_StaticFields
|
||
|
|
{
|
||
|
|
bdsU5BU5D_t74AB2B7EDD89ED833DC318066ACA2D639F978764* ___s_emptyArray;
|
||
|
|
};
|
||
|
|
struct List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644_StaticFields
|
||
|
|
{
|
||
|
|
bfoU5BU5D_t3EAA30EBE759846FEB8B8939CC3173CA58692B22* ___s_emptyArray;
|
||
|
|
};
|
||
|
|
struct List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6_StaticFields
|
||
|
|
{
|
||
|
|
bfsU5BU5D_t5F6F88EAAF040547021A19077DD1E6C7DE3E33DF* ___s_emptyArray;
|
||
|
|
};
|
||
|
|
struct List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD_StaticFields
|
||
|
|
{
|
||
|
|
bggU5BU5D_tD091F3F1A97B8656A0B72B5EEAC5434BCE2B6DA3* ___s_emptyArray;
|
||
|
|
};
|
||
|
|
struct List_1_t4DA9A0C1B4B3174500170B562761906409CA0583_StaticFields
|
||
|
|
{
|
||
|
|
zuU5BU5D_tB19830D294C0BC17C1825F2B2983211DA53927CF* ___s_emptyArray;
|
||
|
|
};
|
||
|
|
struct List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA_StaticFields
|
||
|
|
{
|
||
|
|
bfyU5BU5D_tE5C71037506BE909B553DED7E3F64D2BEE4A174A* ___s_emptyArray;
|
||
|
|
};
|
||
|
|
struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields
|
||
|
|
{
|
||
|
|
bool ___IsLittleEndian;
|
||
|
|
};
|
||
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
|
||
|
|
{
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding;
|
||
|
|
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings;
|
||
|
|
RuntimeObject* ___s_InternalSyncObject;
|
||
|
|
};
|
||
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields
|
||
|
|
{
|
||
|
|
ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable;
|
||
|
|
};
|
||
|
|
struct String_t_StaticFields
|
||
|
|
{
|
||
|
|
String_t* ___Empty;
|
||
|
|
};
|
||
|
|
struct bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields
|
||
|
|
{
|
||
|
|
int32_t ___repeat;
|
||
|
|
float ___time;
|
||
|
|
bool ___catchCallbackExceptions;
|
||
|
|
bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* ___loo;
|
||
|
|
};
|
||
|
|
struct bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lot;
|
||
|
|
List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* ___lou;
|
||
|
|
};
|
||
|
|
struct bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_StaticFields
|
||
|
|
{
|
||
|
|
String_t* ___resource;
|
||
|
|
};
|
||
|
|
struct bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_StaticFields
|
||
|
|
{
|
||
|
|
int32_t ___defaultBorderSize;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___defaultBorderColor;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___defaultBackgroundColor;
|
||
|
|
};
|
||
|
|
struct bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields
|
||
|
|
{
|
||
|
|
bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638* ___inst;
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___lpu;
|
||
|
|
};
|
||
|
|
struct bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields
|
||
|
|
{
|
||
|
|
bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* ___inst;
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___lqa;
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___lqb;
|
||
|
|
};
|
||
|
|
struct bga_t4190CA027505DF11492C1FAE93119D37983DA35F_StaticFields
|
||
|
|
{
|
||
|
|
String_t* ___resource;
|
||
|
|
};
|
||
|
|
struct bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30_StaticFields
|
||
|
|
{
|
||
|
|
bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* ___inst;
|
||
|
|
};
|
||
|
|
struct bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_StaticFields
|
||
|
|
{
|
||
|
|
Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* ___lqk;
|
||
|
|
};
|
||
|
|
struct bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields
|
||
|
|
{
|
||
|
|
String_t* ___tagName;
|
||
|
|
int32_t ___tagType;
|
||
|
|
String_t* ___lastTagName;
|
||
|
|
String_t* ___lql;
|
||
|
|
int32_t ___lqm;
|
||
|
|
int32_t ___lqn;
|
||
|
|
int32_t ___lqo;
|
||
|
|
int32_t ___lqp;
|
||
|
|
int32_t ___lqq;
|
||
|
|
bool ___lqr;
|
||
|
|
bool ___lqs;
|
||
|
|
StringBuilder_t* ___lqt;
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___lqu;
|
||
|
|
};
|
||
|
|
struct bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_StaticFields
|
||
|
|
{
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* ___lre;
|
||
|
|
};
|
||
|
|
struct za_tEBF10113807AD11D29863CA15B1F86ACF857A493_StaticFields
|
||
|
|
{
|
||
|
|
Stack_1_t59375113B8F88B803E53E03FC1F35424F73CF286* ___krm;
|
||
|
|
};
|
||
|
|
struct zd_t99782D6683DBD0C03B19269A4EF3BF06F753DA23_StaticFields
|
||
|
|
{
|
||
|
|
zg_t45FD63CA99D75A98CDC5FA178F9332BC8E05C213* ___kro;
|
||
|
|
};
|
||
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
||
|
|
{
|
||
|
|
String_t* ___TrueString;
|
||
|
|
String_t* ___FalseString;
|
||
|
|
};
|
||
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1;
|
||
|
|
};
|
||
|
|
struct IntPtr_t_StaticFields
|
||
|
|
{
|
||
|
|
intptr_t ___Zero;
|
||
|
|
};
|
||
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
|
||
|
|
{
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix;
|
||
|
|
};
|
||
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
||
|
|
{
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector;
|
||
|
|
};
|
||
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
||
|
|
{
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector;
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector;
|
||
|
|
};
|
||
|
|
struct Exception_t_StaticFields
|
||
|
|
{
|
||
|
|
RuntimeObject* ___s_EDILock;
|
||
|
|
};
|
||
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
||
|
|
{
|
||
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject;
|
||
|
|
};
|
||
|
|
struct bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_StaticFields
|
||
|
|
{
|
||
|
|
bool ___DefaultLinkUnderline;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___DefaultLinkColor;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___DefaultLinkBgColor;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___DefaultLinkHoverBgColor;
|
||
|
|
};
|
||
|
|
struct bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C_StaticFields
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___U3ClctU3Ek__BackingField;
|
||
|
|
uint32_t ___les;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___lev;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lew;
|
||
|
|
bool ___lex;
|
||
|
|
};
|
||
|
|
struct bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_StaticFields
|
||
|
|
{
|
||
|
|
Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* ___lpa;
|
||
|
|
};
|
||
|
|
struct wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47_StaticFields
|
||
|
|
{
|
||
|
|
uint32_t ___kgx;
|
||
|
|
int32_t ___kgy;
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___kgz;
|
||
|
|
};
|
||
|
|
struct xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661_StaticFields
|
||
|
|
{
|
||
|
|
Action_1_t29B51564E49F5100689191ED6A9BFFC2081294EB* ___kjz;
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* ___kkj;
|
||
|
|
};
|
||
|
|
struct yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B_StaticFields
|
||
|
|
{
|
||
|
|
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___kqg;
|
||
|
|
List_1_tBA77921C1642686E4E6188278685DB5116AF158A* ___kqh;
|
||
|
|
};
|
||
|
|
struct bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2_StaticFields
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* ___lfx;
|
||
|
|
};
|
||
|
|
struct xw_t6AA2A3C718D2641EA4AF176A1ECEE032C10DB5C3_StaticFields
|
||
|
|
{
|
||
|
|
bool ___kll;
|
||
|
|
int32_t ___klm;
|
||
|
|
RuntimeObject* ___kln;
|
||
|
|
xw_t6AA2A3C718D2641EA4AF176A1ECEE032C10DB5C3* ___klo;
|
||
|
|
bool ___U3CklpU3Ek__BackingField;
|
||
|
|
float ___U3CklqU3Ek__BackingField;
|
||
|
|
List_1_t4DD5D318BCC25A18292BE236849FD0A84ABCFE52* ___klr;
|
||
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___kls;
|
||
|
|
Dictionary_2_t1A4804CA9724B6CE01D6ECABE81CE0848CBA80B4* ___klt;
|
||
|
|
};
|
||
|
|
struct UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields
|
||
|
|
{
|
||
|
|
String_t* ___defaultFont;
|
||
|
|
bool ___renderingTextBrighterOnDesktop;
|
||
|
|
String_t* ___windowModalWaiting;
|
||
|
|
String_t* ___globalModalWaiting;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___modalLayerColor;
|
||
|
|
xl_tEBAF711D425BEA83F4F9356AF6E1C7AE291CAE7B* ___buttonSound;
|
||
|
|
float ___buttonSoundVolumeScale;
|
||
|
|
String_t* ___horizontalScrollBar;
|
||
|
|
String_t* ___verticalScrollBar;
|
||
|
|
float ___defaultScrollStep;
|
||
|
|
float ___defaultScrollDecelerationRate;
|
||
|
|
int32_t ___defaultScrollBarDisplay;
|
||
|
|
bool ___defaultScrollTouchEffect;
|
||
|
|
bool ___defaultScrollBounceEffect;
|
||
|
|
float ___defaultScrollSnappingThreshold;
|
||
|
|
float ___defaultScrollPagingThreshold;
|
||
|
|
String_t* ___popupMenu;
|
||
|
|
String_t* ___popupMenu_seperator;
|
||
|
|
String_t* ___loaderErrorSign;
|
||
|
|
String_t* ___tooltipsWin;
|
||
|
|
int32_t ___defaultComboBoxVisibleItemCount;
|
||
|
|
int32_t ___touchScrollSensitivity;
|
||
|
|
int32_t ___touchDragSensitivity;
|
||
|
|
int32_t ___clickDragSensitivity;
|
||
|
|
bool ___allowSoftnessOnTopOrLeftSide;
|
||
|
|
bool ___bringWindowToFrontOnClick;
|
||
|
|
float ___inputCaretSize;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___inputHighlightColor;
|
||
|
|
float ___frameTimeForAsyncUIConstruction;
|
||
|
|
bool ___depthSupportForPaintingMode;
|
||
|
|
bool ___enhancedTextOutlineEffect;
|
||
|
|
int32_t ___richTextRowVerticalAlign;
|
||
|
|
bool ___makePixelPerfect;
|
||
|
|
bev_tA8FEBFA4DF8D9EC2D754DFB9A291C5FAF7B609B6* ___soundLoader;
|
||
|
|
};
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
|
||
|
|
{
|
||
|
|
ALIGN_FIELD (8) Delegate_t* m_Items[1];
|
||
|
|
|
||
|
|
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline Delegate_t** GetAddressAt(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAt(il2cpp_array_size_t index, Delegate_t* value)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
m_Items[index] = value;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
||
|
|
}
|
||
|
|
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
|
||
|
|
{
|
||
|
|
m_Items[index] = value;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
||
|
|
{
|
||
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
||
|
|
|
||
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
m_Items[index] = value;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
||
|
|
}
|
||
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
||
|
|
{
|
||
|
|
m_Items[index] = value;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
|
||
|
|
{
|
||
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
||
|
|
|
||
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
m_Items[index] = value;
|
||
|
|
}
|
||
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
||
|
|
{
|
||
|
|
m_Items[index] = value;
|
||
|
|
}
|
||
|
|
};
|
||
|
|
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259 : public RuntimeArray
|
||
|
|
{
|
||
|
|
ALIGN_FIELD (8) Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B m_Items[1];
|
||
|
|
|
||
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAt(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* GetAddressAt(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAt(il2cpp_array_size_t index, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
m_Items[index] = value;
|
||
|
|
}
|
||
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B GetAtUnchecked(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B value)
|
||
|
|
{
|
||
|
|
m_Items[index] = value;
|
||
|
|
}
|
||
|
|
};
|
||
|
|
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA : public RuntimeArray
|
||
|
|
{
|
||
|
|
ALIGN_FIELD (8) Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 m_Items[1];
|
||
|
|
|
||
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAt(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAt(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAt(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
m_Items[index] = value;
|
||
|
|
}
|
||
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 GetAtUnchecked(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 value)
|
||
|
|
{
|
||
|
|
m_Items[index] = value;
|
||
|
|
}
|
||
|
|
};
|
||
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
||
|
|
{
|
||
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
||
|
|
|
||
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
m_Items[index] = value;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
||
|
|
}
|
||
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
||
|
|
{
|
||
|
|
m_Items[index] = value;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
||
|
|
}
|
||
|
|
};
|
||
|
|
struct zuU5BU5D_tB19830D294C0BC17C1825F2B2983211DA53927CF : public RuntimeArray
|
||
|
|
{
|
||
|
|
ALIGN_FIELD (8) zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 m_Items[1];
|
||
|
|
|
||
|
|
inline zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 GetAt(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910* GetAddressAt(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAt(il2cpp_array_size_t index, zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 value)
|
||
|
|
{
|
||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
||
|
|
m_Items[index] = value;
|
||
|
|
}
|
||
|
|
inline zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 GetAtUnchecked(il2cpp_array_size_t index) const
|
||
|
|
{
|
||
|
|
return m_Items[index];
|
||
|
|
}
|
||
|
|
inline zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
||
|
|
{
|
||
|
|
return m_Items + index;
|
||
|
|
}
|
||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 value)
|
||
|
|
{
|
||
|
|
m_Items[index] = value;
|
||
|
|
}
|
||
|
|
};
|
||
|
|
|
||
|
|
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9 Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m8A2049BD6FC00B8424177ADBB2B336F4A774F8BA_gshared (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mDCC1C447C6D0F764F528BDA6C2C9D27898317710_gshared_inline (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_gshared_inline (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 ___0_item, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_gshared_inline (List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Clear_mD550E89582979ECB0D6E6D68F0237FC14708BE85_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m92991049C6531232D85193C4C5C644553A9D9687_gshared (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 ___0_item, const RuntimeMethod* method) ;
|
||
|
|
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_get_isShowing_mF13833E0ACD1168DCE4F5986EF36CCD469427634 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_BringToFront_mA00F0B7285C9294313E4706BC0593D6275F6A874 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void za_PreventDefault_mF586F81F40172450F478EBF701A3203D3813CA98 (za_tEBF10113807AD11D29863CA15B1F86ACF857A493* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdc_StartDrag_m920F07E2E72671334BD09D756510FEB630C1F0A1 (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, int32_t ___0_touchId, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bbv_GetChildIndex_mFDEDAC1091A424809512E7B63085FD80B4AA9085 (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_child, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bbv_get_numChildren_m1CCFC00C203FC8999F3A1FA3050DB70D76D1E328 (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 bdc_LocalToGlobal_m92D3FB750F34CE21E5F1BADEE152D51A31C86188 (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_pt, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 bdc_GlobalToLocal_m40959E4C25A69DE6B177B1B55CA6F5FFFED6EB67 (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_pt, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float bdc_get_x_mC2C7EFBC790AE5756935A4A63733B107076D9D13_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float bdc_get_y_m40D6D7FC8D9ED61CA4B3DDA10BA9A2EA2E4A79A5_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, float ___0_xv, float ___1_yv, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdc_SetSize_m43AA3B6570E6A117F30F4A3B3E3F347498A20C34 (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, float ___0_wv, float ___1_hv, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* bdc_get_onClick_m6CD5BE3466B75E8BBDCAE5C876BBD636A468C36F (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void zc__ctor_m6634DC7D4935CF9D7B6EE75AC25469203C047F68 (zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* __this, RuntimeObject* ___0_a, intptr_t ___1_b, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ze_Remove_m764401C27144616AB5B25FDBB6CBEC752D1DE566 (ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* __this, zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* ___0_callback, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ze_Add_mF6FB84EF1153D53F679CB9797DC5931829A7DB76 (ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* __this, zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* ___0_callback, const RuntimeMethod* method) ;
|
||
|
|
inline RuntimeObject* List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B (List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* __this, int32_t ___0_index, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( RuntimeObject* (*) (List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
||
|
|
}
|
||
|
|
inline int32_t List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline (List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( int32_t (*) (List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bbv_Dispose_mA7420092F22D47DDED417C1A9C6C02BB6736CBEA (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* bbv_RemoveChild_mA3F8100DB3D7B6C8B251620417C0EA324BAEAE7B (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_child, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_get_isTop_m1B35AEF6280B4CE705FF7CDCA6F8ACDD29DC9192 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_Hide_m81114A258F610216BC4AAF523A2A7E9126B2127A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_Show_m57FF912236B2BFDD5D3D3D301AFCEA9B6E3835A7 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_CloseModalWait_m2AF780A2E2B9CA7E5A5E861ADAAAF69FB06BDAB5 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, int32_t ___0_requestingCmd, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Add_m08A9C7323901E8B912FF02E5E1D301A081F15965_inline (List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* bdi_get_inst_m97B619A127C46969521B20813E381A7DF83CD648 (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdi_ShowWindow_mDB377EC51F6816A7A88E0A3F691CB2CE794EF2C2 (bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* __this, bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* ___0_win, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* bfj_CreateObjectFromURL_mC446F698DBED5AEE9F0FC79DCC2DD8B4A7FE226F (String_t* ___0_url, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdc_SetHome_mB5B7D021E74FACAFF1CB40E721104515A2F9188A (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_obj, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* bbv_AddChild_mF6B97929EDE1236104C2128180BAFF1E9DCD4DB7 (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_child, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdr__ctor_m314061222AA5B1C33E7E16D562CA7E2904453451 (bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA* __this, RuntimeObject* ___0_a, intptr_t ___1_b, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bdc_get_gameObjectName_mFD070CE9BF5014B57D92E87089918C90DFECAC16 (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdc_set_gameObjectName_m312538DD191DA06DB4548FAE79A94BE5089ED6FE (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_target, int32_t ___1_relationType, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bbv_set_fairyBatching_m7AD9063B8BFBEA05B2B79212F4AD4CC499018BAE (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* __this, bool ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* bbv_GetChild_m8DF21F03EEFA5ABC8EF00FA2E30755635B97A9CE (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_set_closeButton_mE7B821517AF11B1E20B1AA73CCEAB7ED62A0EF79 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_set_dragArea_mD9789B481075465BDB8F3571A01436B35BF0687E (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bfl_set_contentArea_mFBAB81B8915A6106C1EF4CAB8212FE85162AB2C1_inline (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bbv__ctor_m3585D450400356B16BCC750A575840EDEF4547F5 (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1__ctor_mDE912933DA194EF92DA68DD6BDD1770F08D3E64F (List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bbv_set_tabStopChildren_mB06F215C2DC866E5B654D8AB5B00AE0F6699AF4F (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* __this, bool ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* wg_get_onAddedToStage_mC70C7023E272C4FD60F66C51EDD2AFBB757A8BEC (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void zb__ctor_mAB816C3AB13EFD02D4C7A15A76E604E2F47349DC (zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* __this, RuntimeObject* ___0_a, intptr_t ___1_b, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ze_Add_m6C865A7C086FAA45474B4F709879B244CED3752C (ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* __this, zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* ___0_callback, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* wg_get_onRemovedFromStage_m8955377CE5CA4A3A41A404852656693CB7B0A209 (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* wg_get_onTouchBegin_m734FE114E24129D1EBC3D791FD89AE4786B266B1 (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ze_AddCapture_m575833246460F765F1C818570F7769100E6EA44A (ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* __this, zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* ___0_callback, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_HideImmediately_m2A37B96594516CE39234F1991C49148F6A2A839A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bdc_get_inContainer_m36F12A223E175B26DCC9226088F96B17C9F30A0D (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_CloseModalWait_m7D60D7A105E89B001773EED11B42311185EEE144 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_Init_mDB80A725C9EEF4012564930743DE656DFED5D8D6 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* bdc_get_root_m90CDF4412A524FCAA41B74F3672AB417CD6A9E86 (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdi_BringToFront_m3FC418D12D6ACBFFB78F48A6814DAEC3A9B5930B (bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* __this, bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* ___0_win, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdi_HideWindowImmediately_m97B57A05268C180B209F15CD323A4C0E4CB930C5 (bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* __this, bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* ___0_win, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_ShowModalWait_m19E4FF89DED358AF3422AAA71D1E26139332935A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, int32_t ___0_requestingCmd, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdc_set_draggable_m8AE2EF0EB241CAA937487E948A52BC9417400C50 (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, bool ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* bdc_get_onDragStart_mF394FD812B3053C4E604FA6DCD1E6BE41BC6D205 (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR xt_t11FAD72BB3709190FFCCB4E57F88CBAD6F138C96* bcq_get_shape_m2476AC5E48B61B78A2585E2C7AA4FFF1F97A708B_inline (bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool xt_get_isEmpty_mAFB285AEF962EBB8DA2B3DF5E080FDEF02B418BF (xt_t11FAD72BB3709190FFCCB4E57F88CBAD6F138C96* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bcq_DrawRect_m2C49054C933171EEEEF04BC0DD21D22A31D4BD04 (bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8* __this, float ___0_aWidth, float ___1_aHeight, int32_t ___2_lineSize, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_lineColor, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___4_fillColor, const RuntimeMethod* method) ;
|
||
|
|
inline bool Dictionary_2_ContainsKey_m6799E1A20DEF7D6381EDD8BEE7EB17D080625F15 (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_key, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method);
|
||
|
|
}
|
||
|
|
inline bool Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_key, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A** ___1_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F*, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, bool ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34 (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_target, const RuntimeMethod* method) ;
|
||
|
|
inline TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* GameObject_AddComponent_TisTimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5_m738EE3C99A53E1BDC05E196C195099D77DE04FAF (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline void Dictionary_2__ctor_m63210C6F2DE19635D297D7166EA2F70526F4F5C7 (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline void List_1__ctor_m502E2CC8F3E4EFC8E1EF39398E9965839D0627E0 (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline void List_1__ctor_m736E4B5DCC8ED14D77770C1AAFC48B06F6E62601 (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mF057EECA857E5C0F90A3F910D26D3EE59F27C4B5 (const RuntimeMethod* method) ;
|
||
|
|
inline int32_t Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20 (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( int32_t (*) (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3 Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3 (*) (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_inline (Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 (*) (Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3*, const RuntimeMethod*))Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_inline (KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* (*) (KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline void List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_inline (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* __this, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644*, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_inline (bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972 (float* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
||
|
|
inline bool Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A (Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3*, const RuntimeMethod*))Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline void Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B (Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3*, const RuntimeMethod*))Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline int32_t List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_inline (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( int32_t (*) (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911 (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* __this, int32_t ___0_index, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* (*) (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
||
|
|
}
|
||
|
|
inline bool Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57 (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_key, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F*, const RuntimeMethod*))Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared)(__this, ___0_key, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_fqm_mF142169D52D8817E3E5B93B0F71FC879FB3252E8 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Clear_m01A98FED58D3B2813AAB61615D56C70545E4C0FE_inline (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* KeyValuePair_2_get_Key_m6D00F35C44B2A028DE999B0C249FF02FFAC7E7B3_inline (KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* (*) (KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline void Dictionary_2_Add_mD3472A12BDAA9F4BFF4866D6501C078DEEFA4131 (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_key, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* ___1_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F*, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method);
|
||
|
|
}
|
||
|
|
inline void Dictionary_2_Clear_mE8C424FF04E55BFF2E4BE2122DDC055B82D42148 (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*, const RuntimeMethod*))Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline void List_1_RemoveAt_mD487F073D9D49B42BE86450B98789D5D89177025 (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* __this, int32_t ___0_index, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfo__ctor_m077A6C187F5256857CA6A26E4714C42010355BD8 (bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_callbackParam, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812 (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, RuntimeObject* ___0_routine, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn__ctor_mC4CEAF968B604713F9C7FC00DA67C3B922A49B24 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F (bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_param, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* bfn_fql_m0AD6BA131EBC19F68D5E172A86FB2365DEFA1123 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195 (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_key, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* ___1_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F*, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* bfn_get_inst_m4C592BEFCC2389E8FF9010091B5832A983446E02 (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_Update_mDD0497BF647BA769F9A696BB53594E2B928A5E2A (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1__ctor_m8A2049BD6FC00B8424177ADBB2B336F4A774F8BA (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583*, const RuntimeMethod*))List_1__ctor_m8A2049BD6FC00B8424177ADBB2B336F4A774F8BA_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BitConverter_ToDouble_m2F701E24FFE424C6EBDA6CD76CCA029947A535A8 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41 (RuntimeArray* ___0_sourceArray, int32_t ___1_sourceIndex, RuntimeArray* ___2_destinationArray, int32_t ___3_destinationIndex, int32_t ___4_length, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfp__ctor_m35EDC2DC64D11BCDD4ECDB4C41B6987244A40478 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_a, int32_t ___1_b, int32_t ___2_c, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9 (const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Clear_mDCC1C447C6D0F764F528BDA6C2C9D27898317710_inline (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583*, const RuntimeMethod*))List_1_Clear_mDCC1C447C6D0F764F528BDA6C2C9D27898317710_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t bfp_ReadByte_m40CE8D79640FB17341117CFB0085C17EC631621B (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void zu__ctor_mC883AE8994D991F6829A92C699437154C0D06CF8 (zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_inline (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583*, zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910, const RuntimeMethod*))List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_gshared_inline)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void zu__ctor_mEFB52AFFDC25E1F2D913CE18387F1D7F2E7BA29C (zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_c, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void zu__ctor_mF1279D781B1C2FFAB79D0E70197023A841B1A9A6 (zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_c, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_ReadS_mCC84B42DE0FF2F380AC792AD1C005008F094EDE0 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* bdc_get_asCom_mB5C4ECC847E8FC438AE712625CCCA34C05402BAA (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bfq_fqn_m78D7844EE5C5E18357B8C8931B4E481476409670_inline (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, int32_t ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* wd_AddChild_m87976EEF96A6136390175411A427F0705F0DE810 (wd_t11DD7200C1BF658023F82A8697EABF53B029A436* __this, wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* ___0_child, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR wd_t11DD7200C1BF658023F82A8697EABF53B029A436* wg_get_parent_m3592F372D5D8E49E6ED7F22391FE46BC1136D4DD_inline (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* wd_RemoveChild_mD35D640214CC3A5D1583ED125275A2B9728EAF8C (wd_t11DD7200C1BF658023F82A8697EABF53B029A436* __this, wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* ___0_child, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void zd_RemoveEventListeners_m8B31BC92E0D97A16CBB7270D7E4E064D282E9D5D (zd_t99782D6683DBD0C03B19269A4EF3BF06F753DA23* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool zd_DispatchEvent_mB6108EE96ED3705973578E3505C3AA41E04607D6 (zd_t99782D6683DBD0C03B19269A4EF3BF06F753DA23* __this, String_t* ___0_strType, RuntimeObject* ___1_data, RuntimeObject* ___2_initiator, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* bgi_GetAttributes_mFE78FD57FA644740DA7DBF6D4134E7C058CDF3AD (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___0_result, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfs_GetFloat_m411CCE6CA1BA115B132F153069AFD78635AC434B (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
inline void Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414 (Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* __this, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D*, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2 (String_t* ___0_str, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423 (String_t* ___0_s, float* ___1_result, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfs_GetBool_m4FE942F36C5A359EA28B2472C044D31307C31999 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, bool ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfs_GetString_mA87CBF5D6CFFE1B3EFD1F5AE3932813D44B31E06 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_TryParse_m417053B6E8D3724D0EED9E87C90D143622158352 (String_t* ___0_value, bool* ___1_result, const RuntimeMethod* method) ;
|
||
|
|
inline int32_t Stack_1_get_Count_m8BE26DBFAFEBCEC0D75D69A548FF975EA5E50495_inline (Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( int32_t (*) (Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D*, const RuntimeMethod*))Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* Stack_1_Pop_mD9A8E4D9F84EA24DB0407E89BC071B5C5057C42B (Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* (*) (Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs__ctor_m4731E4BF4672F526147DBCB711290248E3ED90F5 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, const RuntimeMethod* method) ;
|
||
|
|
inline int32_t List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( int32_t (*) (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* __this, int32_t ___0_index, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* (*) (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_ReturnElement_m7046568F63C6759E862E5CB8BD65626441699819 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___0_element, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Clear_m81BAF7A272BDA64F47BF61CE46D230315ECE4BE7_inline (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void yt__ctor_mDA29EE1F647A4C522791E845925EDAA99EBBB7E9 (yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void Stack_1__ctor_mF974F155A4E24311C7B429E49EA0506066B2D013 (Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21 (String_t* ___0_s, int32_t* ___1_result, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline (float ___0_f, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* bfc_NewObject_m9450948C2BDCB3AED56AE7515EF8B5CC774EF424 (int32_t ___0_type, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bft_fqp_m7EB3248970B21FE0F0B036CEC78B478BCC408311_inline (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bcz_set_fill_m5108E24569D726691072B29EC556DEBEF4C964E7 (bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdc_set_touchable_m2102AB8F7EBF5CD7D64ECCEFC02EDDD05649B42F (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, bool ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* yj_get_htmlPageContext_m8CABD743EEEF8FE9E2FB4613CDB2D7BC64E4F7FD_inline (yj_t7E888C1672200288B0BEF20734D84E26975E004F* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t xq_get_width_m8F7B1D442A4478FAA88AA33C723CD71E4AE2B78E (xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t xq_get_height_m340D3496E0FA4410BEB09240D8C74D3D25EE9FB6 (xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bcz_set_texture_mC9753FAE4F172E3508073C14BA45BE6D9A64139E (bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* __this, xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdu_t0094235EDDB187B11D4C801F455C483B39451845* bfj_GetItemByURL_m86B6F58BBA09B0D74C90A8469161949926D764C2 (String_t* ___0_url, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bcz_set_url_m0884A34AC6922014C3035E5AE3F266A509188A9B (bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* bcz_get_texture_m4AE1C9E73623BD497480CF5D56C01598801E5E6D (bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bfu_fqq_m7E22CB9D0135F8DE2B01B88E5B6ABBAAE473AD85_inline (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdl_set_verticalAlign_m899C0FBAA8FE658428C3D39949F1A9A6ACD7977A (bdl_t8E87D6A098F372ECBD466905A9A33F37DE18082F* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD (String_t* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bfs_GetColor_m6E23BF9619EB5540856B7CD521E290D4B9EF2382 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float wg_get_width_mBF594D339DB44451F5000E15709D9FC41C3FFC26 (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdl_set_textFormat_mB2DF0A46CE117BAE2C7E8FD955CA6C03AB5EAB2E (bdl_t8E87D6A098F372ECBD466905A9A33F37DE18082F* __this, yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdm_set_displayAsPassword_mABDA1E4EFED33D97AFED6E68C877603EE4D52FA2 (bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* __this, bool ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdm_set_maxLength_m20DD3AA47A86FD35731560935C04D89381DF1955 (bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdm_set_border_m57B0C11ADF6635AAD2EB2E9CE0530F71FE097F0E (bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdm_set_borderColor_mDAAA3593927A12DA858AC506156C82D2FB596677 (bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bdm_set_backgroundColor_mC9F1FDA9395389E54BE83DC398E92798453D67CA (bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_ColorFromRGB_m64F62BE22AC8296297631D1AF8AC35CB764756E4 (int32_t ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* yj_get_htmlParseOptions_mED7A12957B606E0D6A91FCB1AB2E7A4A2DDA83FA_inline (yj_t7E888C1672200288B0BEF20734D84E26975E004F* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void yn_set_color_mB001184659DE80B9E581618D6327744143ABB4C8 (yn_t44BA824461ABE534F6D9862738666F88985F56CD* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool zd_BubbleEvent_m7F7C3A52613E603B23E8628BD964281AAB12705A (zd_t99782D6683DBD0C03B19269A4EF3BF06F753DA23* __this, String_t* ___0_strType, RuntimeObject* ___1_data, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void wg_SetXY_m09F5F7BD1F26CA3A82F1BD709BB654B9B947729C (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, float ___0_xv, float ___1_yv, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_inline (List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B*, const RuntimeMethod*))List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* yj_get_textField_m7B7C7E4517A104EF565A504C1BCC55D5E595962A_inline (yj_t7E888C1672200288B0BEF20734D84E26975E004F* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void yr_GetLinesShape_m503D9811D4E2A123A803561F7542256152402479 (yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* __this, int32_t ___0_startLine, float ___1_startCharX, int32_t ___2_endLine, float ___3_endCharX, bool ___4_clipped, List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* ___5_resultRects, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void yn_Refresh_mAD7715A08F3B4621906DD400184FCF2F1D3185ED (yn_t44BA824461ABE534F6D9862738666F88985F56CD* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* wd_AddChildAt_m036207FAE1130A8F87EDB2521F24388A552E7292 (wd_t11DD7200C1BF658023F82A8697EABF53B029A436* __this, wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* ___0_child, int32_t ___1_index, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* wg_get_onClick_m619481CDC94C5E9FE15434FF03B78829F85294D4 (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* wg_get_onRollOver_m2C0BAF8E1CABF115405EEA6CBE07077E0FBB6F22 (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* wg_get_onRollOut_mF00FCE7F7EE3C15E46CF8917DAEDC58F61B82D06 (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void yn__ctor_mAF0706B1688EE71766071ECED571E64989898312 (yn_t44BA824461ABE534F6D9862738666F88985F56CD* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* wg_get_gameObject_m2F7C9D8EAF30DDD9435BB0435F87CF066F10A2BE_inline (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void wg_set_cursor_m568515BC9AEC26D27553D81FF805C806429B8881 (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
inline void Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6 (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR xw_t6AA2A3C718D2641EA4AF176A1ECEE032C10DB5C3* xw_get_inst_m4F13DA059649E3C03AB495E6A3579D3E1BBB703C (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* xw_exx_mA4209BFC1F1D6E243EDFD3355D9B0776C08494AC (xw_t6AA2A3C718D2641EA4AF176A1ECEE032C10DB5C3* __this, String_t* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
inline int32_t Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_inline (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( int32_t (*) (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF*, const RuntimeMethod*))Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
||
|
|
inline RuntimeObject* Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8 (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( RuntimeObject* (*) (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bft__ctor_m2583D5FED7330DD63F36C71CA0233EDD60DF3CE8 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv__ctor_mAA250AAAFE81458362FD786632F9589F06097632 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq__ctor_m03E7E1B65CEA59ABED6A97198FFB5444810A91C6 (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu__ctor_m3AB057E54E6550BF952F3F8A475C93C8DE7455E3 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga__ctor_m38A8DE8364D0D6962CDAA8820CF9BD74292B375F (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool wg_get_isDisposed_mDCBF08FCA558126C7ED7DAE9A6FCF0DFA9CC6A09 (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* wg_get_cachedTransform_mE245327045E55D450D9B0DA2A4B8D6811E04861B_inline (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void wg_set_home_m4EE95822DFDA2F53814611771C89A4C1CE315CE3 (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
inline void Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF*, RuntimeObject*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_parent, bool ___1_worldPositionStays, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfw__ctor_mCC5300902ABD9E2802FF337F2506041E280DFF8D (bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz__ctor_mCF251CBC92A57144C42BBD2E4CF05E0B79745A9A (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198 (List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* __this, int32_t ___0_index, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* (*) (List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A (yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* __this, yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* ___0_source, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool yt_EqualStyle_mF363C59188D5C8962461E811285C7D23520D6242 (yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* __this, yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* ___0_aFormat, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* bfs_GetElement_m1353018E6DEE6F42EAF2099D9A3A97D5BE4F2606 (int32_t ___0_type, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_inline (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* __this, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6*, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
inline int32_t List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_inline (List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( int32_t (*) (List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfy__ctor_m4B004892028D6401080D849075D9BDE4A319D9D4 (bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_inline (List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* __this, bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA*, bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgi_Begin_mFC1A12D030F1127E2DF9386577AC73BE5BD98BB1 (String_t* ___0_source, bool ___1_lowerCaseName, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgi_GetText_m946F7B9095BECCCA363E4115953C239ED82C5AB3 (bool ___0_trim, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_fqx_m2A779B813FCBBE6FC34E8EBF9885DFD0727D2516 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, String_t* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m6EA1F233618497AEFF8902A5EDFA24C74E2F2876 (String_t* ___0_s, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgi_GetAttributeInt_m1FA9F8FF70A816C47CADD048D636C1C892DB2604 (String_t* ___0_attrName, int32_t ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgi_GetAttribute_mA91B1380D642F9DC1D9CCB2C23694F54F13347E8 (String_t* ___0_attrName, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___0_separator, int32_t ___1_options, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_FetchAttributes_mBEB1EB95F7519ABFBF094C29E4E75273E77DE4ED (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgi_GetAttribute_m02BDC6DBBD41E21D85B3C5D2E7368277798829E6 (String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, String_t* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, String_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgi_NextTag_m420A90BBA7BEA7DC1DC61DABA56565B34042D665 (const RuntimeMethod* method) ;
|
||
|
|
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_Set_mB461F2C3269927F516DEB4AF232EE1CEC810AB92 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, RuntimeObject* ___1_attrValue, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfz_fqw_mC078B82535C1E2E99FA6E149A82878F3305FEDA6 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1__ctor_m7378FB9E49C2174C7EBCA2FB216F6879361311EC (List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfx__ctor_m1BECC76D8106419036F1C33AB18A308FB7563836 (bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bbt_tD57E350288A36099A911CA5A9F92152635E20914* bdc_get_asComboBox_m5CF6D122E02B2322A6149550250BEB64AB2B3729 (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bga_fqy_mF24FFAE373C9CC2F54E9C62BBE90B1CA61A2BE9B_inline (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, bbt_tD57E350288A36099A911CA5A9F92152635E20914* ___0_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bbt_tD57E350288A36099A911CA5A9F92152635E20914* bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* bbt_get_onChanged_m0B6CED2D4F170BC81169F23835D7B5BED2A3FE0F (bbt_tD57E350288A36099A911CA5A9F92152635E20914* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* bfs_Get_mC4C958729DB59D56666B0FF5BE5C87995557BB97 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bbt_set_items_mF808F16CF5CD6FAEB2D40C375CAAF0A556990E44 (bbt_tD57E350288A36099A911CA5A9F92152635E20914* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bbt_set_values_mDC5B4089955F0316B633C9C393617781F51A453A (bbt_tD57E350288A36099A911CA5A9F92152635E20914* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bbt_set_value_m1D5D8932810B64B587D4E4E0507632C005737EF5 (bbt_tD57E350288A36099A911CA5A9F92152635E20914* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Rect_MinMaxRect_m540D2DD8C255D276AD4AE06D9CCA2A667EFA39E5_inline (float ___0_xmin, float ___1_ymin, float ___2_xmax, float ___3_ymax, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703 (StringBuilder_t* __this, String_t* ___0_value, int32_t ___1_startIndex, int32_t ___2_count, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4 (String_t* __this, Il2CppChar ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
||
|
|
inline bool Dictionary_2_TryGetValue_m6EBFD23F94E8F42E2E992CCDA5F3C6F866484FD5 (Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* __this, String_t* ___0_key, bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E** ___1_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7*, String_t*, bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method);
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_inline (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, String_t* ___0_tagName, bool ___1_end, String_t* ___2_attr, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_GetTagText_m437F0B555486DBC6984D2CF7FC226F3A1E21D6DF (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, bool ___0_remove, const RuntimeMethod* method) ;
|
||
|
|
inline void Dictionary_2__ctor_m1E0C68798110AAF2DB1ED61D192CA2070F2F8A7D (Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, RuntimeObject* ___0_a, intptr_t ___1_b, const RuntimeMethod* method) ;
|
||
|
|
inline void Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D (Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* __this, String_t* ___0_key, bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* ___1_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7*, String_t*, bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgf__ctor_m40D1D0561F28766EB04F5C0AE02CC41BFC06B1DE (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg__ctor_m4B0F2FB228573AAAD03B7B763589FD3A1CC2D020 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_GetAttribute_mF1B168685DAB4D19E38388D8729FB30B4AF121C0 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3 (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgj__ctor_m2334573E515D214A360B03EB390D727C9CE49859 (bgj_t6E73682718BB2F7163595805C957FE99716CAA6C* __this, List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
||
|
|
inline bool Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method);
|
||
|
|
}
|
||
|
|
inline void Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline void Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bgg_GetAttributeFloat_m29CAF59C4291E8D02FB6D8D630DF173D37F1BF6D (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_GetAttributeBool_m4507DAF9774A35BC6F78710D91A8D4995CC02AB6 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, bool ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
inline bool Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, String_t** ___1_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgl_Clear_mFBCA93A5A6AC068717352BE077B5DBDDAC050014 (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgl_RemoveAll_m8D9FB69AAE3C45B56A102D6313CF4EA2F569C8CB (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* __this, String_t* ___0_selector, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgg_get_elements_m05BB4E0CF0C5309DE74B737AAFF9E6865A4D5853 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgl_Add_m35689E502B66B4082360BD0678313C6992B1B48D (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* __this, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___0_xml, const RuntimeMethod* method) ;
|
||
|
|
inline void Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_frh_mF97DF46CD81CC7ED30BAE880F10F930754313599 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, StringBuilder_t* ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
|
||
|
|
inline bool List_1_Remove_m1D51D1E83BBFD81A21F31E456FCA2487966D4E2C (List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* __this, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD*, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* bgl_Find_mFB5F9AD6A3202493412E6F0B421B998374522ECE (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* __this, String_t* ___0_selector, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m621F610BB84997A2E3C4686913F482316CD3E6B8 (String_t* ___0_s, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_mE20F6CD28FC8E8C9FD65987DBD32E6087CCE1CF3 (StringBuilder_t* __this, Il2CppChar ___0_value, int32_t ___1_repeatCount, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgm_EncodeString_m5EF837F931E65BC4CD83036D36D1044D7ED14E4F (StringBuilder_t* ___0_sb, int32_t ___1_start, bool ___2_isAttribute, const RuntimeMethod* method) ;
|
||
|
|
inline Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m52AB12790B0B9B46B1DFB1F861C9DBEAB07C1FDA_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline void Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562*, const RuntimeMethod*))Enumerator_Dispose_mEA5E01B81EB943B7003D87CEC1B6040524F0402C_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
inline KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_inline (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A (*) (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562*, const RuntimeMethod*))Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline String_t* KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline String_t* KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( String_t* (*) (KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline bool Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438 (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562*, const RuntimeMethod*))Enumerator_MoveNext_mCD4950A75FFADD54AF354D48C6C0DB0B5A22A5F4_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgl_get_Count_m9339979151197C6CCFFB1DDDFABA030076461871 (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* __this, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* bgl_get_Item_mF5B975ED901B546B8DEDD231181E358EA28CF756 (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgg_GetAttributeInt_mF3965547CA1427FFA7BAFC46879989956AEFA0E8 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, int32_t ___1_defValue, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_Reset_m95CB45E9E65E9DD2719AB5B9416DE0F525D457B4 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method) ;
|
||
|
|
inline void Stack_1_Clear_mB8AA6EE2D13A921310A00AED0326B1B0E5C66FE7 (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC*, const RuntimeMethod*))Stack_1_Clear_mD550E89582979ECB0D6E6D68F0237FC14708BE85_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* bgi_GetAttributes_m9B3ABAC09A478CDD82402972D9583F1F60674036 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___0_result, const RuntimeMethod* method) ;
|
||
|
|
inline void Stack_1_Push_m6DAE2B7AF553E3AB559DFD16BFC5CDB752296002 (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* __this, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC*, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
||
|
|
inline int32_t Stack_1_get_Count_mD7B8A8EC61C6FDBDE31E6FD888DEF5618EDEDDB6_inline (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( int32_t (*) (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC*, const RuntimeMethod*))Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline)(__this, method);
|
||
|
|
}
|
||
|
|
inline bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* Stack_1_Pop_m6EA5EA30CC8B8A17CE5B3799045EC89A6FF75617 (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* (*) (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_Parse_m94725A92DB15976A36BAF1EAB946D05C3366B029 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_aSource, const RuntimeMethod* method) ;
|
||
|
|
inline bool Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
return (( bool (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared)(__this, ___0_key, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgl_Filter_m37A97474648712CAEA1648C4D5AD475C2E15386D (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* __this, String_t* ___0_selector, const RuntimeMethod* method) ;
|
||
|
|
inline void Stack_1__ctor_m0430F4EDC674BEDF335E47AA8190A2D9CDB060FA (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
||
|
|
inline void List_1_AddWithResize_m92991049C6531232D85193C4C5C644553A9D9687 (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
(( void (*) (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583*, zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910, const RuntimeMethod*))List_1_AddWithResize_m92991049C6531232D85193C4C5C644553A9D9687_gshared)(__this, ___0_item, method);
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqj_m66A959BD58CED2D67B69CEB532095FA713F1DA06 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, za_tEBF10113807AD11D29863CA15B1F86ACF857A493* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isShowing_mF13833E0ACD1168DCE4F5986EF36CCD469427634(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_1 = __this->___bringToFontOnClick;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_BringToFront_mA00F0B7285C9294313E4706BC0593D6275F6A874(__this, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_Hide_m81114A258F610216BC4AAF523A2A7E9126B2127A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isShowing_mF13833E0ACD1168DCE4F5986EF36CCD469427634(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
VirtualActionInvoker0::Invoke(45, __this);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000e:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fju_m2BA3B2337F17975A431D42B52BDC9F9FA0945F79 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, za_tEBF10113807AD11D29863CA15B1F86ACF857A493* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
za_tEBF10113807AD11D29863CA15B1F86ACF857A493* L_0 = ___0_a;
|
||
|
|
NullCheck(L_0);
|
||
|
|
za_PreventDefault_mF586F81F40172450F478EBF701A3203D3813CA98(L_0, NULL);
|
||
|
|
za_tEBF10113807AD11D29863CA15B1F86ACF857A493* L_1 = ___0_a;
|
||
|
|
NullCheck(L_1);
|
||
|
|
RuntimeObject* L_2 = L_1->___data;
|
||
|
|
bdc_StartDrag_m920F07E2E72671334BD09D756510FEB630C1F0A1(__this, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_2, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_get_isTop_m1B35AEF6280B4CE705FF7CDCA6F8ACDD29DC9192 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1;
|
||
|
|
L_1 = bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
int32_t L_2;
|
||
|
|
L_2 = bbv_GetChildIndex_mFDEDAC1091A424809512E7B63085FD80B4AA9085(L_1, __this, NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_3;
|
||
|
|
L_3 = bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline(__this, NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = bbv_get_numChildren_m1CCFC00C203FC8999F3A1FA3050DB70D76D1E328(L_3, NULL);
|
||
|
|
return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, 1))))? 1 : 0);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fpy_m1EEE942C6C10CF04B467BC4E5218FB0F5036CCD6 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = __this->___loc;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0076;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1 = __this->___lnx;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
||
|
|
L_2 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
||
|
|
L_3 = bdc_LocalToGlobal_m92D3FB750F34CE21E5F1BADEE152D51A31C86188(L_1, L_2, NULL);
|
||
|
|
V_0 = L_3;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = V_0;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
||
|
|
L_5 = bdc_GlobalToLocal_m40959E4C25A69DE6B177B1B55CA6F5FFFED6EB67(__this, L_4, NULL);
|
||
|
|
V_0 = L_5;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_6 = __this->___lnz;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
|
||
|
|
float L_8 = L_7.___x;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_9 = __this->___loc;
|
||
|
|
NullCheck(L_9);
|
||
|
|
float L_10;
|
||
|
|
L_10 = bdc_get_x_mC2C7EFBC790AE5756935A4A63733B107076D9D13_inline(L_9, NULL);
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_0;
|
||
|
|
float L_12 = L_11.___y;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_13 = __this->___loc;
|
||
|
|
NullCheck(L_13);
|
||
|
|
float L_14;
|
||
|
|
L_14 = bdc_get_y_m40D6D7FC8D9ED61CA4B3DDA10BA9A2EA2E4A79A5_inline(L_13, NULL);
|
||
|
|
NullCheck(L_6);
|
||
|
|
bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC(L_6, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_cast_double_to_int<int32_t>(L_8)), L_10)), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_cast_double_to_int<int32_t>(L_12)), L_14)), NULL);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_15 = __this->___lnz;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_16 = __this->___loc;
|
||
|
|
NullCheck(L_16);
|
||
|
|
float L_17;
|
||
|
|
L_17 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_16, NULL);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_18 = __this->___loc;
|
||
|
|
NullCheck(L_18);
|
||
|
|
float L_19;
|
||
|
|
L_19 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_18, NULL);
|
||
|
|
NullCheck(L_15);
|
||
|
|
bdc_SetSize_m43AA3B6570E6A117F30F4A3B3E3F347498A20C34(L_15, L_17, L_19, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0076:
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_20 = __this->___lnz;
|
||
|
|
float L_21;
|
||
|
|
L_21 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(__this, NULL);
|
||
|
|
float L_22;
|
||
|
|
L_22 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(__this, NULL);
|
||
|
|
NullCheck(L_20);
|
||
|
|
bdc_SetSize_m43AA3B6570E6A117F30F4A3B3E3F347498A20C34(L_20, L_21, L_22, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fpz_mE9E0B4D21EF882C33C950C8F60E0B0E50FFA01C3 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_set_closeButton_mE7B821517AF11B1E20B1AA73CCEAB7ED62A0EF79 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = __this->___loa;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0025;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_1 = __this->___loa;
|
||
|
|
NullCheck(L_1);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_2;
|
||
|
|
L_2 = bdc_get_onClick_m6CD5BE3466B75E8BBDCAE5C876BBD636A468C36F(L_1, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_3 = (zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8*)il2cpp_codegen_object_new(zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
zc__ctor_m6634DC7D4935CF9D7B6EE75AC25469203C047F68(L_3, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 47)), NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
ze_Remove_m764401C27144616AB5B25FDBB6CBEC752D1DE566(L_2, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0025:
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_4 = ___0_value;
|
||
|
|
__this->___loa = L_4;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loa), (void*)L_4);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_5 = __this->___loa;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0051;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_6 = __this->___loa;
|
||
|
|
NullCheck(L_6);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_7;
|
||
|
|
L_7 = bdc_get_onClick_m6CD5BE3466B75E8BBDCAE5C876BBD636A468C36F(L_6, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_8 = (zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8*)il2cpp_codegen_object_new(zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
zc__ctor_m6634DC7D4935CF9D7B6EE75AC25469203C047F68(L_8, __this, (intptr_t)((void*)GetVirtualMethodInfo(__this, 47)), NULL);
|
||
|
|
NullCheck(L_7);
|
||
|
|
ze_Add_mF6FB84EF1153D53F679CB9797DC5931829A7DB76(L_7, L_8, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0051:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_get_isShowing_mF13833E0ACD1168DCE4F5986EF36CCD469427634 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline(__this, NULL);
|
||
|
|
return (bool)((!(((RuntimeObject*)(bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_Dispose_m04B5B665ED7C157209F284EE5BCA0953D896469A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = __this->___lnz;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0020;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_1 = __this->___lnz;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_2;
|
||
|
|
L_2 = bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline(L_1, NULL);
|
||
|
|
if (L_2)
|
||
|
|
{
|
||
|
|
goto IL_0020;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_3 = __this->___lnz;
|
||
|
|
NullCheck(L_3);
|
||
|
|
VirtualActionInvoker0::Invoke(32, L_3);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0020:
|
||
|
|
{
|
||
|
|
bool L_4 = __this->___log;
|
||
|
|
if (!L_4)
|
||
|
|
{
|
||
|
|
goto IL_004f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
V_0 = 0;
|
||
|
|
goto IL_0041;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002c:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_5 = __this->___loe;
|
||
|
|
int32_t L_6 = V_0;
|
||
|
|
NullCheck(L_5);
|
||
|
|
RuntimeObject* L_7;
|
||
|
|
L_7 = List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B(L_5, L_6, List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
NullCheck(L_7);
|
||
|
|
InterfaceActionInvoker0::Invoke(4, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_7);
|
||
|
|
int32_t L_8 = V_0;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0041:
|
||
|
|
{
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_10 = __this->___loe;
|
||
|
|
NullCheck(L_10);
|
||
|
|
int32_t L_11;
|
||
|
|
L_11 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_10, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_9) < ((int32_t)L_11)))
|
||
|
|
{
|
||
|
|
goto IL_002c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_004f:
|
||
|
|
{
|
||
|
|
bbv_Dispose_mA7420092F22D47DDED417C1A9C6C02BB6736CBEA(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_gyx_mE2D2B9B0B0B9C99301BACB70F1236FD3E2039FE3 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, int32_t ___0_requestingCmd, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_requestingCmd;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_1 = __this->___loh;
|
||
|
|
int32_t L_2 = ___0_requestingCmd;
|
||
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000e:
|
||
|
|
{
|
||
|
|
__this->___loh = 0;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_3 = __this->___lnz;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0037;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_4 = __this->___lnz;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_5;
|
||
|
|
L_5 = bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline(L_4, NULL);
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0037;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_6 = __this->___lnz;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_7;
|
||
|
|
L_7 = bbv_RemoveChild_mA3F8100DB3D7B6C8B251620417C0EA324BAEAE7B(__this, L_6, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0037:
|
||
|
|
{
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_dno_m9F9E0B59161537430B2B6E95D1FC43CAE90DAA1A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isTop_m1B35AEF6280B4CE705FF7CDCA6F8ACDD29DC9192(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_Hide_m81114A258F610216BC4AAF523A2A7E9126B2127A(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
bfl_Show_m57FF912236B2BFDD5D3D3D301AFCEA9B6E3835A7(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* bfl_get_modalWaitingPane_m86E66055838B29B5C0AB41250D9ACBEC40B371DE (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = __this->___lnz;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_ocr_m6D4706E4623CC81DF908A333277F6D93DEF792A0 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_CloseModalWait_m2AF780A2E2B9CA7E5A5E861ADAAAF69FB06BDAB5(__this, 0, NULL);
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_AddUISource_mEAAFC5B0FA59B4A6B921C39E7ABE47A6ACFDE606 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, RuntimeObject* ___0_source, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m08A9C7323901E8B912FF02E5E1D301A081F15965_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_0 = __this->___loe;
|
||
|
|
RuntimeObject* L_1 = ___0_source;
|
||
|
|
NullCheck(L_0);
|
||
|
|
List_1_Add_m08A9C7323901E8B912FF02E5E1D301A081F15965_inline(L_0, L_1, List_1_Add_m08A9C7323901E8B912FF02E5E1D301A081F15965_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_hnl_mFCEDA9B22756BFB62C38B58F740B11EAE75A877A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0;
|
||
|
|
L_0 = bdi_get_inst_m97B619A127C46969521B20813E381A7DF83CD648(NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_ShowWindow_mDB377EC51F6816A7A88E0A3F691CB2CE794EF2C2(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_ShowModalWait_m19E4FF89DED358AF3422AAA71D1E26139332935A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, int32_t ___0_requestingCmd, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_requestingCmd;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_1 = ___0_requestingCmd;
|
||
|
|
__this->___loh = L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_2 = ((UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var))->___windowModalWaiting;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_3 = __this->___lnz;
|
||
|
|
if (L_3)
|
||
|
|
{
|
||
|
|
goto IL_0035;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_4 = ((UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var))->___windowModalWaiting;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_5;
|
||
|
|
L_5 = bfj_CreateObjectFromURL_mC446F698DBED5AEE9F0FC79DCC2DD8B4A7FE226F(L_4, NULL);
|
||
|
|
__this->___lnz = L_5;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lnz), (void*)L_5);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_6 = __this->___lnz;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bdc_SetHome_mB5B7D021E74FACAFF1CB40E721104515A2F9188A(L_6, __this, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0035:
|
||
|
|
{
|
||
|
|
VirtualActionInvoker0::Invoke(42, __this);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_7 = __this->___lnz;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_8;
|
||
|
|
L_8 = bbv_AddChild_mF6B97929EDE1236104C2128180BAFF1E9DCD4DB7(__this, L_7, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_CloseModalWait_m2AF780A2E2B9CA7E5A5E861ADAAAF69FB06BDAB5 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, int32_t ___0_requestingCmd, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_requestingCmd;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_1 = __this->___loh;
|
||
|
|
int32_t L_2 = ___0_requestingCmd;
|
||
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000e:
|
||
|
|
{
|
||
|
|
__this->___loh = 0;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_3 = __this->___lnz;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0037;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_4 = __this->___lnz;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_5;
|
||
|
|
L_5 = bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline(L_4, NULL);
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0037;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_6 = __this->___lnz;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_7;
|
||
|
|
L_7 = bbv_RemoveChild_mA3F8100DB3D7B6C8B251620417C0EA324BAEAE7B(__this, L_6, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0037:
|
||
|
|
{
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_Init_mDB80A725C9EEF4012564930743DE656DFED5D8D6 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfl_fqe_m801FE03E3168FB18938F1BEC8326723E22FF0AEB_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
RuntimeObject* V_2 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lof;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_1 = __this->___log;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_2 = __this->___loe;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_3;
|
||
|
|
L_3 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_2, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_007b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
__this->___log = (bool)0;
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_4 = __this->___loe;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_5;
|
||
|
|
L_5 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_4, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
V_0 = L_5;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_0068;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_6 = __this->___loe;
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
NullCheck(L_6);
|
||
|
|
RuntimeObject* L_8;
|
||
|
|
L_8 = List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B(L_6, L_7, List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
V_2 = L_8;
|
||
|
|
RuntimeObject* L_9 = V_2;
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_10;
|
||
|
|
L_10 = InterfaceFuncInvoker0< bool >::Invoke(2, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_9);
|
||
|
|
if (L_10)
|
||
|
|
{
|
||
|
|
goto IL_0064;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_11 = V_2;
|
||
|
|
bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA* L_12 = (bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA*)il2cpp_codegen_object_new(bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA_il2cpp_TypeInfo_var);
|
||
|
|
bdr__ctor_m314061222AA5B1C33E7E16D562CA7E2904453451(L_12, __this, (intptr_t)((void*)bfl_fqe_m801FE03E3168FB18938F1BEC8326723E22FF0AEB_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_11);
|
||
|
|
InterfaceActionInvoker1< bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA* >::Invoke(3, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_11, L_12);
|
||
|
|
__this->___log = (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0064:
|
||
|
|
{
|
||
|
|
int32_t L_13 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0068:
|
||
|
|
{
|
||
|
|
int32_t L_14 = V_1;
|
||
|
|
int32_t L_15 = V_0;
|
||
|
|
if ((((int32_t)L_14) < ((int32_t)L_15)))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_16 = __this->___log;
|
||
|
|
if (L_16)
|
||
|
|
{
|
||
|
|
goto IL_0081;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007b:
|
||
|
|
{
|
||
|
|
bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74(__this, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0081:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_nes_m284617DA0FFB35173C8BBCF60D3CD273C7671301 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isTop_m1B35AEF6280B4CE705FF7CDCA6F8ACDD29DC9192(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_Hide_m81114A258F610216BC4AAF523A2A7E9126B2127A(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
bfl_Show_m57FF912236B2BFDD5D3D3D301AFCEA9B6E3835A7(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* bfl_get_contentPane_m01B84F22808911CBAA55D63A2D0BEBEFA987E387 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0 = __this->___lny;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_get_modal_m080BAC49D1C613498F553CDFE3A9EB2A6B49D85E (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lod;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_set_contentPane_m4AE90D94F6A2710148EB0B1869EB8601BF5E6394 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E677328208CD35A2DEA75AA56067A77BB28C128);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68ECB0CD92AE228013CA8CD14B2A415ECFBDFF7B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F3CF19A45A31A89284875B48DE1B03C2874C63B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC21B286D40A961506169519F0367E67228ED742E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8E0C188F8F6EA72CC04A790E0C15B235AC144D0);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1AB6616BF9578984C009BCD6A188E983662EB37);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC78727CD3E7B3E4653F87354CD36820F73AEB6A);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0 = __this->___lny;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1 = ___0_value;
|
||
|
|
if ((((RuntimeObject*)(bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE*)L_0) == ((RuntimeObject*)(bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE*)L_1)))
|
||
|
|
{
|
||
|
|
goto IL_0119;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_2 = __this->___lny;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_3 = __this->___lny;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_4;
|
||
|
|
L_4 = bbv_RemoveChild_mA3F8100DB3D7B6C8B251620417C0EA324BAEAE7B(__this, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_5 = ___0_value;
|
||
|
|
__this->___lny = L_5;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lny), (void*)L_5);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_6 = __this->___lny;
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0107;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_7 = __this->___lny;
|
||
|
|
NullCheck(L_7);
|
||
|
|
String_t* L_8;
|
||
|
|
L_8 = bdc_get_gameObjectName_mFD070CE9BF5014B57D92E87089918C90DFECAC16(L_7, NULL);
|
||
|
|
String_t* L_9;
|
||
|
|
L_9 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralDC78727CD3E7B3E4653F87354CD36820F73AEB6A, L_8, NULL);
|
||
|
|
bdc_set_gameObjectName_m312538DD191DA06DB4548FAE79A94BE5089ED6FE(__this, L_9, NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_10 = __this->___lny;
|
||
|
|
NullCheck(L_10);
|
||
|
|
bdc_set_gameObjectName_m312538DD191DA06DB4548FAE79A94BE5089ED6FE(L_10, _stringLiteral2E677328208CD35A2DEA75AA56067A77BB28C128, NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_11 = __this->___lny;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_12;
|
||
|
|
L_12 = bbv_AddChild_mF6B97929EDE1236104C2128180BAFF1E9DCD4DB7(__this, L_11, NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_13 = __this->___lny;
|
||
|
|
NullCheck(L_13);
|
||
|
|
float L_14;
|
||
|
|
L_14 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_13, NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_15 = __this->___lny;
|
||
|
|
NullCheck(L_15);
|
||
|
|
float L_16;
|
||
|
|
L_16 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_15, NULL);
|
||
|
|
bdc_SetSize_m43AA3B6570E6A117F30F4A3B3E3F347498A20C34(__this, L_14, L_16, NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_17 = __this->___lny;
|
||
|
|
NullCheck(L_17);
|
||
|
|
bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F(L_17, __this, ((int32_t)24), NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_18 = __this->___lny;
|
||
|
|
NullCheck(L_18);
|
||
|
|
bbv_set_fairyBatching_m7AD9063B8BFBEA05B2B79212F4AD4CC499018BAE(L_18, (bool)1, NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_19 = __this->___lny;
|
||
|
|
NullCheck(L_19);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_20;
|
||
|
|
L_20 = bbv_GetChild_m8DF21F03EEFA5ABC8EF00FA2E30755635B97A9CE(L_19, _stringLiteralD1AB6616BF9578984C009BCD6A188E983662EB37, NULL);
|
||
|
|
__this->___lnx = ((bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE*)IsInstClass((RuntimeObject*)L_20, bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE_il2cpp_TypeInfo_var));
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lnx), (void*)((bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE*)IsInstClass((RuntimeObject*)L_20, bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE_il2cpp_TypeInfo_var)));
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_21 = __this->___lnx;
|
||
|
|
if (!L_21)
|
||
|
|
{
|
||
|
|
goto IL_0119;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_22 = __this->___lnx;
|
||
|
|
NullCheck(L_22);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_23;
|
||
|
|
L_23 = bbv_GetChild_m8DF21F03EEFA5ABC8EF00FA2E30755635B97A9CE(L_22, _stringLiteralC8E0C188F8F6EA72CC04A790E0C15B235AC144D0, NULL);
|
||
|
|
bfl_set_closeButton_mE7B821517AF11B1E20B1AA73CCEAB7ED62A0EF79(__this, L_23, NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_24 = __this->___lnx;
|
||
|
|
NullCheck(L_24);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_25;
|
||
|
|
L_25 = bbv_GetChild_m8DF21F03EEFA5ABC8EF00FA2E30755635B97A9CE(L_24, _stringLiteralC21B286D40A961506169519F0367E67228ED742E, NULL);
|
||
|
|
bfl_set_dragArea_mD9789B481075465BDB8F3571A01436B35BF0687E(__this, L_25, NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_26 = __this->___lnx;
|
||
|
|
NullCheck(L_26);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_27;
|
||
|
|
L_27 = bbv_GetChild_m8DF21F03EEFA5ABC8EF00FA2E30755635B97A9CE(L_26, _stringLiteral68ECB0CD92AE228013CA8CD14B2A415ECFBDFF7B, NULL);
|
||
|
|
bfl_set_contentArea_mFBAB81B8915A6106C1EF4CAB8212FE85162AB2C1_inline(__this, L_27, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0107:
|
||
|
|
{
|
||
|
|
__this->___lnx = (bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lnx), (void*)(bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE*)NULL);
|
||
|
|
bdc_set_gameObjectName_m312538DD191DA06DB4548FAE79A94BE5089ED6FE(__this, _stringLiteral6F3CF19A45A31A89284875B48DE1B03C2874C63B, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0119:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_CloseModalWait_m7D60D7A105E89B001773EED11B42311185EEE144 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_CloseModalWait_m2AF780A2E2B9CA7E5A5E861ADAAAF69FB06BDAB5(__this, 0, NULL);
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_jah_mACB2BDF5C2040AC4D2F58C06B18E30D313CCBEF2 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, za_tEBF10113807AD11D29863CA15B1F86ACF857A493* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isShowing_mF13833E0ACD1168DCE4F5986EF36CCD469427634(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_1 = __this->___bringToFontOnClick;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_BringToFront_mA00F0B7285C9294313E4706BC0593D6275F6A874(__this, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqb_m2614454854B3FFB05ED35695B1A05CBAD9FAE69B (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_gwr_m37C9C1FC3146225606D06A0A7BD755175F3067DD (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isTop_m1B35AEF6280B4CE705FF7CDCA6F8ACDD29DC9192(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_Hide_m81114A258F610216BC4AAF523A2A7E9126B2127A(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
bfl_Show_m57FF912236B2BFDD5D3D3D301AFCEA9B6E3835A7(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* bfl_get_dragArea_mC8C05850A1711484BB232B2911B381D46CAFD49A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = __this->___lob;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl__ctor_mF1A5A372D2CC932E4101DE7A5F2B3885DD073018 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDE912933DA194EF92DA68DD6BDD1770F08D3E64F_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F3CF19A45A31A89284875B48DE1B03C2874C63B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfl_fqh_mD542E7C5C9E8C0DA1B8C69102095E0F6800BFF11_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfl_fqi_mD8DCF3718519C46D914AD5090E27557C68D5EF97_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfl_fqj_m66A959BD58CED2D67B69CEB532095FA713F1DA06_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv__ctor_m3585D450400356B16BCC750A575840EDEF4547F5(__this, NULL);
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_0 = (List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410*)il2cpp_codegen_object_new(List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410_il2cpp_TypeInfo_var);
|
||
|
|
List_1__ctor_mDE912933DA194EF92DA68DD6BDD1770F08D3E64F(L_0, List_1__ctor_mDE912933DA194EF92DA68DD6BDD1770F08D3E64F_RuntimeMethod_var);
|
||
|
|
__this->___loe = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loe), (void*)L_0);
|
||
|
|
bbv_set_tabStopChildren_mB06F215C2DC866E5B654D8AB5B00AE0F6699AF4F(__this, (bool)1, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
bool L_1 = ((UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var))->___bringWindowToFrontOnClick;
|
||
|
|
__this->___bringToFontOnClick = L_1;
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_2;
|
||
|
|
L_2 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(__this, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_3;
|
||
|
|
L_3 = wg_get_onAddedToStage_mC70C7023E272C4FD60F66C51EDD2AFBB757A8BEC(L_2, NULL);
|
||
|
|
zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* L_4 = (zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD*)il2cpp_codegen_object_new(zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD_il2cpp_TypeInfo_var);
|
||
|
|
zb__ctor_mAB816C3AB13EFD02D4C7A15A76E604E2F47349DC(L_4, __this, (intptr_t)((void*)bfl_fqh_mD542E7C5C9E8C0DA1B8C69102095E0F6800BFF11_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
ze_Add_m6C865A7C086FAA45474B4F709879B244CED3752C(L_3, L_4, NULL);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_5;
|
||
|
|
L_5 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(__this, NULL);
|
||
|
|
NullCheck(L_5);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_6;
|
||
|
|
L_6 = wg_get_onRemovedFromStage_m8955377CE5CA4A3A41A404852656693CB7B0A209(L_5, NULL);
|
||
|
|
zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* L_7 = (zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD*)il2cpp_codegen_object_new(zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD_il2cpp_TypeInfo_var);
|
||
|
|
zb__ctor_mAB816C3AB13EFD02D4C7A15A76E604E2F47349DC(L_7, __this, (intptr_t)((void*)bfl_fqi_mD8DCF3718519C46D914AD5090E27557C68D5EF97_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_6);
|
||
|
|
ze_Add_m6C865A7C086FAA45474B4F709879B244CED3752C(L_6, L_7, NULL);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_8;
|
||
|
|
L_8 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(__this, NULL);
|
||
|
|
NullCheck(L_8);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_9;
|
||
|
|
L_9 = wg_get_onTouchBegin_m734FE114E24129D1EBC3D791FD89AE4786B266B1(L_8, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_10 = (zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8*)il2cpp_codegen_object_new(zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
zc__ctor_m6634DC7D4935CF9D7B6EE75AC25469203C047F68(L_10, __this, (intptr_t)((void*)bfl_fqj_m66A959BD58CED2D67B69CEB532095FA713F1DA06_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
ze_AddCapture_m575833246460F765F1C818570F7769100E6EA44A(L_9, L_10, NULL);
|
||
|
|
bdc_set_gameObjectName_m312538DD191DA06DB4548FAE79A94BE5089ED6FE(__this, _stringLiteral6F3CF19A45A31A89284875B48DE1B03C2874C63B, NULL);
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_11;
|
||
|
|
L_11 = bdi_get_inst_m97B619A127C46969521B20813E381A7DF83CD648(NULL);
|
||
|
|
bdc_SetHome_mB5B7D021E74FACAFF1CB40E721104515A2F9188A(__this, L_11, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqe_m801FE03E3168FB18938F1BEC8326723E22FF0AEB (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_0 = __this->___loe;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_0, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
V_0 = L_1;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_0028;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_2 = __this->___loe;
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_4;
|
||
|
|
L_4 = List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B(L_2, L_3, List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
NullCheck(L_4);
|
||
|
|
bool L_5;
|
||
|
|
L_5 = InterfaceFuncInvoker0< bool >::Invoke(2, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_4);
|
||
|
|
if (L_5)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
int32_t L_6 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0028:
|
||
|
|
{
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
int32_t L_8 = V_0;
|
||
|
|
if ((((int32_t)L_7) < ((int32_t)L_8)))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
__this->___log = (bool)0;
|
||
|
|
bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_mgk_m5763227D8D53048ABD67C69BDA677FCA95527824 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfl_fqe_m801FE03E3168FB18938F1BEC8326723E22FF0AEB_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
RuntimeObject* V_2 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lof;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_1 = __this->___log;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_2 = __this->___loe;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_3;
|
||
|
|
L_3 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_2, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_007b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
__this->___log = (bool)0;
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_4 = __this->___loe;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_5;
|
||
|
|
L_5 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_4, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
V_0 = L_5;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_0068;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_6 = __this->___loe;
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
NullCheck(L_6);
|
||
|
|
RuntimeObject* L_8;
|
||
|
|
L_8 = List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B(L_6, L_7, List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
V_2 = L_8;
|
||
|
|
RuntimeObject* L_9 = V_2;
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_10;
|
||
|
|
L_10 = InterfaceFuncInvoker0< bool >::Invoke(2, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_9);
|
||
|
|
if (L_10)
|
||
|
|
{
|
||
|
|
goto IL_0064;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_11 = V_2;
|
||
|
|
bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA* L_12 = (bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA*)il2cpp_codegen_object_new(bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA_il2cpp_TypeInfo_var);
|
||
|
|
bdr__ctor_m314061222AA5B1C33E7E16D562CA7E2904453451(L_12, __this, (intptr_t)((void*)bfl_fqe_m801FE03E3168FB18938F1BEC8326723E22FF0AEB_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_11);
|
||
|
|
InterfaceActionInvoker1< bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA* >::Invoke(3, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_11, L_12);
|
||
|
|
__this->___log = (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0064:
|
||
|
|
{
|
||
|
|
int32_t L_13 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0068:
|
||
|
|
{
|
||
|
|
int32_t L_14 = V_1;
|
||
|
|
int32_t L_15 = V_0;
|
||
|
|
if ((((int32_t)L_14) < ((int32_t)L_15)))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_16 = __this->___log;
|
||
|
|
if (L_16)
|
||
|
|
{
|
||
|
|
goto IL_0081;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007b:
|
||
|
|
{
|
||
|
|
bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74(__this, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0081:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_bqy_m26C6B0BB3ADD4B765FEBC450982BC5A66E33143E (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_CloseModalWait_m2AF780A2E2B9CA7E5A5E861ADAAAF69FB06BDAB5(__this, 0, NULL);
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_ToggleStatus_m1E13FA0EE9D9DA0AB95D6A095F7F9C1E281C8545 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isTop_m1B35AEF6280B4CE705FF7CDCA6F8ACDD29DC9192(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_Hide_m81114A258F610216BC4AAF523A2A7E9126B2127A(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
bfl_Show_m57FF912236B2BFDD5D3D3D301AFCEA9B6E3835A7(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_dg_m86A848E132FE680C61C7E0197EC87272EDE587C2 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, int32_t ___0_requestingCmd, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_requestingCmd;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_1 = __this->___loh;
|
||
|
|
int32_t L_2 = ___0_requestingCmd;
|
||
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000e:
|
||
|
|
{
|
||
|
|
__this->___loh = 0;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_3 = __this->___lnz;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0037;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_4 = __this->___lnz;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_5;
|
||
|
|
L_5 = bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline(L_4, NULL);
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0037;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_6 = __this->___lnz;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_7;
|
||
|
|
L_7 = bbv_RemoveChild_mA3F8100DB3D7B6C8B251620417C0EA324BAEAE7B(__this, L_6, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0037:
|
||
|
|
{
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_kmj_m950BC2F788A8FC97854921C7337BF89C19C34CCA (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* ___0_r, bool ___1_restraint, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0 = ___0_r;
|
||
|
|
NullCheck(L_0);
|
||
|
|
float L_1;
|
||
|
|
L_1 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_0, NULL);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(__this, NULL);
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_3 = ___0_r;
|
||
|
|
NullCheck(L_3);
|
||
|
|
float L_4;
|
||
|
|
L_4 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_3, NULL);
|
||
|
|
float L_5;
|
||
|
|
L_5 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(__this, NULL);
|
||
|
|
bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC(__this, ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_subtract(L_1, L_2))/(-2931.0f))))), ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_subtract(L_4, L_5))/(9726.0f))))), NULL);
|
||
|
|
bool L_6 = ___1_restraint;
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0044;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_7 = ___0_r;
|
||
|
|
bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F(__this, L_7, 3, NULL);
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_8 = ___0_r;
|
||
|
|
bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F(__this, L_8, ((int32_t)83), NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0044:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqd_m65C14405FF94D3A7427E5684823CE121BF0B7160 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfl_HideImmediately_m2A37B96594516CE39234F1991C49148F6A2A839A(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_hgh_m38EE65CA2FF574C2F05BEE15C9521BCECB78F198 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, int32_t ___0_requestingCmd, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_requestingCmd;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_1 = ___0_requestingCmd;
|
||
|
|
__this->___loh = L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_2 = ((UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var))->___windowModalWaiting;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_3 = __this->___lnz;
|
||
|
|
if (L_3)
|
||
|
|
{
|
||
|
|
goto IL_0035;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_4 = ((UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var))->___windowModalWaiting;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_5;
|
||
|
|
L_5 = bfj_CreateObjectFromURL_mC446F698DBED5AEE9F0FC79DCC2DD8B4A7FE226F(L_4, NULL);
|
||
|
|
__this->___lnz = L_5;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lnz), (void*)L_5);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_6 = __this->___lnz;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bdc_SetHome_mB5B7D021E74FACAFF1CB40E721104515A2F9188A(L_6, __this, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0035:
|
||
|
|
{
|
||
|
|
VirtualActionInvoker0::Invoke(42, __this);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_7 = __this->___lnz;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_8;
|
||
|
|
L_8 = bbv_AddChild_mF6B97929EDE1236104C2128180BAFF1E9DCD4DB7(__this, L_7, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
__this->___lof = (bool)1;
|
||
|
|
VirtualActionInvoker0::Invoke(43, __this);
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isShowing_mF13833E0ACD1168DCE4F5986EF36CCD469427634(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
VirtualActionInvoker0::Invoke(48, __this);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001b:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_get_modalWaiting_m1F618E80AAA2AC82F4D6976EB85836613DCDBBE1 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = __this->___lnz;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_1 = __this->___lnz;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = bdc_get_inContainer_m36F12A223E175B26DCC9226088F96B17C9F30A0D(L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqa_mDE263B1ABF4C456E88814D9E5FD7D826B34266A6 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_cxo_m0405574BC9E0D6F5382E58F5FE96D9798CE581CD (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_CloseModalWait_m7D60D7A105E89B001773EED11B42311185EEE144(__this, NULL);
|
||
|
|
VirtualActionInvoker0::Invoke(44, __this);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqi_mD8DCF3718519C46D914AD5090E27557C68D5EF97 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_CloseModalWait_m7D60D7A105E89B001773EED11B42311185EEE144(__this, NULL);
|
||
|
|
VirtualActionInvoker0::Invoke(44, __this);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqh_mD542E7C5C9E8C0DA1B8C69102095E0F6800BFF11 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lof;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_Init_mDB80A725C9EEF4012564930743DE656DFED5D8D6(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
VirtualActionInvoker0::Invoke(48, __this);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_BringToFront_mA00F0B7285C9294313E4706BC0593D6275F6A874 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0;
|
||
|
|
L_0 = bdc_get_root_m90CDF4412A524FCAA41B74F3672AB417CD6A9E86(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_BringToFront_m3FC418D12D6ACBFFB78F48A6814DAEC3A9B5930B(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_bvt_m873D26E3B40F1DC4ED07AC179E1C40E3FC0CA54D (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isShowing_mF13833E0ACD1168DCE4F5986EF36CCD469427634(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
VirtualActionInvoker0::Invoke(45, __this);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000e:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_bjn_mCBFC29BB1D5C4F2385B7587F6E395786FD1901C1 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0;
|
||
|
|
L_0 = bdi_get_inst_m97B619A127C46969521B20813E381A7DF83CD648(NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_ShowWindow_mDB377EC51F6816A7A88E0A3F691CB2CE794EF2C2(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqg_mCEABFE90243FBB2B9D11E1E3C98C7DB72B504635 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, za_tEBF10113807AD11D29863CA15B1F86ACF857A493* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfl_Hide_m81114A258F610216BC4AAF523A2A7E9126B2127A(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_iz_m87D1F7F0F7D81C1E3A3D2BB7BAACA804CF7FDA4D (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0;
|
||
|
|
L_0 = bdi_get_inst_m97B619A127C46969521B20813E381A7DF83CD648(NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_ShowWindow_mDB377EC51F6816A7A88E0A3F691CB2CE794EF2C2(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_ym_m14DD8C33C0664D3D382271FEC4DEE91C30A3B9DB (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, int32_t ___0_requestingCmd, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_requestingCmd;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_1 = ___0_requestingCmd;
|
||
|
|
__this->___loh = L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_2 = ((UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var))->___windowModalWaiting;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_3 = __this->___lnz;
|
||
|
|
if (L_3)
|
||
|
|
{
|
||
|
|
goto IL_0035;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_4 = ((UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var))->___windowModalWaiting;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_5;
|
||
|
|
L_5 = bfj_CreateObjectFromURL_mC446F698DBED5AEE9F0FC79DCC2DD8B4A7FE226F(L_4, NULL);
|
||
|
|
__this->___lnz = L_5;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lnz), (void*)L_5);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_6 = __this->___lnz;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bdc_SetHome_mB5B7D021E74FACAFF1CB40E721104515A2F9188A(L_6, __this, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0035:
|
||
|
|
{
|
||
|
|
VirtualActionInvoker0::Invoke(42, __this);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_7 = __this->___lnz;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_8;
|
||
|
|
L_8 = bbv_AddChild_mF6B97929EDE1236104C2128180BAFF1E9DCD4DB7(__this, L_7, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_HideImmediately_m2A37B96594516CE39234F1991C49148F6A2A839A (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0;
|
||
|
|
L_0 = bdc_get_root_m90CDF4412A524FCAA41B74F3672AB417CD6A9E86(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_HideWindowImmediately_m97B57A05268C180B209F15CD323A4C0E4CB930C5(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_opq_m22C517CB8AC21519C0B62637581571B6D08A843E (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, int32_t ___0_requestingCmd, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_requestingCmd;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_1 = ___0_requestingCmd;
|
||
|
|
__this->___loh = L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_2 = ((UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var))->___windowModalWaiting;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_3 = __this->___lnz;
|
||
|
|
if (L_3)
|
||
|
|
{
|
||
|
|
goto IL_0035;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_4 = ((UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_t06FB92E0EAE369707D334C6508C7308FD4319FB9_il2cpp_TypeInfo_var))->___windowModalWaiting;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_5;
|
||
|
|
L_5 = bfj_CreateObjectFromURL_mC446F698DBED5AEE9F0FC79DCC2DD8B4A7FE226F(L_4, NULL);
|
||
|
|
__this->___lnz = L_5;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lnz), (void*)L_5);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_6 = __this->___lnz;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bdc_SetHome_mB5B7D021E74FACAFF1CB40E721104515A2F9188A(L_6, __this, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0035:
|
||
|
|
{
|
||
|
|
VirtualActionInvoker0::Invoke(42, __this);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_7 = __this->___lnz;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_8;
|
||
|
|
L_8 = bbv_AddChild_mF6B97929EDE1236104C2128180BAFF1E9DCD4DB7(__this, L_7, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_ebp_mD01AD5393BB7137C5A604BB77D89827317E01118 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0;
|
||
|
|
L_0 = bdc_get_root_m90CDF4412A524FCAA41B74F3672AB417CD6A9E86(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_HideWindowImmediately_m97B57A05268C180B209F15CD323A4C0E4CB930C5(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* bfl_get_contentArea_m507924B70C11BA30F121B2007B7C06208566FF71 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = __this->___loc;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqc_mF170BB477EE3D07D5A234486FF94FA813C48B6A1 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
VirtualActionInvoker0::Invoke(46, __this);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_dlr_m2BD10DCB0E3ADA5716A9B057B56B38CAC0A6DA28 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_0 = __this->___loe;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_0, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
V_0 = L_1;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_0028;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_2 = __this->___loe;
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_4;
|
||
|
|
L_4 = List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B(L_2, L_3, List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
NullCheck(L_4);
|
||
|
|
bool L_5;
|
||
|
|
L_5 = InterfaceFuncInvoker0< bool >::Invoke(2, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_4);
|
||
|
|
if (L_5)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
int32_t L_6 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0028:
|
||
|
|
{
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
int32_t L_8 = V_0;
|
||
|
|
if ((((int32_t)L_7) < ((int32_t)L_8)))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
__this->___log = (bool)0;
|
||
|
|
bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_dlo_mFD7602983A2A106F724F043AD34D6B7EAB3B9F74 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0;
|
||
|
|
L_0 = bdi_get_inst_m97B619A127C46969521B20813E381A7DF83CD648(NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_ShowWindow_mDB377EC51F6816A7A88E0A3F691CB2CE794EF2C2(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_ShowModalWait_mEEC2CC2CE744A961C2EACE5D32C23795E4D2D26C (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfl_ShowModalWait_m19E4FF89DED358AF3422AAA71D1E26139332935A(__this, 0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_jnd_m5E9E06433241CBC600D12C552B9BF3CAF4356E43 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* ___0_r, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0 = ___0_r;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_ShowWindow_mDB377EC51F6816A7A88E0A3F691CB2CE794EF2C2(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_set_contentArea_mFBAB81B8915A6106C1EF4CAB8212FE85162AB2C1 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = ___0_value;
|
||
|
|
__this->___loc = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loc), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_cap_m6243D8C492000B0551319AF970F505EB9FB99EEC (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_get_isTop_m1B35AEF6280B4CE705FF7CDCA6F8ACDD29DC9192(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_Hide_m81114A258F610216BC4AAF523A2A7E9126B2127A(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
bfl_Show_m57FF912236B2BFDD5D3D3D301AFCEA9B6E3835A7(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_set_modal_mF64415F897C288025BDA562BC9A64863934D2CDD (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bool ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = ___0_value;
|
||
|
|
__this->___lod = L_0;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* bfl_get_frame_m00BC9A79A6B140A93DF76EDFEFF67D48F820757B (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0 = __this->___lnx;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_ley_m46D5D71924A33F17E816714E3E3E2DB8F44A01E9 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* ___0_r, bool ___1_restraint, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0 = ___0_r;
|
||
|
|
NullCheck(L_0);
|
||
|
|
float L_1;
|
||
|
|
L_1 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_0, NULL);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(__this, NULL);
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_3 = ___0_r;
|
||
|
|
NullCheck(L_3);
|
||
|
|
float L_4;
|
||
|
|
L_4 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_3, NULL);
|
||
|
|
float L_5;
|
||
|
|
L_5 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(__this, NULL);
|
||
|
|
bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC(__this, ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_subtract(L_1, L_2))/(1547.0f))))), ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_subtract(L_4, L_5))/(9514.0f))))), NULL);
|
||
|
|
bool L_6 = ___1_restraint;
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0044;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_7 = ___0_r;
|
||
|
|
bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F(__this, L_7, 3, NULL);
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_8 = ___0_r;
|
||
|
|
bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F(__this, L_8, ((int32_t)82), NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0044:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_oai_mC8CEFE1A6D9F2542A21336290EFFDAAA2ADA7093 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_CloseModalWait_m2AF780A2E2B9CA7E5A5E861ADAAAF69FB06BDAB5(__this, 0, NULL);
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_CenterOn_mE5B6688654900C68B11A4A702C7A0F9BF6272E31 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* ___0_r, bool ___1_restraint, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0 = ___0_r;
|
||
|
|
NullCheck(L_0);
|
||
|
|
float L_1;
|
||
|
|
L_1 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_0, NULL);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(__this, NULL);
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_3 = ___0_r;
|
||
|
|
NullCheck(L_3);
|
||
|
|
float L_4;
|
||
|
|
L_4 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_3, NULL);
|
||
|
|
float L_5;
|
||
|
|
L_5 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(__this, NULL);
|
||
|
|
bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC(__this, ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_subtract(L_1, L_2))/(2.0f))))), ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_subtract(L_4, L_5))/(2.0f))))), NULL);
|
||
|
|
bool L_6 = ___1_restraint;
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0044;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_7 = ___0_r;
|
||
|
|
bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F(__this, L_7, 3, NULL);
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_8 = ___0_r;
|
||
|
|
bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F(__this, L_8, ((int32_t)10), NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0044:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_Show_m57FF912236B2BFDD5D3D3D301AFCEA9B6E3835A7 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0;
|
||
|
|
L_0 = bdi_get_inst_m97B619A127C46969521B20813E381A7DF83CD648(NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_ShowWindow_mDB377EC51F6816A7A88E0A3F691CB2CE794EF2C2(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_bne_mC40D8509E775CC5F26A66A0B8FCF151FDBE2023D (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0;
|
||
|
|
L_0 = bdc_get_root_m90CDF4412A524FCAA41B74F3672AB417CD6A9E86(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_HideWindowImmediately_m97B57A05268C180B209F15CD323A4C0E4CB930C5(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_ShowOn_m2E9346BA8750A28B335DE892C5F47CBE88B767F0 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* ___0_r, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0 = ___0_r;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdi_ShowWindow_mDB377EC51F6816A7A88E0A3F691CB2CE794EF2C2(L_0, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfl_kjn_mB2587FCF53297C23E14977B304C31ADDF87856F1 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0;
|
||
|
|
L_0 = bfl_CloseModalWait_m2AF780A2E2B9CA7E5A5E861ADAAAF69FB06BDAB5(__this, 0, NULL);
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_fqk_mDB7CBAF736844D80E2C6170FB48296AC18CCC03C (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, za_tEBF10113807AD11D29863CA15B1F86ACF857A493* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
za_tEBF10113807AD11D29863CA15B1F86ACF857A493* L_0 = ___0_a;
|
||
|
|
NullCheck(L_0);
|
||
|
|
za_PreventDefault_mF586F81F40172450F478EBF701A3203D3813CA98(L_0, NULL);
|
||
|
|
za_tEBF10113807AD11D29863CA15B1F86ACF857A493* L_1 = ___0_a;
|
||
|
|
NullCheck(L_1);
|
||
|
|
RuntimeObject* L_2 = L_1->___data;
|
||
|
|
bdc_StartDrag_m920F07E2E72671334BD09D756510FEB630C1F0A1(__this, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_2, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_oli_mF792D0CCA5EFB4ED432FFC884B871775AE6D4716 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_0 = __this->___loe;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_0, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
V_0 = L_1;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_0028;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_2 = __this->___loe;
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_4;
|
||
|
|
L_4 = List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B(L_2, L_3, List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
NullCheck(L_4);
|
||
|
|
bool L_5;
|
||
|
|
L_5 = InterfaceFuncInvoker0< bool >::Invoke(2, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_4);
|
||
|
|
if (L_5)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
int32_t L_6 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0028:
|
||
|
|
{
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
int32_t L_8 = V_0;
|
||
|
|
if ((((int32_t)L_7) < ((int32_t)L_8)))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
__this->___log = (bool)0;
|
||
|
|
bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_bny_m9D58457F8E4D9FAEFAC24623069C0302E610A7B3 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfl_fqe_m801FE03E3168FB18938F1BEC8326723E22FF0AEB_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
RuntimeObject* V_2 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lof;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_1 = __this->___log;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_2 = __this->___loe;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_3;
|
||
|
|
L_3 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_2, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_007b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
__this->___log = (bool)0;
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_4 = __this->___loe;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_5;
|
||
|
|
L_5 = List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_inline(L_4, List_1_get_Count_mDD33B7950A6352CFCFB016DC8764E3873834CFA5_RuntimeMethod_var);
|
||
|
|
V_0 = L_5;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_0068;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
List_1_tCBA182FEA4C4962E8339D45E7222AA23C8F41410* L_6 = __this->___loe;
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
NullCheck(L_6);
|
||
|
|
RuntimeObject* L_8;
|
||
|
|
L_8 = List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B(L_6, L_7, List_1_get_Item_mFCD99F6038DC65EA630A8FE08475C03E3F4A829B_RuntimeMethod_var);
|
||
|
|
V_2 = L_8;
|
||
|
|
RuntimeObject* L_9 = V_2;
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_10;
|
||
|
|
L_10 = InterfaceFuncInvoker0< bool >::Invoke(2, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_9);
|
||
|
|
if (L_10)
|
||
|
|
{
|
||
|
|
goto IL_0064;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_11 = V_2;
|
||
|
|
bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA* L_12 = (bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA*)il2cpp_codegen_object_new(bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA_il2cpp_TypeInfo_var);
|
||
|
|
bdr__ctor_m314061222AA5B1C33E7E16D562CA7E2904453451(L_12, __this, (intptr_t)((void*)bfl_fqe_m801FE03E3168FB18938F1BEC8326723E22FF0AEB_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_11);
|
||
|
|
InterfaceActionInvoker1< bdr_t9B2C00CBC67AAB23B6B9E7698AB271F00F599EDA* >::Invoke(3, bds_tB0DC415B157B16709E894B5DF9D51A55F3A75C46_il2cpp_TypeInfo_var, L_11, L_12);
|
||
|
|
__this->___log = (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0064:
|
||
|
|
{
|
||
|
|
int32_t L_13 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0068:
|
||
|
|
{
|
||
|
|
int32_t L_14 = V_1;
|
||
|
|
int32_t L_15 = V_0;
|
||
|
|
if ((((int32_t)L_14) < ((int32_t)L_15)))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_16 = __this->___log;
|
||
|
|
if (L_16)
|
||
|
|
{
|
||
|
|
goto IL_0081;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007b:
|
||
|
|
{
|
||
|
|
bfl_fqf_m54163C8F5A9BCF6DEA93FD65E125667F4F063F74(__this, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0081:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_set_dragArea_mD9789B481075465BDB8F3571A01436B35BF0687E (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfl_fqk_mDB7CBAF736844D80E2C6170FB48296AC18CCC03C_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = __this->___lob;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_1 = ___0_value;
|
||
|
|
if ((((RuntimeObject*)(bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C*)L_0) == ((RuntimeObject*)(bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C*)L_1)))
|
||
|
|
{
|
||
|
|
goto IL_00b6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_2 = __this->___lob;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_003c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_3 = __this->___lob;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bdc_set_draggable_m8AE2EF0EB241CAA937487E948A52BC9417400C50(L_3, (bool)0, NULL);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_4 = __this->___lob;
|
||
|
|
NullCheck(L_4);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_5;
|
||
|
|
L_5 = bdc_get_onDragStart_mF394FD812B3053C4E604FA6DCD1E6BE41BC6D205(L_4, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_6 = (zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8*)il2cpp_codegen_object_new(zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
zc__ctor_m6634DC7D4935CF9D7B6EE75AC25469203C047F68(L_6, __this, (intptr_t)((void*)bfl_fqk_mDB7CBAF736844D80E2C6170FB48296AC18CCC03C_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_5);
|
||
|
|
ze_Remove_m764401C27144616AB5B25FDBB6CBEC752D1DE566(L_5, L_6, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003c:
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_7 = ___0_value;
|
||
|
|
__this->___lob = L_7;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lob), (void*)L_7);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_8 = __this->___lob;
|
||
|
|
if (!L_8)
|
||
|
|
{
|
||
|
|
goto IL_00b6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_9 = __this->___lob;
|
||
|
|
V_0 = ((bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8*)IsInstClass((RuntimeObject*)L_9, bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8_il2cpp_TypeInfo_var));
|
||
|
|
bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8* L_10 = V_0;
|
||
|
|
if (!L_10)
|
||
|
|
{
|
||
|
|
goto IL_008e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8* L_11 = V_0;
|
||
|
|
NullCheck(L_11);
|
||
|
|
xt_t11FAD72BB3709190FFCCB4E57F88CBAD6F138C96* L_12;
|
||
|
|
L_12 = bcq_get_shape_m2476AC5E48B61B78A2585E2C7AA4FFF1F97A708B_inline(L_11, NULL);
|
||
|
|
NullCheck(L_12);
|
||
|
|
bool L_13;
|
||
|
|
L_13 = xt_get_isEmpty_mAFB285AEF962EBB8DA2B3DF5E080FDEF02B418BF(L_12, NULL);
|
||
|
|
if (!L_13)
|
||
|
|
{
|
||
|
|
goto IL_008e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8* L_14 = V_0;
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_15 = __this->___lob;
|
||
|
|
NullCheck(L_15);
|
||
|
|
float L_16;
|
||
|
|
L_16 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_15, NULL);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_17 = __this->___lob;
|
||
|
|
NullCheck(L_17);
|
||
|
|
float L_18;
|
||
|
|
L_18 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_17, NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_19;
|
||
|
|
L_19 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_20;
|
||
|
|
L_20 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
||
|
|
NullCheck(L_14);
|
||
|
|
bcq_DrawRect_m2C49054C933171EEEEF04BC0DD21D22A31D4BD04(L_14, L_16, L_18, 0, L_19, L_20, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_008e:
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_21 = __this->___lob;
|
||
|
|
NullCheck(L_21);
|
||
|
|
bdc_set_draggable_m8AE2EF0EB241CAA937487E948A52BC9417400C50(L_21, (bool)1, NULL);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_22 = __this->___lob;
|
||
|
|
NullCheck(L_22);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_23;
|
||
|
|
L_23 = bdc_get_onDragStart_mF394FD812B3053C4E604FA6DCD1E6BE41BC6D205(L_22, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_24 = (zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8*)il2cpp_codegen_object_new(zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
zc__ctor_m6634DC7D4935CF9D7B6EE75AC25469203C047F68(L_24, __this, (intptr_t)((void*)bfl_fqk_mDB7CBAF736844D80E2C6170FB48296AC18CCC03C_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_23);
|
||
|
|
ze_Add_mF6FB84EF1153D53F679CB9797DC5931829A7DB76(L_23, L_24, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00b6:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfl_dqa_m7624F4017D5E61A7A66622316FED2693A8655F65 (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* ___0_r, bool ___1_restraint, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_0 = ___0_r;
|
||
|
|
NullCheck(L_0);
|
||
|
|
float L_1;
|
||
|
|
L_1 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_0, NULL);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(__this, NULL);
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_3 = ___0_r;
|
||
|
|
NullCheck(L_3);
|
||
|
|
float L_4;
|
||
|
|
L_4 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_3, NULL);
|
||
|
|
float L_5;
|
||
|
|
L_5 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(__this, NULL);
|
||
|
|
bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC(__this, ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_subtract(L_1, L_2))/(-6983.0f))))), ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)(((float)il2cpp_codegen_subtract(L_4, L_5))/(4575.0f))))), NULL);
|
||
|
|
bool L_6 = ___1_restraint;
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0044;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_7 = ___0_r;
|
||
|
|
bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F(__this, L_7, 3, NULL);
|
||
|
|
bdi_t307CAEDF403DC04F12707DD205359C7855F5A8E2* L_8 = ___0_r;
|
||
|
|
bdc_AddRelation_mD03961B19491133551D14E347241768AC5258A4F(__this, L_8, ((int32_t)72), NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0044:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* bfl_get_closeButton_mEF49C443FD338167641DE1E8D27477B1A4886E9B (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = __this->___loa;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_Multicast(bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
il2cpp_array_size_t length = __this->___delegates->max_length;
|
||
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates->GetAddressAtUnchecked(0));
|
||
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* currentDelegate = reinterpret_cast<bfm_t00E29869B54EF1AAFC171A8F68B185687098695F*>(delegatesToInvoke[i]);
|
||
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
|
||
|
|
((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_param, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenInst(bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
NullCheck(___0_param);
|
||
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
||
|
|
((FunctionPointerType)__this->___method_ptr)(___0_param, method);
|
||
|
|
}
|
||
|
|
void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenStatic(bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
||
|
|
((FunctionPointerType)__this->___method_ptr)(___0_param, method);
|
||
|
|
}
|
||
|
|
void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenVirtual(bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
NullCheck(___0_param);
|
||
|
|
VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), ___0_param);
|
||
|
|
}
|
||
|
|
void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenInterface(bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
NullCheck(___0_param);
|
||
|
|
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_param);
|
||
|
|
}
|
||
|
|
void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenGenericVirtual(bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
NullCheck(___0_param);
|
||
|
|
GenericVirtualActionInvoker0::Invoke(method, ___0_param);
|
||
|
|
}
|
||
|
|
void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenGenericInterface(bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
NullCheck(___0_param);
|
||
|
|
GenericInterfaceActionInvoker0::Invoke(method, ___0_param);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfm__ctor_m13DDEDEE3A308D808365B5E2A1C50B92A73F9B43 (bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_a, intptr_t ___1_b, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
__this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_b);
|
||
|
|
__this->___method = ___1_b;
|
||
|
|
__this->___m_target = ___0_a;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_a);
|
||
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_b);
|
||
|
|
__this->___method_code = (intptr_t)__this;
|
||
|
|
if (MethodIsStatic((RuntimeMethod*)___1_b))
|
||
|
|
{
|
||
|
|
bool isOpen = parameterCount == 1;
|
||
|
|
if (isOpen)
|
||
|
|
__this->___invoke_impl = (intptr_t)&bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenStatic;
|
||
|
|
else
|
||
|
|
{
|
||
|
|
__this->___invoke_impl = __this->___method_ptr;
|
||
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
else
|
||
|
|
{
|
||
|
|
bool isOpen = parameterCount == 0;
|
||
|
|
if (isOpen)
|
||
|
|
{
|
||
|
|
if (__this->___method_is_virtual)
|
||
|
|
{
|
||
|
|
if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_b))
|
||
|
|
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_b))
|
||
|
|
__this->___invoke_impl = (intptr_t)&bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenGenericInterface;
|
||
|
|
else
|
||
|
|
__this->___invoke_impl = (intptr_t)&bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenGenericVirtual;
|
||
|
|
else
|
||
|
|
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_b))
|
||
|
|
__this->___invoke_impl = (intptr_t)&bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenInterface;
|
||
|
|
else
|
||
|
|
__this->___invoke_impl = (intptr_t)&bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenVirtual;
|
||
|
|
}
|
||
|
|
else
|
||
|
|
{
|
||
|
|
__this->___invoke_impl = (intptr_t)&bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_OpenInst;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
else
|
||
|
|
{
|
||
|
|
if (___0_a == NULL)
|
||
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
||
|
|
__this->___invoke_impl = __this->___method_ptr;
|
||
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
__this->___extra_arg = (intptr_t)&bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_Multicast;
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8 (bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
|
||
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_param, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* bfm_BeginInvoke_mD0D056BF3095B0A5DD9BE53027564E4D54B70800 (bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
void *__d_args[2] = {0};
|
||
|
|
__d_args[0] = ___0_param;
|
||
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfm_EndInvoke_m810887D9DBD780E3DA6B0D0534F587A627DC7465 (bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfn_ebq_m93A4DDC6DBE8938CE1FCD925C3B8A7E9F935CE26 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m6799E1A20DEF7D6381EDD8BEE7EB17D080625F15_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_0 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_1 = ___0_callback;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = Dictionary_2_ContainsKey_m6799E1A20DEF7D6381EDD8BEE7EB17D080625F15(L_0, L_1, Dictionary_2_ContainsKey_m6799E1A20DEF7D6381EDD8BEE7EB17D080625F15_RuntimeMethod_var);
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_3 = __this->___loi;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_4 = ___0_callback;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bool L_5;
|
||
|
|
L_5 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_3, L_4, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_002a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bool L_7 = L_6->___deleted;
|
||
|
|
return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002a:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn__ctor_mC4CEAF968B604713F9C7FC00DA67C3B922A49B24 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m63210C6F2DE19635D297D7166EA2F70526F4F5C7_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5_m738EE3C99A53E1BDC05E196C195099D77DE04FAF_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m502E2CC8F3E4EFC8E1EF39398E9965839D0627E0_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m736E4B5DCC8ED14D77770C1AAFC48B06F6E62601_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD85B8324396E099CADBEEB03541AE915840E4658);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___loo = __this;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___loo), (void*)__this);
|
||
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var);
|
||
|
|
GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_0, _stringLiteralD85B8324396E099CADBEEB03541AE915840E4658, NULL);
|
||
|
|
__this->___lon = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lon), (void*)L_0);
|
||
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1 = __this->___lon;
|
||
|
|
NullCheck(L_1);
|
||
|
|
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_1, 1, NULL);
|
||
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = __this->___lon;
|
||
|
|
NullCheck(L_2);
|
||
|
|
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_2, (bool)1, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
||
|
|
bool L_3;
|
||
|
|
L_3 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0046;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___lon;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7(L_4, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0046:
|
||
|
|
{
|
||
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5 = __this->___lon;
|
||
|
|
NullCheck(L_5);
|
||
|
|
TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* L_6;
|
||
|
|
L_6 = GameObject_AddComponent_TisTimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5_m738EE3C99A53E1BDC05E196C195099D77DE04FAF(L_5, GameObject_AddComponent_TisTimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5_m738EE3C99A53E1BDC05E196C195099D77DE04FAF_RuntimeMethod_var);
|
||
|
|
__this->___lom = L_6;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lom), (void*)L_6);
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_7 = (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*)il2cpp_codegen_object_new(Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m63210C6F2DE19635D297D7166EA2F70526F4F5C7(L_7, Dictionary_2__ctor_m63210C6F2DE19635D297D7166EA2F70526F4F5C7_RuntimeMethod_var);
|
||
|
|
__this->___loi = L_7;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loi), (void*)L_7);
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_8 = (Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19*)il2cpp_codegen_object_new(Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m63210C6F2DE19635D297D7166EA2F70526F4F5C7(L_8, Dictionary_2__ctor_m63210C6F2DE19635D297D7166EA2F70526F4F5C7_RuntimeMethod_var);
|
||
|
|
__this->___loj = L_8;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loj), (void*)L_8);
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_9 = (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644*)il2cpp_codegen_object_new(List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644_il2cpp_TypeInfo_var);
|
||
|
|
List_1__ctor_m502E2CC8F3E4EFC8E1EF39398E9965839D0627E0(L_9, List_1__ctor_m502E2CC8F3E4EFC8E1EF39398E9965839D0627E0_RuntimeMethod_var);
|
||
|
|
__this->___lok = L_9;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lok), (void*)L_9);
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_10 = (List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644*)il2cpp_codegen_object_new(List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644_il2cpp_TypeInfo_var);
|
||
|
|
List_1__ctor_m736E4B5DCC8ED14D77770C1AAFC48B06F6E62601(L_10, ((int32_t)100), List_1__ctor_m736E4B5DCC8ED14D77770C1AAFC48B06F6E62601_RuntimeMethod_var);
|
||
|
|
__this->___lol = L_10;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lol), (void*)L_10);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_Update_mDD0497BF647BA769F9A696BB53594E2B928A5E2A (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mD3472A12BDAA9F4BFF4866D6501C078DEEFA4131_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mE8C424FF04E55BFF2E4BE2122DDC055B82D42148_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m6D00F35C44B2A028DE999B0C249FF02FFAC7E7B3_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m01A98FED58D3B2813AAB61615D56C70545E4C0FE_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3 V_1;
|
||
|
|
memset((&V_1), 0, sizeof(V_1));
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_3 = NULL;
|
||
|
|
KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 V_4;
|
||
|
|
memset((&V_4), 0, sizeof(V_4));
|
||
|
|
Exception_t* V_5 = NULL;
|
||
|
|
int32_t V_6 = 0;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_7 = NULL;
|
||
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
||
|
|
{
|
||
|
|
float L_0;
|
||
|
|
L_0 = Time_get_unscaledDeltaTime_mF057EECA857E5C0F90A3F910D26D3EE59F27C4B5(NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_1 = __this->___loi;
|
||
|
|
NullCheck(L_1);
|
||
|
|
int32_t L_2;
|
||
|
|
L_2 = Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20(L_1, Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0188;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_3 = __this->___loi;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3 L_4;
|
||
|
|
L_4 = Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C(L_3, Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C_RuntimeMethod_var);
|
||
|
|
V_1 = L_4;
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0028:
|
||
|
|
{
|
||
|
|
KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 L_5;
|
||
|
|
L_5 = Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_inline((&V_1), Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_RuntimeMethod_var);
|
||
|
|
V_4 = L_5;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_6;
|
||
|
|
L_6 = KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_inline((&V_4), KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_RuntimeMethod_var);
|
||
|
|
V_3 = L_6;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_7 = V_3;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bool L_8 = L_7->___deleted;
|
||
|
|
if (!L_8)
|
||
|
|
{
|
||
|
|
goto IL_0052;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_9 = __this->___lok;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_10 = V_3;
|
||
|
|
NullCheck(L_9);
|
||
|
|
List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_inline(L_9, L_10, List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_RuntimeMethod_var);
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0052:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_11 = V_3;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_12 = L_11;
|
||
|
|
NullCheck(L_12);
|
||
|
|
float L_13 = L_12->___elapsed;
|
||
|
|
float L_14 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
L_12->___elapsed = ((float)il2cpp_codegen_add(L_13, L_14));
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_15 = V_3;
|
||
|
|
NullCheck(L_15);
|
||
|
|
float L_16 = L_15->___elapsed;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_17 = V_3;
|
||
|
|
NullCheck(L_17);
|
||
|
|
float L_18 = L_17->___interval;
|
||
|
|
if ((((float)L_16) < ((float)L_18)))
|
||
|
|
{
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_19 = V_3;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_20 = L_19;
|
||
|
|
NullCheck(L_20);
|
||
|
|
float L_21 = L_20->___elapsed;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_22 = V_3;
|
||
|
|
NullCheck(L_22);
|
||
|
|
float L_23 = L_22->___interval;
|
||
|
|
NullCheck(L_20);
|
||
|
|
L_20->___elapsed = ((float)il2cpp_codegen_subtract(L_21, L_23));
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_24 = V_3;
|
||
|
|
NullCheck(L_24);
|
||
|
|
float L_25 = L_24->___elapsed;
|
||
|
|
if ((((float)L_25) < ((float)(0.0f))))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_26 = V_3;
|
||
|
|
NullCheck(L_26);
|
||
|
|
float L_27 = L_26->___elapsed;
|
||
|
|
if ((!(((float)L_27) > ((float)(0.0299999993f)))))
|
||
|
|
{
|
||
|
|
goto IL_00a9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_28 = V_3;
|
||
|
|
NullCheck(L_28);
|
||
|
|
L_28->___elapsed = (0.0f);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a9:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_29 = V_3;
|
||
|
|
NullCheck(L_29);
|
||
|
|
int32_t L_30 = L_29->___repeat;
|
||
|
|
if ((((int32_t)L_30) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_00db;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_31 = V_3;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_32 = L_31;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_33 = L_32->___repeat;
|
||
|
|
NullCheck(L_32);
|
||
|
|
L_32->___repeat = ((int32_t)il2cpp_codegen_subtract(L_33, 1));
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_34 = V_3;
|
||
|
|
NullCheck(L_34);
|
||
|
|
int32_t L_35 = L_34->___repeat;
|
||
|
|
if (L_35)
|
||
|
|
{
|
||
|
|
goto IL_00db;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_36 = V_3;
|
||
|
|
NullCheck(L_36);
|
||
|
|
L_36->___deleted = (bool)1;
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_37 = __this->___lok;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_38 = V_3;
|
||
|
|
NullCheck(L_37);
|
||
|
|
List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_inline(L_37, L_38, List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00db:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_39 = V_3;
|
||
|
|
NullCheck(L_39);
|
||
|
|
int32_t L_40 = L_39->___repeat;
|
||
|
|
((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___repeat = L_40;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_41 = V_3;
|
||
|
|
NullCheck(L_41);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_42 = L_41->___callback;
|
||
|
|
if (!L_42)
|
||
|
|
{
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_43 = ((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___catchCallbackExceptions;
|
||
|
|
if (!L_43)
|
||
|
|
{
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
try
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_44 = V_3;
|
||
|
|
NullCheck(L_44);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_45 = L_44->___callback;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_46 = V_3;
|
||
|
|
NullCheck(L_46);
|
||
|
|
RuntimeObject* L_47 = L_46->___param;
|
||
|
|
NullCheck(L_45);
|
||
|
|
bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_inline(L_45, L_47, NULL);
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
catch(Il2CppExceptionWrapper& e)
|
||
|
|
{
|
||
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
||
|
|
{
|
||
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
||
|
|
goto CATCH_010b;
|
||
|
|
}
|
||
|
|
throw e;
|
||
|
|
}
|
||
|
|
|
||
|
|
CATCH_010b:
|
||
|
|
{
|
||
|
|
Exception_t* L_48 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
||
|
|
V_5 = L_48;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_49 = V_3;
|
||
|
|
NullCheck(L_49);
|
||
|
|
L_49->___deleted = (bool)1;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_50 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)6);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_51 = L_50;
|
||
|
|
NullCheck(L_51);
|
||
|
|
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA64E53F133D9794E4156A4C74C676A86B4593E22)));
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_52 = L_51;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_53 = V_3;
|
||
|
|
NullCheck(L_53);
|
||
|
|
float* L_54 = (float*)(&L_53->___interval);
|
||
|
|
String_t* L_55;
|
||
|
|
L_55 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_54, NULL);
|
||
|
|
NullCheck(L_52);
|
||
|
|
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_55);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_56 = L_52;
|
||
|
|
NullCheck(L_56);
|
||
|
|
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5AF45B7BB85261D423223758338B2AC1C314688)));
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_57 = L_56;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_58 = V_3;
|
||
|
|
NullCheck(L_58);
|
||
|
|
int32_t* L_59 = (int32_t*)(&L_58->___repeat);
|
||
|
|
String_t* L_60;
|
||
|
|
L_60 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_59, NULL);
|
||
|
|
NullCheck(L_57);
|
||
|
|
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_60);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_61 = L_57;
|
||
|
|
NullCheck(L_61);
|
||
|
|
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F5BF25818A5C23DF19F2FD6B1F41342C7D5C81D)));
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_62 = L_61;
|
||
|
|
Exception_t* L_63 = V_5;
|
||
|
|
NullCheck(L_63);
|
||
|
|
String_t* L_64;
|
||
|
|
L_64 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_63);
|
||
|
|
NullCheck(L_62);
|
||
|
|
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_64);
|
||
|
|
String_t* L_65;
|
||
|
|
L_65 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_62, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
||
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_65, NULL);
|
||
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0164:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_66 = V_3;
|
||
|
|
NullCheck(L_66);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_67 = L_66->___callback;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_68 = V_3;
|
||
|
|
NullCheck(L_68);
|
||
|
|
RuntimeObject* L_69 = L_68->___param;
|
||
|
|
NullCheck(L_67);
|
||
|
|
bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_inline(L_67, L_69, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0175:
|
||
|
|
{
|
||
|
|
bool L_70;
|
||
|
|
L_70 = Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A((&V_1), Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A_RuntimeMethod_var);
|
||
|
|
if (L_70)
|
||
|
|
{
|
||
|
|
goto IL_0028;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B((&V_1), Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0188:
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_71 = __this->___lok;
|
||
|
|
NullCheck(L_71);
|
||
|
|
int32_t L_72;
|
||
|
|
L_72 = List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_inline(L_71, List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_RuntimeMethod_var);
|
||
|
|
V_2 = L_72;
|
||
|
|
int32_t L_73 = V_2;
|
||
|
|
if ((((int32_t)L_73) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_01ef;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
V_6 = 0;
|
||
|
|
goto IL_01df;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_019d:
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_74 = __this->___lok;
|
||
|
|
int32_t L_75 = V_6;
|
||
|
|
NullCheck(L_74);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_76;
|
||
|
|
L_76 = List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911(L_74, L_75, List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911_RuntimeMethod_var);
|
||
|
|
V_7 = L_76;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_77 = V_7;
|
||
|
|
NullCheck(L_77);
|
||
|
|
bool L_78 = L_77->___deleted;
|
||
|
|
if (!L_78)
|
||
|
|
{
|
||
|
|
goto IL_01d9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_79 = V_7;
|
||
|
|
NullCheck(L_79);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_80 = L_79->___callback;
|
||
|
|
if (!L_80)
|
||
|
|
{
|
||
|
|
goto IL_01d9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_81 = __this->___loi;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_82 = V_7;
|
||
|
|
NullCheck(L_82);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_83 = L_82->___callback;
|
||
|
|
NullCheck(L_81);
|
||
|
|
bool L_84;
|
||
|
|
L_84 = Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57(L_81, L_83, Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57_RuntimeMethod_var);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_85 = V_7;
|
||
|
|
bfn_fqm_mF142169D52D8817E3E5B93B0F71FC879FB3252E8(__this, L_85, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01d9:
|
||
|
|
{
|
||
|
|
int32_t L_86 = V_6;
|
||
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_86, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01df:
|
||
|
|
{
|
||
|
|
int32_t L_87 = V_6;
|
||
|
|
int32_t L_88 = V_2;
|
||
|
|
if ((((int32_t)L_87) < ((int32_t)L_88)))
|
||
|
|
{
|
||
|
|
goto IL_019d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_89 = __this->___lok;
|
||
|
|
NullCheck(L_89);
|
||
|
|
List_1_Clear_m01A98FED58D3B2813AAB61615D56C70545E4C0FE_inline(L_89, List_1_Clear_m01A98FED58D3B2813AAB61615D56C70545E4C0FE_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01ef:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_90 = __this->___loj;
|
||
|
|
NullCheck(L_90);
|
||
|
|
int32_t L_91;
|
||
|
|
L_91 = Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20(L_90, Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_91) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0251;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_92 = __this->___loj;
|
||
|
|
NullCheck(L_92);
|
||
|
|
Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3 L_93;
|
||
|
|
L_93 = Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C(L_92, Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C_RuntimeMethod_var);
|
||
|
|
V_1 = L_93;
|
||
|
|
goto IL_0236;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_020b:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_94 = __this->___loi;
|
||
|
|
KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 L_95;
|
||
|
|
L_95 = Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_inline((&V_1), Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_RuntimeMethod_var);
|
||
|
|
V_4 = L_95;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_96;
|
||
|
|
L_96 = KeyValuePair_2_get_Key_m6D00F35C44B2A028DE999B0C249FF02FFAC7E7B3_inline((&V_4), KeyValuePair_2_get_Key_m6D00F35C44B2A028DE999B0C249FF02FFAC7E7B3_RuntimeMethod_var);
|
||
|
|
KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 L_97;
|
||
|
|
L_97 = Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_inline((&V_1), Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_RuntimeMethod_var);
|
||
|
|
V_4 = L_97;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_98;
|
||
|
|
L_98 = KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_inline((&V_4), KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_RuntimeMethod_var);
|
||
|
|
NullCheck(L_94);
|
||
|
|
Dictionary_2_Add_mD3472A12BDAA9F4BFF4866D6501C078DEEFA4131(L_94, L_96, L_98, Dictionary_2_Add_mD3472A12BDAA9F4BFF4866D6501C078DEEFA4131_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0236:
|
||
|
|
{
|
||
|
|
bool L_99;
|
||
|
|
L_99 = Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A((&V_1), Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A_RuntimeMethod_var);
|
||
|
|
if (L_99)
|
||
|
|
{
|
||
|
|
goto IL_020b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B((&V_1), Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_100 = __this->___loj;
|
||
|
|
NullCheck(L_100);
|
||
|
|
Dictionary_2_Clear_mE8C424FF04E55BFF2E4BE2122DDC055B82D42148(L_100, Dictionary_2_Clear_mE8C424FF04E55BFF2E4BE2122DDC055B82D42148_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0251:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* bfn_fql_m0AD6BA131EBC19F68D5E172A86FB2365DEFA1123 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mD487F073D9D49B42BE86450B98789D5D89177025_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_0 = __this->___lol;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_inline(L_0, List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_RuntimeMethod_var);
|
||
|
|
V_1 = L_1;
|
||
|
|
int32_t L_2 = V_1;
|
||
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0041;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_3 = __this->___lol;
|
||
|
|
int32_t L_4 = V_1;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_5;
|
||
|
|
L_5 = List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911(L_3, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911_RuntimeMethod_var);
|
||
|
|
V_0 = L_5;
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_6 = __this->___lol;
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
NullCheck(L_6);
|
||
|
|
List_1_RemoveAt_mD487F073D9D49B42BE86450B98789D5D89177025(L_6, ((int32_t)il2cpp_codegen_subtract(L_7, 1)), List_1_RemoveAt_mD487F073D9D49B42BE86450B98789D5D89177025_RuntimeMethod_var);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_8 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
L_8->___deleted = (bool)0;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_9 = V_0;
|
||
|
|
NullCheck(L_9);
|
||
|
|
L_9->___elapsed = (0.0f);
|
||
|
|
goto IL_0047;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0041:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_10 = (bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A*)il2cpp_codegen_object_new(bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A_il2cpp_TypeInfo_var);
|
||
|
|
bfo__ctor_m077A6C187F5256857CA6A26E4714C42010355BD8(L_10, NULL);
|
||
|
|
V_0 = L_10;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0047:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_11 = V_0;
|
||
|
|
return L_11;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_kyx_mFFB52FBA9C983DA90B13AF99F8EFF10E3848334B (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, RuntimeObject* ___1_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
RuntimeObject* L_1 = ___1_callbackParam;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, (8698.0f), 0, L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_Remove_m1D7D479AA3484C3D850A6111A11C8E557DC43164 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_0 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_1 = ___0_callback;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_3 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_4 = ___0_callback;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bool L_5;
|
||
|
|
L_5 = Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57(L_3, L_4, Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57_RuntimeMethod_var);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_6 = V_0;
|
||
|
|
bfn_fqm_mF142169D52D8817E3E5B93B0F71FC879FB3252E8(__this, L_6, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_7 = __this->___loi;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_8 = ___0_callback;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bool L_9;
|
||
|
|
L_9 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_7, L_8, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_9)
|
||
|
|
{
|
||
|
|
goto IL_003b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_10 = V_0;
|
||
|
|
NullCheck(L_10);
|
||
|
|
L_10->___deleted = (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003b:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_eas_m7BFD7ABC5D93F0C2AFE3550D00AE1EE8F28836D7 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, RuntimeObject* ___1_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
RuntimeObject* L_1 = ___1_callbackParam;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, (-4174.0f), 0, L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_AddUpdate_mEDBE6F44FD9378E46DFA68C43B70B41C1814FA78 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, RuntimeObject* ___1_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
RuntimeObject* L_1 = ___1_callbackParam;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, (0.00100000005f), 0, L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_StartCoroutine_m3A59D15E1EF18684C5C86C73859D3455EA8E584F (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, RuntimeObject* ___0_routine, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* L_0 = __this->___lom;
|
||
|
|
RuntimeObject* L_1 = ___0_routine;
|
||
|
|
NullCheck(L_0);
|
||
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
||
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* bfn_get_inst_m4C592BEFCC2389E8FF9010091B5832A983446E02 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* L_0 = ((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___loo;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* L_1 = (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17*)il2cpp_codegen_object_new(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var);
|
||
|
|
bfn__ctor_mC4CEAF968B604713F9C7FC00DA67C3B922A49B24(L_1, NULL);
|
||
|
|
((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___loo = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___loo), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* L_2 = ((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___loo;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_hgh_m6AB03E567B3585923B13EC9B0B1ECBA6DE74980D (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral412E832F47086655514B3FB5D0CD6B8A6EE91152);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral475D96A8F68F54541947817EDACC46A53850134E);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___2_callback;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0026;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972((&___0_interval), NULL);
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_repeat), NULL);
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral412E832F47086655514B3FB5D0CD6B8A6EE91152, L_1, _stringLiteral475D96A8F68F54541947817EDACC46A53850134E, L_2, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_3, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0026:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_4 = __this->___loi;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_5 = ___2_callback;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bool L_6;
|
||
|
|
L_6 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_4, L_5, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0054;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_7 = V_0;
|
||
|
|
float L_8 = ___0_interval;
|
||
|
|
int32_t L_9 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_10 = ___2_callback;
|
||
|
|
RuntimeObject* L_11 = ___3_callbackParam;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_7, L_8, L_9, L_10, L_11, NULL);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_12 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
L_12->___elapsed = (1424.0f);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_13 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
L_13->___deleted = (bool)0;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0054:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_14 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_15 = ___2_callback;
|
||
|
|
NullCheck(L_14);
|
||
|
|
bool L_16;
|
||
|
|
L_16 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_14, L_15, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_16)
|
||
|
|
{
|
||
|
|
goto IL_0070;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_17 = V_0;
|
||
|
|
float L_18 = ___0_interval;
|
||
|
|
int32_t L_19 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_20 = ___2_callback;
|
||
|
|
RuntimeObject* L_21 = ___3_callbackParam;
|
||
|
|
NullCheck(L_17);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_17, L_18, L_19, L_20, L_21, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0070:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_22;
|
||
|
|
L_22 = bfn_fql_m0AD6BA131EBC19F68D5E172A86FB2365DEFA1123(__this, NULL);
|
||
|
|
V_0 = L_22;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_23 = V_0;
|
||
|
|
float L_24 = ___0_interval;
|
||
|
|
NullCheck(L_23);
|
||
|
|
L_23->___interval = L_24;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_25 = V_0;
|
||
|
|
int32_t L_26 = ___1_repeat;
|
||
|
|
NullCheck(L_25);
|
||
|
|
L_25->___repeat = L_26;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_27 = V_0;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_28 = ___2_callback;
|
||
|
|
NullCheck(L_27);
|
||
|
|
L_27->___callback = L_28;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___callback), (void*)L_28);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_29 = V_0;
|
||
|
|
RuntimeObject* L_30 = ___3_callbackParam;
|
||
|
|
NullCheck(L_29);
|
||
|
|
L_29->___param = L_30;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_29->___param), (void*)L_30);
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_31 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_32 = ___2_callback;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_33 = V_0;
|
||
|
|
NullCheck(L_31);
|
||
|
|
Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195(L_31, L_32, L_33, Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_exx_mB66D700BAE1EBB4E7EE920C91DC5843B8E8FF3B2 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_interval;
|
||
|
|
int32_t L_1 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_2 = ___2_callback;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, L_0, L_1, L_2, NULL, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_keo_mEC6C2B2AC3027A4BB3626AA6E57613F3D2631846 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (8670.0f), 1, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_AddUpdate_mC5C0EDDFBDB6133FAE89C53EF379998835180A14 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (0.00100000005f), 0, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_sc_m0BED797CDDFE7D8837078F2B7BDBBA11934C962D (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_interval;
|
||
|
|
int32_t L_1 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_2 = ___2_callback;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, L_0, L_1, L_2, NULL, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_hbl_mD825AD4EB99226012A0E061A35D8893C7BFDFC74 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_interval;
|
||
|
|
int32_t L_1 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_2 = ___2_callback;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, L_0, L_1, L_2, NULL, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_lav_m41A9AFABB3EA83B73C33B7C9A514C449AE9324DC (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, RuntimeObject* ___1_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
RuntimeObject* L_1 = ___1_callbackParam;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, (9992.0f), 1, L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfn_Exists_m3B8A22F43E1C4BE702CF561F6E291040182C09E0 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m6799E1A20DEF7D6381EDD8BEE7EB17D080625F15_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_0 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_1 = ___0_callback;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bool L_2;
|
||
|
|
L_2 = Dictionary_2_ContainsKey_m6799E1A20DEF7D6381EDD8BEE7EB17D080625F15(L_0, L_1, Dictionary_2_ContainsKey_m6799E1A20DEF7D6381EDD8BEE7EB17D080625F15_RuntimeMethod_var);
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_3 = __this->___loi;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_4 = ___0_callback;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bool L_5;
|
||
|
|
L_5 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_3, L_4, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_002a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bool L_7 = L_6->___deleted;
|
||
|
|
return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002a:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_CallLater_mBF88A0F5C79D54FAF2F43ADF36193A0E26F70294 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (0.00100000005f), 1, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* bfn_kwz_m1C50902506A37EBB01EDB0DFA3934C75AD37062F (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mD487F073D9D49B42BE86450B98789D5D89177025_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_0 = __this->___lol;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_inline(L_0, List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_RuntimeMethod_var);
|
||
|
|
V_1 = L_1;
|
||
|
|
int32_t L_2 = V_1;
|
||
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0041;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_3 = __this->___lol;
|
||
|
|
int32_t L_4 = V_1;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_5;
|
||
|
|
L_5 = List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911(L_3, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911_RuntimeMethod_var);
|
||
|
|
V_0 = L_5;
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_6 = __this->___lol;
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
NullCheck(L_6);
|
||
|
|
List_1_RemoveAt_mD487F073D9D49B42BE86450B98789D5D89177025(L_6, ((int32_t)il2cpp_codegen_subtract(L_7, 1)), List_1_RemoveAt_mD487F073D9D49B42BE86450B98789D5D89177025_RuntimeMethod_var);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_8 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
L_8->___deleted = (bool)0;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_9 = V_0;
|
||
|
|
NullCheck(L_9);
|
||
|
|
L_9->___elapsed = (-1242.0f);
|
||
|
|
goto IL_0047;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0041:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_10 = (bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A*)il2cpp_codegen_object_new(bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A_il2cpp_TypeInfo_var);
|
||
|
|
bfo__ctor_m077A6C187F5256857CA6A26E4714C42010355BD8(L_10, NULL);
|
||
|
|
V_0 = L_10;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0047:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_11 = V_0;
|
||
|
|
return L_11;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_ij_m39273443A1460BD4C087FF89B2995CDEEEB9C3B3 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3751F99CEDEE1D62A06D9786147129D2F4ECF27E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB45325A132B97ED45961607E706A694B571BC4D);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___2_callback;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0026;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972((&___0_interval), NULL);
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_repeat), NULL);
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral3751F99CEDEE1D62A06D9786147129D2F4ECF27E, L_1, _stringLiteralDB45325A132B97ED45961607E706A694B571BC4D, L_2, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_3, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0026:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_4 = __this->___loi;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_5 = ___2_callback;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bool L_6;
|
||
|
|
L_6 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_4, L_5, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0054;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_7 = V_0;
|
||
|
|
float L_8 = ___0_interval;
|
||
|
|
int32_t L_9 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_10 = ___2_callback;
|
||
|
|
RuntimeObject* L_11 = ___3_callbackParam;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_7, L_8, L_9, L_10, L_11, NULL);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_12 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
L_12->___elapsed = (-3586.0f);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_13 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
L_13->___deleted = (bool)0;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0054:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_14 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_15 = ___2_callback;
|
||
|
|
NullCheck(L_14);
|
||
|
|
bool L_16;
|
||
|
|
L_16 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_14, L_15, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_16)
|
||
|
|
{
|
||
|
|
goto IL_0070;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_17 = V_0;
|
||
|
|
float L_18 = ___0_interval;
|
||
|
|
int32_t L_19 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_20 = ___2_callback;
|
||
|
|
RuntimeObject* L_21 = ___3_callbackParam;
|
||
|
|
NullCheck(L_17);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_17, L_18, L_19, L_20, L_21, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0070:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_22;
|
||
|
|
L_22 = bfn_fql_m0AD6BA131EBC19F68D5E172A86FB2365DEFA1123(__this, NULL);
|
||
|
|
V_0 = L_22;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_23 = V_0;
|
||
|
|
float L_24 = ___0_interval;
|
||
|
|
NullCheck(L_23);
|
||
|
|
L_23->___interval = L_24;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_25 = V_0;
|
||
|
|
int32_t L_26 = ___1_repeat;
|
||
|
|
NullCheck(L_25);
|
||
|
|
L_25->___repeat = L_26;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_27 = V_0;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_28 = ___2_callback;
|
||
|
|
NullCheck(L_27);
|
||
|
|
L_27->___callback = L_28;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___callback), (void*)L_28);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_29 = V_0;
|
||
|
|
RuntimeObject* L_30 = ___3_callbackParam;
|
||
|
|
NullCheck(L_29);
|
||
|
|
L_29->___param = L_30;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_29->___param), (void*)L_30);
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_31 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_32 = ___2_callback;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_33 = V_0;
|
||
|
|
NullCheck(L_31);
|
||
|
|
Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195(L_31, L_32, L_33, Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_cit_m5E8450BB82053EBE2E35B67C3F43A1EDB2E4F242 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (-1073.0f), 1, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_ikn_m80ACA73B0F6E18EFABCC494023192D2971DB0597 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, RuntimeObject* ___1_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
RuntimeObject* L_1 = ___1_callbackParam;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, (5882.0f), 1, L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_lrj_m7E8059AA350E00C504292A0598C811F0B4920719 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (-9318.0f), 1, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_cis_m53D15982C9D1514FF3CC9BD8DC3B0D83BE117C18 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_interval;
|
||
|
|
int32_t L_1 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_2 = ___2_callback;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, L_0, L_1, L_2, NULL, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_interval;
|
||
|
|
int32_t L_1 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_2 = ___2_callback;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, L_0, L_1, L_2, NULL, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_blh_m8CCBE6B3976C176F7567E7D2E4CE7CEF735EC585 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (-6987.0f), 1, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_fzd_mC45EC03F79663AAD6472DCC8F2CBB8B31E1EF579 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, RuntimeObject* ___1_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
RuntimeObject* L_1 = ___1_callbackParam;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, (8213.0f), 0, L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_ghs_m8EFE4F5A16B90F8E29AE103AD603769E0C4C3F4B (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (-3935.0f), 0, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_fqm_mF142169D52D8817E3E5B93B0F71FC879FB3252E8 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_0 = ___0_a;
|
||
|
|
NullCheck(L_0);
|
||
|
|
L_0->___callback = (bfm_t00E29869B54EF1AAFC171A8F68B185687098695F*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___callback), (void*)(bfm_t00E29869B54EF1AAFC171A8F68B185687098695F*)NULL);
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_1 = __this->___lol;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_2 = ___0_a;
|
||
|
|
NullCheck(L_1);
|
||
|
|
List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_inline(L_1, L_2, List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_gte_m8CAC4EDC13A0E2FA7FAAEFF4C1E5341ED901D113 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (-6757.0f), 0, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_dka_mA733DF133A4126C96C6F95A2E52BFFBC49EC174D (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, RuntimeObject* ___0_routine, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* L_0 = __this->___lom;
|
||
|
|
RuntimeObject* L_1 = ___0_routine;
|
||
|
|
NullCheck(L_0);
|
||
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
||
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F900195F08D13EFC70A6AB7DD04412BEF64ED2C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___2_callback;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0026;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972((&___0_interval), NULL);
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_repeat), NULL);
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral1F900195F08D13EFC70A6AB7DD04412BEF64ED2C, L_1, _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, L_2, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_3, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0026:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_4 = __this->___loi;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_5 = ___2_callback;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bool L_6;
|
||
|
|
L_6 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_4, L_5, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0054;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_7 = V_0;
|
||
|
|
float L_8 = ___0_interval;
|
||
|
|
int32_t L_9 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_10 = ___2_callback;
|
||
|
|
RuntimeObject* L_11 = ___3_callbackParam;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_7, L_8, L_9, L_10, L_11, NULL);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_12 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
L_12->___elapsed = (0.0f);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_13 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
L_13->___deleted = (bool)0;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0054:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_14 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_15 = ___2_callback;
|
||
|
|
NullCheck(L_14);
|
||
|
|
bool L_16;
|
||
|
|
L_16 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_14, L_15, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_16)
|
||
|
|
{
|
||
|
|
goto IL_0070;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_17 = V_0;
|
||
|
|
float L_18 = ___0_interval;
|
||
|
|
int32_t L_19 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_20 = ___2_callback;
|
||
|
|
RuntimeObject* L_21 = ___3_callbackParam;
|
||
|
|
NullCheck(L_17);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_17, L_18, L_19, L_20, L_21, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0070:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_22;
|
||
|
|
L_22 = bfn_fql_m0AD6BA131EBC19F68D5E172A86FB2365DEFA1123(__this, NULL);
|
||
|
|
V_0 = L_22;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_23 = V_0;
|
||
|
|
float L_24 = ___0_interval;
|
||
|
|
NullCheck(L_23);
|
||
|
|
L_23->___interval = L_24;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_25 = V_0;
|
||
|
|
int32_t L_26 = ___1_repeat;
|
||
|
|
NullCheck(L_25);
|
||
|
|
L_25->___repeat = L_26;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_27 = V_0;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_28 = ___2_callback;
|
||
|
|
NullCheck(L_27);
|
||
|
|
L_27->___callback = L_28;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___callback), (void*)L_28);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_29 = V_0;
|
||
|
|
RuntimeObject* L_30 = ___3_callbackParam;
|
||
|
|
NullCheck(L_29);
|
||
|
|
L_29->___param = L_30;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_29->___param), (void*)L_30);
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_31 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_32 = ___2_callback;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_33 = V_0;
|
||
|
|
NullCheck(L_31);
|
||
|
|
Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195(L_31, L_32, L_33, Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_eyp_mF21F8810DEDFFCA6BE6347CCA8F029B0CFF029B2 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51CE537827C76B3FA5B3C01636D635CAF87934C4);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC35029609161F38ED1BB0D556BD8E4671353A33B);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___2_callback;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0026;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972((&___0_interval), NULL);
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_repeat), NULL);
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral51CE537827C76B3FA5B3C01636D635CAF87934C4, L_1, _stringLiteralC35029609161F38ED1BB0D556BD8E4671353A33B, L_2, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_3, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0026:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_4 = __this->___loi;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_5 = ___2_callback;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bool L_6;
|
||
|
|
L_6 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_4, L_5, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0054;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_7 = V_0;
|
||
|
|
float L_8 = ___0_interval;
|
||
|
|
int32_t L_9 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_10 = ___2_callback;
|
||
|
|
RuntimeObject* L_11 = ___3_callbackParam;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_7, L_8, L_9, L_10, L_11, NULL);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_12 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
L_12->___elapsed = (6687.0f);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_13 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
L_13->___deleted = (bool)0;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0054:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_14 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_15 = ___2_callback;
|
||
|
|
NullCheck(L_14);
|
||
|
|
bool L_16;
|
||
|
|
L_16 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_14, L_15, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_16)
|
||
|
|
{
|
||
|
|
goto IL_0070;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_17 = V_0;
|
||
|
|
float L_18 = ___0_interval;
|
||
|
|
int32_t L_19 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_20 = ___2_callback;
|
||
|
|
RuntimeObject* L_21 = ___3_callbackParam;
|
||
|
|
NullCheck(L_17);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_17, L_18, L_19, L_20, L_21, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0070:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_22;
|
||
|
|
L_22 = bfn_fql_m0AD6BA131EBC19F68D5E172A86FB2365DEFA1123(__this, NULL);
|
||
|
|
V_0 = L_22;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_23 = V_0;
|
||
|
|
float L_24 = ___0_interval;
|
||
|
|
NullCheck(L_23);
|
||
|
|
L_23->___interval = L_24;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_25 = V_0;
|
||
|
|
int32_t L_26 = ___1_repeat;
|
||
|
|
NullCheck(L_25);
|
||
|
|
L_25->___repeat = L_26;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_27 = V_0;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_28 = ___2_callback;
|
||
|
|
NullCheck(L_27);
|
||
|
|
L_27->___callback = L_28;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___callback), (void*)L_28);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_29 = V_0;
|
||
|
|
RuntimeObject* L_30 = ___3_callbackParam;
|
||
|
|
NullCheck(L_29);
|
||
|
|
L_29->___param = L_30;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_29->___param), (void*)L_30);
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_31 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_32 = ___2_callback;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_33 = V_0;
|
||
|
|
NullCheck(L_31);
|
||
|
|
Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195(L_31, L_32, L_33, Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_lfi_m06DB4B0EACCE941264F986F628253BE9A99C3E01 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C1C6619A78BD76C7A467A01AC3081D7AEC17010);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DFA82B24082997EDFD26E785DEBFD9B83B47CCE);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___2_callback;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0026;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972((&___0_interval), NULL);
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_repeat), NULL);
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(_stringLiteral3C1C6619A78BD76C7A467A01AC3081D7AEC17010, L_1, _stringLiteral6DFA82B24082997EDFD26E785DEBFD9B83B47CCE, L_2, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_3, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0026:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_4 = __this->___loi;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_5 = ___2_callback;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bool L_6;
|
||
|
|
L_6 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_4, L_5, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0054;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_7 = V_0;
|
||
|
|
float L_8 = ___0_interval;
|
||
|
|
int32_t L_9 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_10 = ___2_callback;
|
||
|
|
RuntimeObject* L_11 = ___3_callbackParam;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_7, L_8, L_9, L_10, L_11, NULL);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_12 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
L_12->___elapsed = (-76.0f);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_13 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
L_13->___deleted = (bool)0;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0054:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_14 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_15 = ___2_callback;
|
||
|
|
NullCheck(L_14);
|
||
|
|
bool L_16;
|
||
|
|
L_16 = Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B(L_14, L_15, (&V_0), Dictionary_2_TryGetValue_m582B13963F0FCCCA4C9B3E2783FA79C17DC95A2B_RuntimeMethod_var);
|
||
|
|
if (!L_16)
|
||
|
|
{
|
||
|
|
goto IL_0070;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_17 = V_0;
|
||
|
|
float L_18 = ___0_interval;
|
||
|
|
int32_t L_19 = ___1_repeat;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_20 = ___2_callback;
|
||
|
|
RuntimeObject* L_21 = ___3_callbackParam;
|
||
|
|
NullCheck(L_17);
|
||
|
|
bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F(L_17, L_18, L_19, L_20, L_21, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0070:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_22;
|
||
|
|
L_22 = bfn_fql_m0AD6BA131EBC19F68D5E172A86FB2365DEFA1123(__this, NULL);
|
||
|
|
V_0 = L_22;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_23 = V_0;
|
||
|
|
float L_24 = ___0_interval;
|
||
|
|
NullCheck(L_23);
|
||
|
|
L_23->___interval = L_24;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_25 = V_0;
|
||
|
|
int32_t L_26 = ___1_repeat;
|
||
|
|
NullCheck(L_25);
|
||
|
|
L_25->___repeat = L_26;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_27 = V_0;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_28 = ___2_callback;
|
||
|
|
NullCheck(L_27);
|
||
|
|
L_27->___callback = L_28;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___callback), (void*)L_28);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_29 = V_0;
|
||
|
|
RuntimeObject* L_30 = ___3_callbackParam;
|
||
|
|
NullCheck(L_29);
|
||
|
|
L_29->___param = L_30;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_29->___param), (void*)L_30);
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_31 = __this->___loj;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_32 = ___2_callback;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_33 = V_0;
|
||
|
|
NullCheck(L_31);
|
||
|
|
Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195(L_31, L_32, L_33, Dictionary_2_set_Item_mF0FA05910FDD60DA64A21EC8EEA66BC5128E3195_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_fzi_m742CABD1D99D3864A8B6953127C2890D67F37137 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, RuntimeObject* ___0_routine, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* L_0 = __this->___lom;
|
||
|
|
RuntimeObject* L_1 = ___0_routine;
|
||
|
|
NullCheck(L_0);
|
||
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
||
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_erj_m6FBDEF582414EDC2AF2CD691B0D77A9C06CB1D2D (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (4677.0f), 0, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_dsn_m26541FE5536334F4D1FFC15B0DEA3337F870CD02 (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, RuntimeObject* ___0_routine, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* L_0 = __this->___lom;
|
||
|
|
RuntimeObject* L_1 = ___0_routine;
|
||
|
|
NullCheck(L_0);
|
||
|
|
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
|
||
|
|
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_cws_mE313AE2F5C89655325BFEA57A06ACD1D4E59B73D (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mD3472A12BDAA9F4BFF4866D6501C078DEEFA4131_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mE8C424FF04E55BFF2E4BE2122DDC055B82D42148_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m6D00F35C44B2A028DE999B0C249FF02FFAC7E7B3_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m01A98FED58D3B2813AAB61615D56C70545E4C0FE_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3 V_1;
|
||
|
|
memset((&V_1), 0, sizeof(V_1));
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_3 = NULL;
|
||
|
|
KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 V_4;
|
||
|
|
memset((&V_4), 0, sizeof(V_4));
|
||
|
|
Exception_t* V_5 = NULL;
|
||
|
|
int32_t V_6 = 0;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* V_7 = NULL;
|
||
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
||
|
|
{
|
||
|
|
float L_0;
|
||
|
|
L_0 = Time_get_unscaledDeltaTime_mF057EECA857E5C0F90A3F910D26D3EE59F27C4B5(NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_1 = __this->___loi;
|
||
|
|
NullCheck(L_1);
|
||
|
|
int32_t L_2;
|
||
|
|
L_2 = Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20(L_1, Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0188;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_3 = __this->___loi;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3 L_4;
|
||
|
|
L_4 = Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C(L_3, Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C_RuntimeMethod_var);
|
||
|
|
V_1 = L_4;
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0028:
|
||
|
|
{
|
||
|
|
KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 L_5;
|
||
|
|
L_5 = Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_inline((&V_1), Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_RuntimeMethod_var);
|
||
|
|
V_4 = L_5;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_6;
|
||
|
|
L_6 = KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_inline((&V_4), KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_RuntimeMethod_var);
|
||
|
|
V_3 = L_6;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_7 = V_3;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bool L_8 = L_7->___deleted;
|
||
|
|
if (!L_8)
|
||
|
|
{
|
||
|
|
goto IL_0052;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_9 = __this->___lok;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_10 = V_3;
|
||
|
|
NullCheck(L_9);
|
||
|
|
List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_inline(L_9, L_10, List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_RuntimeMethod_var);
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0052:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_11 = V_3;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_12 = L_11;
|
||
|
|
NullCheck(L_12);
|
||
|
|
float L_13 = L_12->___elapsed;
|
||
|
|
float L_14 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
L_12->___elapsed = ((float)il2cpp_codegen_add(L_13, L_14));
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_15 = V_3;
|
||
|
|
NullCheck(L_15);
|
||
|
|
float L_16 = L_15->___elapsed;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_17 = V_3;
|
||
|
|
NullCheck(L_17);
|
||
|
|
float L_18 = L_17->___interval;
|
||
|
|
if ((((float)L_16) < ((float)L_18)))
|
||
|
|
{
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_19 = V_3;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_20 = L_19;
|
||
|
|
NullCheck(L_20);
|
||
|
|
float L_21 = L_20->___elapsed;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_22 = V_3;
|
||
|
|
NullCheck(L_22);
|
||
|
|
float L_23 = L_22->___interval;
|
||
|
|
NullCheck(L_20);
|
||
|
|
L_20->___elapsed = ((float)il2cpp_codegen_subtract(L_21, L_23));
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_24 = V_3;
|
||
|
|
NullCheck(L_24);
|
||
|
|
float L_25 = L_24->___elapsed;
|
||
|
|
if ((((float)L_25) < ((float)(-2695.0f))))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_26 = V_3;
|
||
|
|
NullCheck(L_26);
|
||
|
|
float L_27 = L_26->___elapsed;
|
||
|
|
if ((!(((float)L_27) > ((float)(-3785.0f)))))
|
||
|
|
{
|
||
|
|
goto IL_00a9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_28 = V_3;
|
||
|
|
NullCheck(L_28);
|
||
|
|
L_28->___elapsed = (-4687.0f);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a9:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_29 = V_3;
|
||
|
|
NullCheck(L_29);
|
||
|
|
int32_t L_30 = L_29->___repeat;
|
||
|
|
if ((((int32_t)L_30) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_00db;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_31 = V_3;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_32 = L_31;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_33 = L_32->___repeat;
|
||
|
|
NullCheck(L_32);
|
||
|
|
L_32->___repeat = ((int32_t)il2cpp_codegen_subtract(L_33, 1));
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_34 = V_3;
|
||
|
|
NullCheck(L_34);
|
||
|
|
int32_t L_35 = L_34->___repeat;
|
||
|
|
if (L_35)
|
||
|
|
{
|
||
|
|
goto IL_00db;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_36 = V_3;
|
||
|
|
NullCheck(L_36);
|
||
|
|
L_36->___deleted = (bool)1;
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_37 = __this->___lok;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_38 = V_3;
|
||
|
|
NullCheck(L_37);
|
||
|
|
List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_inline(L_37, L_38, List_1_Add_m2C26C0E3546498064A0F99C9DA7F09FC050315C2_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00db:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_39 = V_3;
|
||
|
|
NullCheck(L_39);
|
||
|
|
int32_t L_40 = L_39->___repeat;
|
||
|
|
((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___repeat = L_40;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_41 = V_3;
|
||
|
|
NullCheck(L_41);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_42 = L_41->___callback;
|
||
|
|
if (!L_42)
|
||
|
|
{
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_43 = ((bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_StaticFields*)il2cpp_codegen_static_fields_for(bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17_il2cpp_TypeInfo_var))->___catchCallbackExceptions;
|
||
|
|
if (!L_43)
|
||
|
|
{
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
try
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_44 = V_3;
|
||
|
|
NullCheck(L_44);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_45 = L_44->___callback;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_46 = V_3;
|
||
|
|
NullCheck(L_46);
|
||
|
|
RuntimeObject* L_47 = L_46->___param;
|
||
|
|
NullCheck(L_45);
|
||
|
|
bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_inline(L_45, L_47, NULL);
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
catch(Il2CppExceptionWrapper& e)
|
||
|
|
{
|
||
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
||
|
|
{
|
||
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
||
|
|
goto CATCH_010b;
|
||
|
|
}
|
||
|
|
throw e;
|
||
|
|
}
|
||
|
|
|
||
|
|
CATCH_010b:
|
||
|
|
{
|
||
|
|
Exception_t* L_48 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
||
|
|
V_5 = L_48;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_49 = V_3;
|
||
|
|
NullCheck(L_49);
|
||
|
|
L_49->___deleted = (bool)1;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_50 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)6);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_51 = L_50;
|
||
|
|
NullCheck(L_51);
|
||
|
|
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA871943662C3F7A021104B8630381A87489D7ECC)));
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_52 = L_51;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_53 = V_3;
|
||
|
|
NullCheck(L_53);
|
||
|
|
float* L_54 = (float*)(&L_53->___interval);
|
||
|
|
String_t* L_55;
|
||
|
|
L_55 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_54, NULL);
|
||
|
|
NullCheck(L_52);
|
||
|
|
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_55);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_56 = L_52;
|
||
|
|
NullCheck(L_56);
|
||
|
|
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8FEF66B57DCA1C43574CF42F7C3CB52E79EF6052)));
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_57 = L_56;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_58 = V_3;
|
||
|
|
NullCheck(L_58);
|
||
|
|
int32_t* L_59 = (int32_t*)(&L_58->___repeat);
|
||
|
|
String_t* L_60;
|
||
|
|
L_60 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_59, NULL);
|
||
|
|
NullCheck(L_57);
|
||
|
|
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_60);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_61 = L_57;
|
||
|
|
NullCheck(L_61);
|
||
|
|
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82C28657114268D9B5FB6F51A352151DD9D44B7E)));
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_62 = L_61;
|
||
|
|
Exception_t* L_63 = V_5;
|
||
|
|
NullCheck(L_63);
|
||
|
|
String_t* L_64;
|
||
|
|
L_64 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_63);
|
||
|
|
NullCheck(L_62);
|
||
|
|
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_64);
|
||
|
|
String_t* L_65;
|
||
|
|
L_65 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_62, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
||
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_65, NULL);
|
||
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
||
|
|
goto IL_0175;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0164:
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_66 = V_3;
|
||
|
|
NullCheck(L_66);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_67 = L_66->___callback;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_68 = V_3;
|
||
|
|
NullCheck(L_68);
|
||
|
|
RuntimeObject* L_69 = L_68->___param;
|
||
|
|
NullCheck(L_67);
|
||
|
|
bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_inline(L_67, L_69, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0175:
|
||
|
|
{
|
||
|
|
bool L_70;
|
||
|
|
L_70 = Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A((&V_1), Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A_RuntimeMethod_var);
|
||
|
|
if (L_70)
|
||
|
|
{
|
||
|
|
goto IL_0028;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B((&V_1), Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0188:
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_71 = __this->___lok;
|
||
|
|
NullCheck(L_71);
|
||
|
|
int32_t L_72;
|
||
|
|
L_72 = List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_inline(L_71, List_1_get_Count_m6E2FF09D40C0CC5CAB142B4B8827FA65262159C1_RuntimeMethod_var);
|
||
|
|
V_2 = L_72;
|
||
|
|
int32_t L_73 = V_2;
|
||
|
|
if ((((int32_t)L_73) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_01ef;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
V_6 = 0;
|
||
|
|
goto IL_01df;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_019d:
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_74 = __this->___lok;
|
||
|
|
int32_t L_75 = V_6;
|
||
|
|
NullCheck(L_74);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_76;
|
||
|
|
L_76 = List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911(L_74, L_75, List_1_get_Item_m3C2E92236566E28A6D32E8FB52DC40970D4D2911_RuntimeMethod_var);
|
||
|
|
V_7 = L_76;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_77 = V_7;
|
||
|
|
NullCheck(L_77);
|
||
|
|
bool L_78 = L_77->___deleted;
|
||
|
|
if (!L_78)
|
||
|
|
{
|
||
|
|
goto IL_01d9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_79 = V_7;
|
||
|
|
NullCheck(L_79);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_80 = L_79->___callback;
|
||
|
|
if (!L_80)
|
||
|
|
{
|
||
|
|
goto IL_01d9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_81 = __this->___loi;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_82 = V_7;
|
||
|
|
NullCheck(L_82);
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_83 = L_82->___callback;
|
||
|
|
NullCheck(L_81);
|
||
|
|
bool L_84;
|
||
|
|
L_84 = Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57(L_81, L_83, Dictionary_2_Remove_m297CBE825C3A6E60611871D971CBF6AE02D9DD57_RuntimeMethod_var);
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_85 = V_7;
|
||
|
|
bfn_fqm_mF142169D52D8817E3E5B93B0F71FC879FB3252E8(__this, L_85, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01d9:
|
||
|
|
{
|
||
|
|
int32_t L_86 = V_6;
|
||
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_86, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01df:
|
||
|
|
{
|
||
|
|
int32_t L_87 = V_6;
|
||
|
|
int32_t L_88 = V_2;
|
||
|
|
if ((((int32_t)L_87) < ((int32_t)L_88)))
|
||
|
|
{
|
||
|
|
goto IL_019d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_tCEDF9A32516C940585D0160FEA3AFE5EF7CA7644* L_89 = __this->___lok;
|
||
|
|
NullCheck(L_89);
|
||
|
|
List_1_Clear_m01A98FED58D3B2813AAB61615D56C70545E4C0FE_inline(L_89, List_1_Clear_m01A98FED58D3B2813AAB61615D56C70545E4C0FE_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01ef:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_90 = __this->___loj;
|
||
|
|
NullCheck(L_90);
|
||
|
|
int32_t L_91;
|
||
|
|
L_91 = Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20(L_90, Dictionary_2_get_Count_mFD0AF0EB97E7E4D77ECDA590FB9C9C9D44C95C20_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_91) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0251;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_92 = __this->___loj;
|
||
|
|
NullCheck(L_92);
|
||
|
|
Enumerator_tE7E3321CC8CB6E7321651F3DD2DBA950335F72A3 L_93;
|
||
|
|
L_93 = Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C(L_92, Dictionary_2_GetEnumerator_mBA0B3E1696696FD2F6D6FD15B59C0986CEE6101C_RuntimeMethod_var);
|
||
|
|
V_1 = L_93;
|
||
|
|
goto IL_0236;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_020b:
|
||
|
|
{
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_94 = __this->___loi;
|
||
|
|
KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 L_95;
|
||
|
|
L_95 = Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_inline((&V_1), Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_RuntimeMethod_var);
|
||
|
|
V_4 = L_95;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_96;
|
||
|
|
L_96 = KeyValuePair_2_get_Key_m6D00F35C44B2A028DE999B0C249FF02FFAC7E7B3_inline((&V_4), KeyValuePair_2_get_Key_m6D00F35C44B2A028DE999B0C249FF02FFAC7E7B3_RuntimeMethod_var);
|
||
|
|
KeyValuePair_2_tCFFEB287636BB6929043A7676547FC0B907029D7 L_97;
|
||
|
|
L_97 = Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_inline((&V_1), Enumerator_get_Current_mD7C38192341358CA8EC5E409F5D38990907E4542_RuntimeMethod_var);
|
||
|
|
V_4 = L_97;
|
||
|
|
bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* L_98;
|
||
|
|
L_98 = KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_inline((&V_4), KeyValuePair_2_get_Value_mEDE034A1D05984FC374C8FA6BDD211A5C129784E_RuntimeMethod_var);
|
||
|
|
NullCheck(L_94);
|
||
|
|
Dictionary_2_Add_mD3472A12BDAA9F4BFF4866D6501C078DEEFA4131(L_94, L_96, L_98, Dictionary_2_Add_mD3472A12BDAA9F4BFF4866D6501C078DEEFA4131_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0236:
|
||
|
|
{
|
||
|
|
bool L_99;
|
||
|
|
L_99 = Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A((&V_1), Enumerator_MoveNext_mF790E0AFDBEA0A07D7BE0B2EC287AD9D53A0ED0A_RuntimeMethod_var);
|
||
|
|
if (L_99)
|
||
|
|
{
|
||
|
|
goto IL_020b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B((&V_1), Enumerator_Dispose_m780BB05C1C8F5FB5A4F0B33A4B479B5A709D580B_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t529EF52E9E93BD1BE74B72A432FA957F51F23D19* L_100 = __this->___loj;
|
||
|
|
NullCheck(L_100);
|
||
|
|
Dictionary_2_Clear_mE8C424FF04E55BFF2E4BE2122DDC055B82D42148(L_100, Dictionary_2_Clear_mE8C424FF04E55BFF2E4BE2122DDC055B82D42148_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0251:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_CallLater_mDD75C19539175FD6662BFA8F827A8C19B2E9FD4F (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, RuntimeObject* ___1_callbackParam, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
RuntimeObject* L_1 = ___1_callbackParam;
|
||
|
|
bfn_Add_m05CFA93C3E1951311283C25B33BB31D4EB9F4453(__this, (0.00100000005f), 1, L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfn_kwv_mE26B39799E1E4267A322745D4E7E931414AC254F (bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* __this, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___0_callback, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_0 = ___0_callback;
|
||
|
|
bfn_Add_m9F84DCDF40D873CC22C2E71B958DC47ED0196A5C(__this, (-6577.0f), 0, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfo_set_mB5F4BDBA3D379CE05246AA1BBF93CBCDDDD5E56F (bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_interval;
|
||
|
|
__this->___interval = L_0;
|
||
|
|
int32_t L_1 = ___1_repeat;
|
||
|
|
__this->___repeat = L_1;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_2 = ___2_callback;
|
||
|
|
__this->___callback = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___callback), (void*)L_2);
|
||
|
|
RuntimeObject* L_3 = ___3_param;
|
||
|
|
__this->___param = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___param), (void*)L_3);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfo__ctor_m077A6C187F5256857CA6A26E4714C42010355BD8 (bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfo_byg_m1A3315AD88B92F7255AAC042DF5F87CF4F0239B1 (bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_interval;
|
||
|
|
__this->___interval = L_0;
|
||
|
|
int32_t L_1 = ___1_repeat;
|
||
|
|
__this->___repeat = L_1;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_2 = ___2_callback;
|
||
|
|
__this->___callback = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___callback), (void*)L_2);
|
||
|
|
RuntimeObject* L_3 = ___3_param;
|
||
|
|
__this->___param = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___param), (void*)L_3);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfo_ezh_m81E8647A44E0D0C5A444C4843AD03D6C40F1A8E8 (bfo_tBF745233969EF2D4C2A9229D9BA5172B96FC730A* __this, float ___0_interval, int32_t ___1_repeat, bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* ___2_callback, RuntimeObject* ___3_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_interval;
|
||
|
|
__this->___interval = L_0;
|
||
|
|
int32_t L_1 = ___1_repeat;
|
||
|
|
__this->___repeat = L_1;
|
||
|
|
bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* L_2 = ___2_callback;
|
||
|
|
__this->___callback = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___callback), (void*)L_2);
|
||
|
|
RuntimeObject* L_3 = ___3_param;
|
||
|
|
__this->___param = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___param), (void*)L_3);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimersEngine_Update_mDC431630088126495352BF4BA63CAA1CD60E4D0D (TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfn_t77DC7FE2D1DCEF308571AB283677B1BDBE98FB17* L_0;
|
||
|
|
L_0 = bfn_get_inst_m4C592BEFCC2389E8FF9010091B5832A983446E02(NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bfn_Update_mDD0497BF647BA769F9A696BB53594E2B928A5E2A(L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimersEngine__ctor_m2BA5C0DA779AF6AFAD4338BF8E6CB0E03CC95F3D (TimersEngine_t1395CBBF6F922DE402398A080D2E95F082C931E5* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfp__cctor_m60DE90D2595B7A654F49A05D1EB13364718D2AE7 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m8A2049BD6FC00B8424177ADBB2B336F4A774F8BA_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4DA9A0C1B4B3174500170B562761906409CA0583_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8);
|
||
|
|
((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot), (void*)L_0);
|
||
|
|
List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* L_1 = (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583*)il2cpp_codegen_object_new(List_1_t4DA9A0C1B4B3174500170B562761906409CA0583_il2cpp_TypeInfo_var);
|
||
|
|
List_1__ctor_m8A2049BD6FC00B8424177ADBB2B336F4A774F8BA(L_1, List_1__ctor_m8A2049BD6FC00B8424177ADBB2B336F4A774F8BA_RuntimeMethod_var);
|
||
|
|
((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lou = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lou), (void*)L_1);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_ngn_mB2BA420BD9190E6E70D1DDD8D13E4F5D901E6F0B (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_indexTablePos, int32_t ___1_blockIndex, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
int32_t V_3 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lop;
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = ___0_indexTablePos;
|
||
|
|
__this->___lop = L_1;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
V_2 = L_4;
|
||
|
|
int32_t L_5 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
int32_t L_6 = V_2;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_add(L_3, L_6));
|
||
|
|
uint8_t L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
||
|
|
V_1 = L_8;
|
||
|
|
int32_t L_9 = ___1_blockIndex;
|
||
|
|
int32_t L_10 = V_1;
|
||
|
|
if ((((int32_t)L_9) >= ((int32_t)L_10)))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = __this->___los;
|
||
|
|
int32_t L_12 = __this->___loq;
|
||
|
|
int32_t L_13 = __this->___lop;
|
||
|
|
V_2 = L_13;
|
||
|
|
int32_t L_14 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
int32_t L_15 = V_2;
|
||
|
|
NullCheck(L_11);
|
||
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_12, L_15));
|
||
|
|
uint8_t L_17 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
||
|
|
if (!((((int32_t)L_17) == ((int32_t)1))? 1 : 0))
|
||
|
|
{
|
||
|
|
goto IL_006f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_18 = __this->___lop;
|
||
|
|
int32_t L_19 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_18, ((int32_t)il2cpp_codegen_multiply(2, L_19))));
|
||
|
|
int16_t L_20;
|
||
|
|
L_20 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
V_3 = L_20;
|
||
|
|
goto IL_0086;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006f:
|
||
|
|
{
|
||
|
|
int32_t L_21 = __this->___lop;
|
||
|
|
int32_t L_22 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_21, ((int32_t)il2cpp_codegen_multiply(4, L_22))));
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_3 = L_23;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0086:
|
||
|
|
{
|
||
|
|
int32_t L_24 = V_3;
|
||
|
|
if ((((int32_t)L_24) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0095;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_25 = ___0_indexTablePos;
|
||
|
|
int32_t L_26 = V_3;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_25, L_26));
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0095:
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_0;
|
||
|
|
__this->___lop = L_27;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
int32_t L_28 = V_0;
|
||
|
|
__this->___lop = L_28;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfp_set_position_mAF4A98EE2515FE8395D173FBB026A23FF58E2B8B (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_value;
|
||
|
|
__this->___lop = L_0;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_gwp_mABC27B943225F2F46D0664768EBD54A4FCB47DA5 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = V_0;
|
||
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)64)))))
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)-37)))))
|
||
|
|
{
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty;
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = __this->___stringTable;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double bfp_dwt_m8CED17C286F7EBB93E1FB7AD687EF65C8EDFADC9 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)il2cpp_codegen_is_little_endian()))))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
double L_6;
|
||
|
|
L_6 = BitConverter_ToDouble_m2F701E24FFE424C6EBDA6CD76CCA029947A535A8(L_4, L_5, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = L_9;
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
NullCheck(L_7);
|
||
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_11);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___los;
|
||
|
|
int32_t L_14 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
int32_t L_15 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
||
|
|
NullCheck(L_12);
|
||
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_16);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___los;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_18);
|
||
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add(L_19, 2));
|
||
|
|
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
||
|
|
NullCheck(L_17);
|
||
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_21);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___los;
|
||
|
|
int32_t L_24 = V_0;
|
||
|
|
NullCheck(L_23);
|
||
|
|
int32_t L_25 = ((int32_t)il2cpp_codegen_add(L_24, 3));
|
||
|
|
uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
||
|
|
NullCheck(L_22);
|
||
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_26);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 4));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
NullCheck(L_27);
|
||
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_31);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->___los;
|
||
|
|
int32_t L_34 = V_0;
|
||
|
|
NullCheck(L_33);
|
||
|
|
int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 5));
|
||
|
|
uint8_t L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
||
|
|
NullCheck(L_32);
|
||
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_36);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = __this->___los;
|
||
|
|
int32_t L_39 = V_0;
|
||
|
|
NullCheck(L_38);
|
||
|
|
int32_t L_40 = ((int32_t)il2cpp_codegen_add(L_39, 6));
|
||
|
|
uint8_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
||
|
|
NullCheck(L_37);
|
||
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_41);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = __this->___los;
|
||
|
|
int32_t L_44 = V_0;
|
||
|
|
NullCheck(L_43);
|
||
|
|
int32_t L_45 = ((int32_t)il2cpp_codegen_add(L_44, 7));
|
||
|
|
uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
||
|
|
NullCheck(L_42);
|
||
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_46);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
float L_48;
|
||
|
|
L_48 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_47, 0, NULL);
|
||
|
|
return ((double)L_48);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_ibr_mBDE661AAE0EABDEF75B14C608D6AEF709EC57C38 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___los;
|
||
|
|
int32_t L_1 = __this->___loq;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_add(L_1, L_2));
|
||
|
|
uint8_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
||
|
|
int32_t L_5 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
return (bool)((((int32_t)L_4) == ((int32_t)1))? 1 : 0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfp_set_buffer_m5BE0FFE632E5E09743F22BD680A75D1961959946 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_value;
|
||
|
|
__this->___los = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___los), (void*)L_0);
|
||
|
|
__this->___lop = 0;
|
||
|
|
__this->___loq = 0;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___los;
|
||
|
|
NullCheck(L_1);
|
||
|
|
__this->___lor = ((int32_t)(((RuntimeArray*)L_1)->max_length));
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfp_ote_mEBD9E0F245C8DA4D16696CA14BE6349A0E2F1018 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 4));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)il2cpp_codegen_is_little_endian()))))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
float L_6;
|
||
|
|
L_6 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_4, L_5, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = L_9;
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
NullCheck(L_7);
|
||
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_11);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___los;
|
||
|
|
int32_t L_14 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
int32_t L_15 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
||
|
|
NullCheck(L_12);
|
||
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_16);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___los;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_18);
|
||
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add(L_19, 2));
|
||
|
|
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
||
|
|
NullCheck(L_17);
|
||
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_21);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___los;
|
||
|
|
int32_t L_24 = V_0;
|
||
|
|
NullCheck(L_23);
|
||
|
|
int32_t L_25 = ((int32_t)il2cpp_codegen_add(L_24, 3));
|
||
|
|
uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
||
|
|
NullCheck(L_22);
|
||
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_26);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
float L_28;
|
||
|
|
L_28 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_27, 0, NULL);
|
||
|
|
return L_28;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t bfp_ReadByte_m40CE8D79640FB17341117CFB0085C17EC631621B (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___los;
|
||
|
|
int32_t L_1 = __this->___loq;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
V_0 = L_2;
|
||
|
|
int32_t L_3 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_3, 1));
|
||
|
|
int32_t L_4 = V_0;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_5 = ((int32_t)il2cpp_codegen_add(L_1, L_4));
|
||
|
|
uint8_t L_6 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 4));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)il2cpp_codegen_is_little_endian()))))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
float L_6;
|
||
|
|
L_6 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_4, L_5, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = L_9;
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
NullCheck(L_7);
|
||
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_11);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___los;
|
||
|
|
int32_t L_14 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
int32_t L_15 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
||
|
|
NullCheck(L_12);
|
||
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_16);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___los;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_18);
|
||
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add(L_19, 2));
|
||
|
|
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
||
|
|
NullCheck(L_17);
|
||
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_21);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___los;
|
||
|
|
int32_t L_24 = V_0;
|
||
|
|
NullCheck(L_23);
|
||
|
|
int32_t L_25 = ((int32_t)il2cpp_codegen_add(L_24, 3));
|
||
|
|
uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
||
|
|
NullCheck(L_22);
|
||
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_26);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
float L_28;
|
||
|
|
L_28 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_27, 0, NULL);
|
||
|
|
return L_28;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* bfp_ReadBytes_mB892C9E19C3A4B67D600DF8336B8651E8054C08E (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_count, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_count;
|
||
|
|
int32_t L_1 = __this->___lor;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))))
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
||
|
|
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_3, NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bfp_ReadBytes_mB892C9E19C3A4B67D600DF8336B8651E8054C08E_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
int32_t L_4 = ___0_count;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_4);
|
||
|
|
V_0 = L_5;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = __this->___los;
|
||
|
|
int32_t L_7 = __this->___loq;
|
||
|
|
int32_t L_8 = __this->___lop;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0;
|
||
|
|
int32_t L_10 = ___0_count;
|
||
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_6, ((int32_t)il2cpp_codegen_add(L_7, L_8)), (RuntimeArray*)L_9, 0, L_10, NULL);
|
||
|
|
int32_t L_11 = __this->___lop;
|
||
|
|
int32_t L_12 = ___0_count;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_11, L_12));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_0;
|
||
|
|
return L_13;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* bfp_ReadBuffer_mA62154DD585B18B71E06A1CF5EB264FD522D018E (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0;
|
||
|
|
L_0 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___los;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
int32_t L_3 = V_0;
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_4 = (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53*)il2cpp_codegen_object_new(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
bfp__ctor_m35EDC2DC64D11BCDD4ECDB4C41B6987244A40478(L_4, L_1, L_2, L_3, NULL);
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_5 = L_4;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = __this->___stringTable;
|
||
|
|
NullCheck(L_5);
|
||
|
|
L_5->___stringTable = L_6;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___stringTable), (void*)L_6);
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_7 = L_5;
|
||
|
|
int32_t L_8 = __this->___version;
|
||
|
|
NullCheck(L_7);
|
||
|
|
L_7->___version = L_8;
|
||
|
|
int32_t L_9 = __this->___lop;
|
||
|
|
int32_t L_10 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_9, L_10));
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_mxc_mDE64026A75D5E958DD59E5030BF1F58151C50086 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = V_0;
|
||
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)19)))))
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)17)))))
|
||
|
|
{
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty;
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = __this->___stringTable;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_ReadBool_mAF2A52550EE6475793D65F06033F13AB8BC9C22F (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___los;
|
||
|
|
int32_t L_1 = __this->___loq;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_add(L_1, L_2));
|
||
|
|
uint8_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
||
|
|
int32_t L_5 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
return (bool)((((int32_t)L_4) == ((int32_t)1))? 1 : 0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* bfp_kjr_m2679E14A0C242412BB2C31CD9110A8A5A8AB5CCF (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0;
|
||
|
|
L_0 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___los;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
int32_t L_3 = V_0;
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_4 = (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53*)il2cpp_codegen_object_new(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
bfp__ctor_m35EDC2DC64D11BCDD4ECDB4C41B6987244A40478(L_4, L_1, L_2, L_3, NULL);
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_5 = L_4;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = __this->___stringTable;
|
||
|
|
NullCheck(L_5);
|
||
|
|
L_5->___stringTable = L_6;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___stringTable), (void*)L_6);
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_7 = L_5;
|
||
|
|
int32_t L_8 = __this->___version;
|
||
|
|
NullCheck(L_7);
|
||
|
|
L_7->___version = L_8;
|
||
|
|
int32_t L_9 = __this->___lop;
|
||
|
|
int32_t L_10 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_9, L_10));
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_ReadString_m40E4C5FCFE4328F9DE10AEFDD24E1B9CED5FFF19 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
uint16_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_1;
|
||
|
|
L_1 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
uint16_t L_5 = V_0;
|
||
|
|
NullCheck(L_1);
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(48, L_1, L_2, ((int32_t)il2cpp_codegen_add(L_3, L_4)), L_5);
|
||
|
|
int32_t L_7 = __this->___lop;
|
||
|
|
uint16_t L_8 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_7, (int32_t)L_8));
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* bfp_ReadPath_m1C1FDC7EAFD1484DCFC7E23133421E951F0F0CCC (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mDCC1C447C6D0F764F528BDA6C2C9D27898317710_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* L_0 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lou;
|
||
|
|
NullCheck(L_0);
|
||
|
|
List_1_Clear_mDCC1C447C6D0F764F528BDA6C2C9D27898317710_inline(L_0, List_1_Clear_mDCC1C447C6D0F764F528BDA6C2C9D27898317710_RuntimeMethod_var);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if (L_2)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* L_3 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lou;
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_00ef;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
uint8_t L_4;
|
||
|
|
L_4 = bfp_ReadByte_m40CE8D79640FB17341117CFB0085C17EC631621B(__this, NULL);
|
||
|
|
V_2 = L_4;
|
||
|
|
int32_t L_5 = V_2;
|
||
|
|
if ((((int32_t)L_5) == ((int32_t)1)))
|
||
|
|
{
|
||
|
|
goto IL_0035;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_6 = V_2;
|
||
|
|
if ((((int32_t)L_6) == ((int32_t)2)))
|
||
|
|
{
|
||
|
|
goto IL_0072;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_00c5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0035:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* L_7 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lou;
|
||
|
|
float L_8;
|
||
|
|
L_8 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
float L_9;
|
||
|
|
L_9 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
||
|
|
memset((&L_10), 0, sizeof(L_10));
|
||
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_10), L_8, L_9, (0.0f), NULL);
|
||
|
|
float L_11;
|
||
|
|
L_11 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
float L_12;
|
||
|
|
L_12 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13;
|
||
|
|
memset((&L_13), 0, sizeof(L_13));
|
||
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_13), L_11, L_12, (0.0f), NULL);
|
||
|
|
zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 L_14;
|
||
|
|
memset((&L_14), 0, sizeof(L_14));
|
||
|
|
zu__ctor_mC883AE8994D991F6829A92C699437154C0D06CF8((&L_14), L_10, L_13, NULL);
|
||
|
|
NullCheck(L_7);
|
||
|
|
List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_inline(L_7, L_14, List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_RuntimeMethod_var);
|
||
|
|
goto IL_00eb;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0072:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* L_15 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lou;
|
||
|
|
float L_16;
|
||
|
|
L_16 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
float L_17;
|
||
|
|
L_17 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18;
|
||
|
|
memset((&L_18), 0, sizeof(L_18));
|
||
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_18), L_16, L_17, (0.0f), NULL);
|
||
|
|
float L_19;
|
||
|
|
L_19 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
float L_20;
|
||
|
|
L_20 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21;
|
||
|
|
memset((&L_21), 0, sizeof(L_21));
|
||
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_21), L_19, L_20, (0.0f), NULL);
|
||
|
|
float L_22;
|
||
|
|
L_22 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
float L_23;
|
||
|
|
L_23 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24;
|
||
|
|
memset((&L_24), 0, sizeof(L_24));
|
||
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_24), L_22, L_23, (0.0f), NULL);
|
||
|
|
zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 L_25;
|
||
|
|
memset((&L_25), 0, sizeof(L_25));
|
||
|
|
zu__ctor_mEFB52AFFDC25E1F2D913CE18387F1D7F2E7BA29C((&L_25), L_18, L_21, L_24, NULL);
|
||
|
|
NullCheck(L_15);
|
||
|
|
List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_inline(L_15, L_25, List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_RuntimeMethod_var);
|
||
|
|
goto IL_00eb;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00c5:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* L_26 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lou;
|
||
|
|
float L_27;
|
||
|
|
L_27 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
float L_28;
|
||
|
|
L_28 = bfp_ReadFloat_m83C7207717A80898BCC4BB06F14C94F8D1CAE4C3(__this, NULL);
|
||
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
|
||
|
|
memset((&L_29), 0, sizeof(L_29));
|
||
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_29), L_27, L_28, (0.0f), NULL);
|
||
|
|
int32_t L_30 = V_2;
|
||
|
|
zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 L_31;
|
||
|
|
memset((&L_31), 0, sizeof(L_31));
|
||
|
|
zu__ctor_mF1279D781B1C2FFAB79D0E70197023A841B1A9A6((&L_31), L_29, L_30, NULL);
|
||
|
|
NullCheck(L_26);
|
||
|
|
List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_inline(L_26, L_31, List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00eb:
|
||
|
|
{
|
||
|
|
int32_t L_32 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00ef:
|
||
|
|
{
|
||
|
|
int32_t L_33 = V_1;
|
||
|
|
int32_t L_34 = V_0;
|
||
|
|
if ((((int32_t)L_33) < ((int32_t)L_34)))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* L_35 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lou;
|
||
|
|
return L_35;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t bfp_itg_m9542CED548E40185F788F3A953BE7E81BA45B8D8 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___los;
|
||
|
|
int32_t L_1 = __this->___loq;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
V_0 = L_2;
|
||
|
|
int32_t L_3 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_3, 1));
|
||
|
|
int32_t L_4 = V_0;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_5 = ((int32_t)il2cpp_codegen_add(L_1, L_4));
|
||
|
|
uint8_t L_6 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 2));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_003b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
return ((int16_t)((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_11<<8)))));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003b:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___los;
|
||
|
|
int32_t L_13 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_14 = L_13;
|
||
|
|
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___los;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
||
|
|
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
||
|
|
return ((int16_t)((int32_t)(((int32_t)((int32_t)L_15<<8))|(int32_t)L_19)));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* bfp_bfh_mEC02668BC93860E85C00C5B1EE67D7CD43A9599F (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_count, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_count;
|
||
|
|
int32_t L_1 = __this->___lor;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))))
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
||
|
|
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_3, NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bfp_bfh_mEC02668BC93860E85C00C5B1EE67D7CD43A9599F_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
int32_t L_4 = ___0_count;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_4);
|
||
|
|
V_0 = L_5;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = __this->___los;
|
||
|
|
int32_t L_7 = __this->___loq;
|
||
|
|
int32_t L_8 = __this->___lop;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0;
|
||
|
|
int32_t L_10 = ___0_count;
|
||
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_6, ((int32_t)il2cpp_codegen_add(L_7, L_8)), (RuntimeArray*)L_9, 0, L_10, NULL);
|
||
|
|
int32_t L_11 = __this->___lop;
|
||
|
|
int32_t L_12 = ___0_count;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_11, L_12));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_0;
|
||
|
|
return L_13;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* bfp_gej_m984FD175A9FAE8B5C0145D279872CDFD47AAFAF0 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_output, int32_t ___1_destIndex, int32_t ___2_count, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___2_count;
|
||
|
|
int32_t L_1 = __this->___lor;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))))
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
||
|
|
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_3, NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bfp_gej_m984FD175A9FAE8B5C0145D279872CDFD47AAFAF0_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = __this->___loq;
|
||
|
|
int32_t L_6 = __this->___lop;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_output;
|
||
|
|
int32_t L_8 = ___1_destIndex;
|
||
|
|
int32_t L_9 = ___2_count;
|
||
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, ((int32_t)il2cpp_codegen_add(L_5, L_6)), (RuntimeArray*)L_7, L_8, L_9, NULL);
|
||
|
|
int32_t L_10 = __this->___lop;
|
||
|
|
int32_t L_11 = ___2_count;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_10, L_11));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_output;
|
||
|
|
return L_12;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfp_cym_mA3AC8C84C5AB198271C9B4178BC6E2D0F9D44098 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, String_t* ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = V_0;
|
||
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)95))))
|
||
|
|
{
|
||
|
|
goto IL_0020;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)30))))
|
||
|
|
{
|
||
|
|
goto IL_0020;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = __this->___stringTable;
|
||
|
|
int32_t L_4 = V_0;
|
||
|
|
String_t* L_5 = ___0_value;
|
||
|
|
NullCheck(L_3);
|
||
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (String_t*)L_5);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0020:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* bfp_bqr_mECE7CE27AE1649376AF2202F3CD59F15947321D2 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0;
|
||
|
|
L_0 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___los;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
int32_t L_3 = V_0;
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_4 = (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53*)il2cpp_codegen_object_new(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
bfp__ctor_m35EDC2DC64D11BCDD4ECDB4C41B6987244A40478(L_4, L_1, L_2, L_3, NULL);
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_5 = L_4;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = __this->___stringTable;
|
||
|
|
NullCheck(L_5);
|
||
|
|
L_5->___stringTable = L_6;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___stringTable), (void*)L_6);
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_7 = L_5;
|
||
|
|
int32_t L_8 = __this->___version;
|
||
|
|
NullCheck(L_7);
|
||
|
|
L_7->___version = L_8;
|
||
|
|
int32_t L_9 = __this->___lop;
|
||
|
|
int32_t L_10 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_9, L_10));
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfp_Skip_mA83B6179264A64C28C76E239430D0AF2D5149EC8 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_count, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lop;
|
||
|
|
int32_t L_1 = ___0_count;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double bfp_heo_m56906C32057CC559CD6AA928ED93D9E535422D2A (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)il2cpp_codegen_is_little_endian()))))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
double L_6;
|
||
|
|
L_6 = BitConverter_ToDouble_m2F701E24FFE424C6EBDA6CD76CCA029947A535A8(L_4, L_5, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = L_9;
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
NullCheck(L_7);
|
||
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_11);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___los;
|
||
|
|
int32_t L_14 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
int32_t L_15 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
||
|
|
NullCheck(L_12);
|
||
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_16);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___los;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_18);
|
||
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add(L_19, 2));
|
||
|
|
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
||
|
|
NullCheck(L_17);
|
||
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_21);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___los;
|
||
|
|
int32_t L_24 = V_0;
|
||
|
|
NullCheck(L_23);
|
||
|
|
int32_t L_25 = ((int32_t)il2cpp_codegen_add(L_24, 3));
|
||
|
|
uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
||
|
|
NullCheck(L_22);
|
||
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_26);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 4));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
NullCheck(L_27);
|
||
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_31);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->___los;
|
||
|
|
int32_t L_34 = V_0;
|
||
|
|
NullCheck(L_33);
|
||
|
|
int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 5));
|
||
|
|
uint8_t L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
||
|
|
NullCheck(L_32);
|
||
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_36);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = __this->___los;
|
||
|
|
int32_t L_39 = V_0;
|
||
|
|
NullCheck(L_38);
|
||
|
|
int32_t L_40 = ((int32_t)il2cpp_codegen_add(L_39, 6));
|
||
|
|
uint8_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
||
|
|
NullCheck(L_37);
|
||
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_41);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = __this->___los;
|
||
|
|
int32_t L_44 = V_0;
|
||
|
|
NullCheck(L_43);
|
||
|
|
int32_t L_45 = ((int32_t)il2cpp_codegen_add(L_44, 7));
|
||
|
|
uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
||
|
|
NullCheck(L_42);
|
||
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_46);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
float L_48;
|
||
|
|
L_48 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_47, 0, NULL);
|
||
|
|
return ((double)L_48);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_mtt_m48E6924420170CA2950BED8A4D632719955675BE (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___los;
|
||
|
|
int32_t L_1 = __this->___loq;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_add(L_1, L_2));
|
||
|
|
uint8_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
||
|
|
int32_t L_5 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
return (bool)((((int32_t)L_4) == ((int32_t)1))? 1 : 0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_ejn_mD5BF02BB364D1ED7C315F1D774A8FA44AE5F6272 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = V_0;
|
||
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)39)))))
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)-37)))))
|
||
|
|
{
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty;
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = __this->___stringTable;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfp_get_length_m908D79C0F4D65E5F90D23251363538BF52F57332 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lor;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_oat_mFF141F6FD878E30FEF7638D9A5786862680FB139 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
uint16_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_1;
|
||
|
|
L_1 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
uint16_t L_5 = V_0;
|
||
|
|
NullCheck(L_1);
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(48, L_1, L_2, ((int32_t)il2cpp_codegen_add(L_3, L_4)), L_5);
|
||
|
|
int32_t L_7 = __this->___lop;
|
||
|
|
uint16_t L_8 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_7, (int32_t)L_8));
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double bfp_grj_m160F491530DC331D2775DA2935E0B67C9974E869 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)il2cpp_codegen_is_little_endian()))))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
double L_6;
|
||
|
|
L_6 = BitConverter_ToDouble_m2F701E24FFE424C6EBDA6CD76CCA029947A535A8(L_4, L_5, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = L_9;
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
NullCheck(L_7);
|
||
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_11);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___los;
|
||
|
|
int32_t L_14 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
int32_t L_15 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
||
|
|
NullCheck(L_12);
|
||
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_16);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___los;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_18);
|
||
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add(L_19, 2));
|
||
|
|
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
||
|
|
NullCheck(L_17);
|
||
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_21);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___los;
|
||
|
|
int32_t L_24 = V_0;
|
||
|
|
NullCheck(L_23);
|
||
|
|
int32_t L_25 = ((int32_t)il2cpp_codegen_add(L_24, 3));
|
||
|
|
uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
||
|
|
NullCheck(L_22);
|
||
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_26);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 4));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
NullCheck(L_27);
|
||
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_31);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->___los;
|
||
|
|
int32_t L_34 = V_0;
|
||
|
|
NullCheck(L_33);
|
||
|
|
int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 5));
|
||
|
|
uint8_t L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
||
|
|
NullCheck(L_32);
|
||
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_36);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = __this->___los;
|
||
|
|
int32_t L_39 = V_0;
|
||
|
|
NullCheck(L_38);
|
||
|
|
int32_t L_40 = ((int32_t)il2cpp_codegen_add(L_39, 6));
|
||
|
|
uint8_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
||
|
|
NullCheck(L_37);
|
||
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_41);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = __this->___los;
|
||
|
|
int32_t L_44 = V_0;
|
||
|
|
NullCheck(L_43);
|
||
|
|
int32_t L_45 = ((int32_t)il2cpp_codegen_add(L_44, 7));
|
||
|
|
uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
||
|
|
NullCheck(L_42);
|
||
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_46);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
float L_48;
|
||
|
|
L_48 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_47, 0, NULL);
|
||
|
|
return ((double)L_48);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_dav_m1D51BBD5572F7C7357C7505E6492C9C93596EC88 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_indexTablePos, int32_t ___1_blockIndex, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
int32_t V_3 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lop;
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = ___0_indexTablePos;
|
||
|
|
__this->___lop = L_1;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
V_2 = L_4;
|
||
|
|
int32_t L_5 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
int32_t L_6 = V_2;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_add(L_3, L_6));
|
||
|
|
uint8_t L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
||
|
|
V_1 = L_8;
|
||
|
|
int32_t L_9 = ___1_blockIndex;
|
||
|
|
int32_t L_10 = V_1;
|
||
|
|
if ((((int32_t)L_9) >= ((int32_t)L_10)))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = __this->___los;
|
||
|
|
int32_t L_12 = __this->___loq;
|
||
|
|
int32_t L_13 = __this->___lop;
|
||
|
|
V_2 = L_13;
|
||
|
|
int32_t L_14 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
int32_t L_15 = V_2;
|
||
|
|
NullCheck(L_11);
|
||
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_12, L_15));
|
||
|
|
uint8_t L_17 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
||
|
|
if (!((((int32_t)L_17) == ((int32_t)1))? 1 : 0))
|
||
|
|
{
|
||
|
|
goto IL_006f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_18 = __this->___lop;
|
||
|
|
int32_t L_19 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_18, ((int32_t)il2cpp_codegen_multiply(2, L_19))));
|
||
|
|
int16_t L_20;
|
||
|
|
L_20 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
V_3 = L_20;
|
||
|
|
goto IL_0086;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006f:
|
||
|
|
{
|
||
|
|
int32_t L_21 = __this->___lop;
|
||
|
|
int32_t L_22 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_21, ((int32_t)il2cpp_codegen_multiply(4, L_22))));
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_3 = L_23;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0086:
|
||
|
|
{
|
||
|
|
int32_t L_24 = V_3;
|
||
|
|
if ((((int32_t)L_24) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0095;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_25 = ___0_indexTablePos;
|
||
|
|
int32_t L_26 = V_3;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_25, L_26));
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0095:
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_0;
|
||
|
|
__this->___lop = L_27;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
int32_t L_28 = V_0;
|
||
|
|
__this->___lop = L_28;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t bfp_cky_m2758006D6235CD34DFAFBCE79513D05F98B8BF53 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0091;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___los;
|
||
|
|
int32_t L_13 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2));
|
||
|
|
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___los;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 3));
|
||
|
|
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___los;
|
||
|
|
int32_t L_21 = V_0;
|
||
|
|
NullCheck(L_20);
|
||
|
|
int32_t L_22 = ((int32_t)il2cpp_codegen_add(L_21, 4));
|
||
|
|
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___los;
|
||
|
|
int32_t L_25 = V_0;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_25, 5));
|
||
|
|
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 6));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___los;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 7));
|
||
|
|
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
||
|
|
V_1 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_23|((int32_t)((int32_t)L_27<<8))))|((int32_t)((int32_t)L_31<<((int32_t)56)))))|((int32_t)((int32_t)L_35<<((int32_t)-72)))));
|
||
|
|
int32_t L_36 = V_1;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_11<<8))))|((int32_t)((int32_t)L_15<<((int32_t)83)))))|((int32_t)((int32_t)L_19<<((int32_t)-39)))))))|((int64_t)(((int64_t)L_36)<<((int32_t)-90)))));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0091:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = __this->___los;
|
||
|
|
int32_t L_38 = V_0;
|
||
|
|
NullCheck(L_37);
|
||
|
|
int32_t L_39 = L_38;
|
||
|
|
uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = __this->___los;
|
||
|
|
int32_t L_42 = V_0;
|
||
|
|
NullCheck(L_41);
|
||
|
|
int32_t L_43 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
||
|
|
uint8_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = __this->___los;
|
||
|
|
int32_t L_46 = V_0;
|
||
|
|
NullCheck(L_45);
|
||
|
|
int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 2));
|
||
|
|
uint8_t L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = __this->___los;
|
||
|
|
int32_t L_50 = V_0;
|
||
|
|
NullCheck(L_49);
|
||
|
|
int32_t L_51 = ((int32_t)il2cpp_codegen_add(L_50, 3));
|
||
|
|
uint8_t L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
|
||
|
|
V_2 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_40<<((int32_t)86)))|((int32_t)((int32_t)L_44<<((int32_t)-36)))))|((int32_t)((int32_t)L_48<<8))))|(int32_t)L_52));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = __this->___los;
|
||
|
|
int32_t L_54 = V_0;
|
||
|
|
NullCheck(L_53);
|
||
|
|
int32_t L_55 = ((int32_t)il2cpp_codegen_add(L_54, 4));
|
||
|
|
uint8_t L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_57 = __this->___los;
|
||
|
|
int32_t L_58 = V_0;
|
||
|
|
NullCheck(L_57);
|
||
|
|
int32_t L_59 = ((int32_t)il2cpp_codegen_add(L_58, 5));
|
||
|
|
uint8_t L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = __this->___los;
|
||
|
|
int32_t L_62 = V_0;
|
||
|
|
NullCheck(L_61);
|
||
|
|
int32_t L_63 = ((int32_t)il2cpp_codegen_add(L_62, 6));
|
||
|
|
uint8_t L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = __this->___los;
|
||
|
|
int32_t L_66 = V_0;
|
||
|
|
NullCheck(L_65);
|
||
|
|
int32_t L_67 = ((int32_t)il2cpp_codegen_add(L_66, 7));
|
||
|
|
uint8_t L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
||
|
|
int32_t L_69 = V_2;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_56<<((int32_t)50)))|((int32_t)((int32_t)L_60<<((int32_t)60)))))|((int32_t)((int32_t)L_64<<8))))|(int32_t)L_68))))|((int64_t)(((int64_t)L_69)<<((int32_t)-86)))));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t bfp_jhx_m7BBCDBD56CC56343E8711D135E427B9D0BFD36DF (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0091;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___los;
|
||
|
|
int32_t L_13 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2));
|
||
|
|
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___los;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 3));
|
||
|
|
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___los;
|
||
|
|
int32_t L_21 = V_0;
|
||
|
|
NullCheck(L_20);
|
||
|
|
int32_t L_22 = ((int32_t)il2cpp_codegen_add(L_21, 4));
|
||
|
|
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___los;
|
||
|
|
int32_t L_25 = V_0;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_25, 5));
|
||
|
|
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 6));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___los;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 7));
|
||
|
|
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
||
|
|
V_1 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_23|((int32_t)((int32_t)L_27<<8))))|((int32_t)((int32_t)L_31<<((int32_t)-47)))))|((int32_t)((int32_t)L_35<<((int32_t)-11)))));
|
||
|
|
int32_t L_36 = V_1;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_11<<8))))|((int32_t)((int32_t)L_15<<((int32_t)21)))))|((int32_t)((int32_t)L_19<<((int32_t)-6)))))))|((int64_t)(((int64_t)L_36)<<((int32_t)-31)))));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0091:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = __this->___los;
|
||
|
|
int32_t L_38 = V_0;
|
||
|
|
NullCheck(L_37);
|
||
|
|
int32_t L_39 = L_38;
|
||
|
|
uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = __this->___los;
|
||
|
|
int32_t L_42 = V_0;
|
||
|
|
NullCheck(L_41);
|
||
|
|
int32_t L_43 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
||
|
|
uint8_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = __this->___los;
|
||
|
|
int32_t L_46 = V_0;
|
||
|
|
NullCheck(L_45);
|
||
|
|
int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 2));
|
||
|
|
uint8_t L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = __this->___los;
|
||
|
|
int32_t L_50 = V_0;
|
||
|
|
NullCheck(L_49);
|
||
|
|
int32_t L_51 = ((int32_t)il2cpp_codegen_add(L_50, 3));
|
||
|
|
uint8_t L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
|
||
|
|
V_2 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_40<<((int32_t)-31)))|((int32_t)((int32_t)L_44<<((int32_t)-10)))))|((int32_t)((int32_t)L_48<<8))))|(int32_t)L_52));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = __this->___los;
|
||
|
|
int32_t L_54 = V_0;
|
||
|
|
NullCheck(L_53);
|
||
|
|
int32_t L_55 = ((int32_t)il2cpp_codegen_add(L_54, 4));
|
||
|
|
uint8_t L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_57 = __this->___los;
|
||
|
|
int32_t L_58 = V_0;
|
||
|
|
NullCheck(L_57);
|
||
|
|
int32_t L_59 = ((int32_t)il2cpp_codegen_add(L_58, 5));
|
||
|
|
uint8_t L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = __this->___los;
|
||
|
|
int32_t L_62 = V_0;
|
||
|
|
NullCheck(L_61);
|
||
|
|
int32_t L_63 = ((int32_t)il2cpp_codegen_add(L_62, 6));
|
||
|
|
uint8_t L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = __this->___los;
|
||
|
|
int32_t L_66 = V_0;
|
||
|
|
NullCheck(L_65);
|
||
|
|
int32_t L_67 = ((int32_t)il2cpp_codegen_add(L_66, 7));
|
||
|
|
uint8_t L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
||
|
|
int32_t L_69 = V_2;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_56<<((int32_t)0)))|((int32_t)((int32_t)L_60<<((int32_t)20)))))|((int32_t)((int32_t)L_64<<8))))|(int32_t)L_68))))|((int64_t)(((int64_t)L_69)<<((int32_t)9)))));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* bfp_nvh_m11ED10AB6DE2E96D8A14FD117DA63D4032542B5E (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_count, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_count;
|
||
|
|
int32_t L_1 = __this->___lor;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))))
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
||
|
|
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_3, NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bfp_nvh_m11ED10AB6DE2E96D8A14FD117DA63D4032542B5E_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
int32_t L_4 = ___0_count;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_4);
|
||
|
|
V_0 = L_5;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = __this->___los;
|
||
|
|
int32_t L_7 = __this->___loq;
|
||
|
|
int32_t L_8 = __this->___lop;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0;
|
||
|
|
int32_t L_10 = ___0_count;
|
||
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_6, ((int32_t)il2cpp_codegen_add(L_7, L_8)), (RuntimeArray*)L_9, 0, L_10, NULL);
|
||
|
|
int32_t L_11 = __this->___lop;
|
||
|
|
int32_t L_12 = ___0_count;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_11, L_12));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_0;
|
||
|
|
return L_13;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t bfp_fjx_mA05DFF72D257550418EFC2FC693D43688B63091D (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0;
|
||
|
|
L_0 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar bfp_mcd_m44F860B15D374D3814B4EF2D9313F19B386B613B (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int16_t L_0;
|
||
|
|
L_0 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
return ((int32_t)(uint16_t)L_0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfp_WriteS_mDD2A3D17261E1BA81743A4C4848F922D818CA54D (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, String_t* ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = V_0;
|
||
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)65534))))
|
||
|
|
{
|
||
|
|
goto IL_0020;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)65533))))
|
||
|
|
{
|
||
|
|
goto IL_0020;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = __this->___stringTable;
|
||
|
|
int32_t L_4 = V_0;
|
||
|
|
String_t* L_5 = ___0_value;
|
||
|
|
NullCheck(L_3);
|
||
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (String_t*)L_5);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0020:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfp__ctor_m35EDC2DC64D11BCDD4ECDB4C41B6987244A40478 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_a, int32_t ___1_b, int32_t ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_a;
|
||
|
|
__this->___los = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___los), (void*)L_0);
|
||
|
|
__this->___lop = 0;
|
||
|
|
int32_t L_1 = ___1_b;
|
||
|
|
__this->___loq = L_1;
|
||
|
|
int32_t L_2 = ___2_c;
|
||
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_002c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_a;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4 = ___1_b;
|
||
|
|
__this->___lor = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_3)->max_length)), L_4));
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002c:
|
||
|
|
{
|
||
|
|
int32_t L_5 = ___2_c;
|
||
|
|
__this->___lor = L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0033:
|
||
|
|
{
|
||
|
|
__this->___littleEndian = (bool)0;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t bfp_mrw_m56DD77929BB066449A8B17F4381D88CBEE7DDE66 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int16_t L_0;
|
||
|
|
L_0 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
return (uint16_t)((int32_t)(uint16_t)L_0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar bfp_lyv_m5366B76A72D395AD308877BE374C46823D679024 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int16_t L_0;
|
||
|
|
L_0 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
return ((int32_t)(uint16_t)L_0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 4));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0056;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___los;
|
||
|
|
int32_t L_13 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2));
|
||
|
|
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___los;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 3));
|
||
|
|
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
||
|
|
return ((int32_t)(((int32_t)(((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_11<<8))))|((int32_t)((int32_t)L_15<<((int32_t)16)))))|((int32_t)((int32_t)L_19<<((int32_t)24)))));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0056:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___los;
|
||
|
|
int32_t L_21 = V_0;
|
||
|
|
NullCheck(L_20);
|
||
|
|
int32_t L_22 = L_21;
|
||
|
|
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___los;
|
||
|
|
int32_t L_25 = V_0;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
||
|
|
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 2));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___los;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 3));
|
||
|
|
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
||
|
|
return ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_23<<((int32_t)24)))|((int32_t)((int32_t)L_27<<((int32_t)16)))))|((int32_t)((int32_t)L_31<<8))))|(int32_t)L_35));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* bfp_get_buffer_m3EBD1E90B1E6E4486D3A8102100C4623444EB897 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___los;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_kkg_m48D9A02E534B54D5D08F2CF29C414ED28263F7CB (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___los;
|
||
|
|
int32_t L_1 = __this->___loq;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_add(L_1, L_2));
|
||
|
|
uint8_t L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
||
|
|
int32_t L_5 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
return (bool)((((int32_t)L_4) == ((int32_t)1))? 1 : 0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_olr_mB604314518BF9969CC3BE991CB0C4D72FD804AD9 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = V_0;
|
||
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-40)))))
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)-40)))))
|
||
|
|
{
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty;
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = __this->___stringTable;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bfp_ReadColor_mD0486F6ABCD252AAD3704BC9E38282997AD71F55 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
uint8_t V_1 = 0x0;
|
||
|
|
uint8_t V_2 = 0x0;
|
||
|
|
uint8_t V_3 = 0x0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = V_0;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_4 = L_3;
|
||
|
|
uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = __this->___los;
|
||
|
|
int32_t L_7 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
int32_t L_8 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
||
|
|
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
||
|
|
V_1 = L_9;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = __this->___los;
|
||
|
|
int32_t L_11 = V_0;
|
||
|
|
NullCheck(L_10);
|
||
|
|
int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_11, 2));
|
||
|
|
uint8_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
||
|
|
V_2 = L_13;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = __this->___los;
|
||
|
|
int32_t L_15 = V_0;
|
||
|
|
NullCheck(L_14);
|
||
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_15, 3));
|
||
|
|
uint8_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
||
|
|
V_3 = L_17;
|
||
|
|
int32_t L_18 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_18, 4));
|
||
|
|
uint8_t L_19 = V_1;
|
||
|
|
uint8_t L_20 = V_2;
|
||
|
|
uint8_t L_21 = V_3;
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_22;
|
||
|
|
memset((&L_22), 0, sizeof(L_22));
|
||
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_22), L_5, L_19, L_20, L_21, NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23;
|
||
|
|
L_23 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_22, NULL);
|
||
|
|
return L_23;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t bfp_cpn_m389BCF2DA4C7283498B5DBF6223EBFC8A6E47F46 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int16_t L_0;
|
||
|
|
L_0 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
return (uint16_t)((int32_t)(uint16_t)L_0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar bfp_ReadChar_m774F21E003F92E57C1E21EF6D0D5CC02E72A2D4D (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int16_t L_0;
|
||
|
|
L_0 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
return ((int32_t)(uint16_t)L_0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfp_jb_m63303CBEFCFB8634864271E3B786DB42FE82BD87 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 4));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0056;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___los;
|
||
|
|
int32_t L_13 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2));
|
||
|
|
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___los;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 3));
|
||
|
|
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
||
|
|
return ((int32_t)(((int32_t)(((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_11<<8))))|((int32_t)((int32_t)L_15<<((int32_t)27)))))|((int32_t)((int32_t)L_19<<((int32_t)-13)))));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0056:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___los;
|
||
|
|
int32_t L_21 = V_0;
|
||
|
|
NullCheck(L_20);
|
||
|
|
int32_t L_22 = L_21;
|
||
|
|
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___los;
|
||
|
|
int32_t L_25 = V_0;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
||
|
|
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 2));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___los;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 3));
|
||
|
|
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
||
|
|
return ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_23<<((int32_t)91)))|((int32_t)((int32_t)L_27<<((int32_t)-89)))))|((int32_t)((int32_t)L_31<<8))))|(int32_t)L_35));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfp_kar_m5407372BE0252375127176BB030086BE0344F956 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, String_t* ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = V_0;
|
||
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)72))))
|
||
|
|
{
|
||
|
|
goto IL_0020;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)-69))))
|
||
|
|
{
|
||
|
|
goto IL_0020;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = __this->___stringTable;
|
||
|
|
int32_t L_4 = V_0;
|
||
|
|
String_t* L_5 = ___0_value;
|
||
|
|
NullCheck(L_3);
|
||
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (String_t*)L_5);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0020:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfp_nfg_m1A50F315CC929F7ACA042EA91D18358C2EC2ACF9 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 4));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0056;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___los;
|
||
|
|
int32_t L_13 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2));
|
||
|
|
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___los;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 3));
|
||
|
|
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
||
|
|
return ((int32_t)(((int32_t)(((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_11<<8))))|((int32_t)((int32_t)L_15<<((int32_t)36)))))|((int32_t)((int32_t)L_19<<((int32_t)74)))));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0056:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___los;
|
||
|
|
int32_t L_21 = V_0;
|
||
|
|
NullCheck(L_20);
|
||
|
|
int32_t L_22 = L_21;
|
||
|
|
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___los;
|
||
|
|
int32_t L_25 = V_0;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
||
|
|
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 2));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___los;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 3));
|
||
|
|
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
||
|
|
return ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_23<<((int32_t)48)))|((int32_t)((int32_t)L_27<<((int32_t)-10)))))|((int32_t)((int32_t)L_31<<8))))|(int32_t)L_35));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double bfp_ReadDouble_m6D9F0FAC4418849F7BB12D92FF2DDED6E89F5BBA (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)il2cpp_codegen_is_little_endian()))))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
double L_6;
|
||
|
|
L_6 = BitConverter_ToDouble_m2F701E24FFE424C6EBDA6CD76CCA029947A535A8(L_4, L_5, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = L_9;
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
NullCheck(L_7);
|
||
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_11);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___los;
|
||
|
|
int32_t L_14 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
int32_t L_15 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
||
|
|
NullCheck(L_12);
|
||
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_16);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___los;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_18);
|
||
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add(L_19, 2));
|
||
|
|
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
||
|
|
NullCheck(L_17);
|
||
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_21);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___los;
|
||
|
|
int32_t L_24 = V_0;
|
||
|
|
NullCheck(L_23);
|
||
|
|
int32_t L_25 = ((int32_t)il2cpp_codegen_add(L_24, 3));
|
||
|
|
uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
||
|
|
NullCheck(L_22);
|
||
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_26);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 4));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
NullCheck(L_27);
|
||
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_31);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->___los;
|
||
|
|
int32_t L_34 = V_0;
|
||
|
|
NullCheck(L_33);
|
||
|
|
int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 5));
|
||
|
|
uint8_t L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
||
|
|
NullCheck(L_32);
|
||
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_36);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = __this->___los;
|
||
|
|
int32_t L_39 = V_0;
|
||
|
|
NullCheck(L_38);
|
||
|
|
int32_t L_40 = ((int32_t)il2cpp_codegen_add(L_39, 6));
|
||
|
|
uint8_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
||
|
|
NullCheck(L_37);
|
||
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_41);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = __this->___los;
|
||
|
|
int32_t L_44 = V_0;
|
||
|
|
NullCheck(L_43);
|
||
|
|
int32_t L_45 = ((int32_t)il2cpp_codegen_add(L_44, 7));
|
||
|
|
uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
||
|
|
NullCheck(L_42);
|
||
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_46);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
float L_48;
|
||
|
|
L_48 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_47, 0, NULL);
|
||
|
|
return ((double)L_48);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bfp_ofr_m2FCDA2C5DD73205A69573E74FBCD8DEDDCBC5C28 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_cnt, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_cnt;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
||
|
|
V_0 = L_1;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_0018;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = V_0;
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = bfp_ReadS_mCC84B42DE0FF2F380AC792AD1C005008F094EDE0(__this, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (String_t*)L_4);
|
||
|
|
int32_t L_5 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0018:
|
||
|
|
{
|
||
|
|
int32_t L_6 = V_1;
|
||
|
|
int32_t L_7 = ___0_cnt;
|
||
|
|
if ((((int32_t)L_6) < ((int32_t)L_7)))
|
||
|
|
{
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_0;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_fwz_mCC664BC350022DC06E8339EEB8750E0F9F68F0C1 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_indexTablePos, int32_t ___1_blockIndex, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
int32_t V_3 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lop;
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = ___0_indexTablePos;
|
||
|
|
__this->___lop = L_1;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
V_2 = L_4;
|
||
|
|
int32_t L_5 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
int32_t L_6 = V_2;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_add(L_3, L_6));
|
||
|
|
uint8_t L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
||
|
|
V_1 = L_8;
|
||
|
|
int32_t L_9 = ___1_blockIndex;
|
||
|
|
int32_t L_10 = V_1;
|
||
|
|
if ((((int32_t)L_9) >= ((int32_t)L_10)))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = __this->___los;
|
||
|
|
int32_t L_12 = __this->___loq;
|
||
|
|
int32_t L_13 = __this->___lop;
|
||
|
|
V_2 = L_13;
|
||
|
|
int32_t L_14 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
int32_t L_15 = V_2;
|
||
|
|
NullCheck(L_11);
|
||
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_12, L_15));
|
||
|
|
uint8_t L_17 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
||
|
|
if (!((((int32_t)L_17) == ((int32_t)1))? 1 : 0))
|
||
|
|
{
|
||
|
|
goto IL_006f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_18 = __this->___lop;
|
||
|
|
int32_t L_19 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_18, ((int32_t)il2cpp_codegen_multiply(2, L_19))));
|
||
|
|
int16_t L_20;
|
||
|
|
L_20 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
V_3 = L_20;
|
||
|
|
goto IL_0086;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006f:
|
||
|
|
{
|
||
|
|
int32_t L_21 = __this->___lop;
|
||
|
|
int32_t L_22 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_21, ((int32_t)il2cpp_codegen_multiply(4, L_22))));
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_3 = L_23;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0086:
|
||
|
|
{
|
||
|
|
int32_t L_24 = V_3;
|
||
|
|
if ((((int32_t)L_24) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0095;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_25 = ___0_indexTablePos;
|
||
|
|
int32_t L_26 = V_3;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_25, L_26));
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0095:
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_0;
|
||
|
|
__this->___lop = L_27;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
int32_t L_28 = V_0;
|
||
|
|
__this->___lop = L_28;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_kvx_m9DCD10230062890C4F2204E96F7CF9B92E60B974 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
uint16_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_1;
|
||
|
|
L_1 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
uint16_t L_5 = V_0;
|
||
|
|
NullCheck(L_1);
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(48, L_1, L_2, ((int32_t)il2cpp_codegen_add(L_3, L_4)), L_5);
|
||
|
|
int32_t L_7 = __this->___lop;
|
||
|
|
uint16_t L_8 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_7, (int32_t)L_8));
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_get_bytesAvailable_mC08565D606E7CDCE2D8D06DFF635117CDFE7F23D (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lop;
|
||
|
|
int32_t L_1 = __this->___lor;
|
||
|
|
return (bool)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double bfp_efd_mE34BCEA023C25FD08ADAFE86DCD345DB5AFA8B0F (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)il2cpp_codegen_is_little_endian()))))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
double L_6;
|
||
|
|
L_6 = BitConverter_ToDouble_m2F701E24FFE424C6EBDA6CD76CCA029947A535A8(L_4, L_5, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = L_9;
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
NullCheck(L_7);
|
||
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)L_11);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___los;
|
||
|
|
int32_t L_14 = V_0;
|
||
|
|
NullCheck(L_13);
|
||
|
|
int32_t L_15 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
||
|
|
NullCheck(L_12);
|
||
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)L_16);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___los;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_18);
|
||
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add(L_19, 2));
|
||
|
|
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
||
|
|
NullCheck(L_17);
|
||
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)L_21);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___los;
|
||
|
|
int32_t L_24 = V_0;
|
||
|
|
NullCheck(L_23);
|
||
|
|
int32_t L_25 = ((int32_t)il2cpp_codegen_add(L_24, 3));
|
||
|
|
uint8_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
||
|
|
NullCheck(L_22);
|
||
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)L_26);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 4));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
NullCheck(L_27);
|
||
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)L_31);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->___los;
|
||
|
|
int32_t L_34 = V_0;
|
||
|
|
NullCheck(L_33);
|
||
|
|
int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 5));
|
||
|
|
uint8_t L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
||
|
|
NullCheck(L_32);
|
||
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)L_36);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = __this->___los;
|
||
|
|
int32_t L_39 = V_0;
|
||
|
|
NullCheck(L_38);
|
||
|
|
int32_t L_40 = ((int32_t)il2cpp_codegen_add(L_39, 6));
|
||
|
|
uint8_t L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
||
|
|
NullCheck(L_37);
|
||
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)L_41);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = __this->___los;
|
||
|
|
int32_t L_44 = V_0;
|
||
|
|
NullCheck(L_43);
|
||
|
|
int32_t L_45 = ((int32_t)il2cpp_codegen_add(L_44, 7));
|
||
|
|
uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
||
|
|
NullCheck(L_42);
|
||
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_46);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = ((bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_StaticFields*)il2cpp_codegen_static_fields_for(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var))->___lot;
|
||
|
|
float L_48;
|
||
|
|
L_48 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_47, 0, NULL);
|
||
|
|
return ((double)L_48);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_Seek_mB38933D2498F21C8A62FCBC357D5FC1DAEB4E5BE (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_indexTablePos, int32_t ___1_blockIndex, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
int32_t V_3 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lop;
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = ___0_indexTablePos;
|
||
|
|
__this->___lop = L_1;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
V_2 = L_4;
|
||
|
|
int32_t L_5 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
int32_t L_6 = V_2;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_add(L_3, L_6));
|
||
|
|
uint8_t L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
||
|
|
V_1 = L_8;
|
||
|
|
int32_t L_9 = ___1_blockIndex;
|
||
|
|
int32_t L_10 = V_1;
|
||
|
|
if ((((int32_t)L_9) >= ((int32_t)L_10)))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = __this->___los;
|
||
|
|
int32_t L_12 = __this->___loq;
|
||
|
|
int32_t L_13 = __this->___lop;
|
||
|
|
V_2 = L_13;
|
||
|
|
int32_t L_14 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
int32_t L_15 = V_2;
|
||
|
|
NullCheck(L_11);
|
||
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_12, L_15));
|
||
|
|
uint8_t L_17 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
||
|
|
if (!((((int32_t)L_17) == ((int32_t)1))? 1 : 0))
|
||
|
|
{
|
||
|
|
goto IL_006f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_18 = __this->___lop;
|
||
|
|
int32_t L_19 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_18, ((int32_t)il2cpp_codegen_multiply(2, L_19))));
|
||
|
|
int16_t L_20;
|
||
|
|
L_20 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
V_3 = L_20;
|
||
|
|
goto IL_0086;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006f:
|
||
|
|
{
|
||
|
|
int32_t L_21 = __this->___lop;
|
||
|
|
int32_t L_22 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_21, ((int32_t)il2cpp_codegen_multiply(4, L_22))));
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_3 = L_23;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0086:
|
||
|
|
{
|
||
|
|
int32_t L_24 = V_3;
|
||
|
|
if ((((int32_t)L_24) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0095;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_25 = ___0_indexTablePos;
|
||
|
|
int32_t L_26 = V_3;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_25, L_26));
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0095:
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_0;
|
||
|
|
__this->___lop = L_27;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
int32_t L_28 = V_0;
|
||
|
|
__this->___lop = L_28;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t bfp_foh_m43EA479F58B870F1D0B97CF2A75D745FF87258CD (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0091;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___los;
|
||
|
|
int32_t L_13 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2));
|
||
|
|
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___los;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 3));
|
||
|
|
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___los;
|
||
|
|
int32_t L_21 = V_0;
|
||
|
|
NullCheck(L_20);
|
||
|
|
int32_t L_22 = ((int32_t)il2cpp_codegen_add(L_21, 4));
|
||
|
|
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___los;
|
||
|
|
int32_t L_25 = V_0;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_25, 5));
|
||
|
|
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 6));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___los;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 7));
|
||
|
|
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
||
|
|
V_1 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_23|((int32_t)((int32_t)L_27<<8))))|((int32_t)((int32_t)L_31<<((int32_t)20)))))|((int32_t)((int32_t)L_35<<((int32_t)2)))));
|
||
|
|
int32_t L_36 = V_1;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_11<<8))))|((int32_t)((int32_t)L_15<<((int32_t)-69)))))|((int32_t)((int32_t)L_19<<((int32_t)-5)))))))|((int64_t)(((int64_t)L_36)<<((int32_t)-17)))));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0091:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = __this->___los;
|
||
|
|
int32_t L_38 = V_0;
|
||
|
|
NullCheck(L_37);
|
||
|
|
int32_t L_39 = L_38;
|
||
|
|
uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = __this->___los;
|
||
|
|
int32_t L_42 = V_0;
|
||
|
|
NullCheck(L_41);
|
||
|
|
int32_t L_43 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
||
|
|
uint8_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = __this->___los;
|
||
|
|
int32_t L_46 = V_0;
|
||
|
|
NullCheck(L_45);
|
||
|
|
int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 2));
|
||
|
|
uint8_t L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = __this->___los;
|
||
|
|
int32_t L_50 = V_0;
|
||
|
|
NullCheck(L_49);
|
||
|
|
int32_t L_51 = ((int32_t)il2cpp_codegen_add(L_50, 3));
|
||
|
|
uint8_t L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
|
||
|
|
V_2 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_40<<((int32_t)97)))|((int32_t)((int32_t)L_44<<((int32_t)4)))))|((int32_t)((int32_t)L_48<<8))))|(int32_t)L_52));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = __this->___los;
|
||
|
|
int32_t L_54 = V_0;
|
||
|
|
NullCheck(L_53);
|
||
|
|
int32_t L_55 = ((int32_t)il2cpp_codegen_add(L_54, 4));
|
||
|
|
uint8_t L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_57 = __this->___los;
|
||
|
|
int32_t L_58 = V_0;
|
||
|
|
NullCheck(L_57);
|
||
|
|
int32_t L_59 = ((int32_t)il2cpp_codegen_add(L_58, 5));
|
||
|
|
uint8_t L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = __this->___los;
|
||
|
|
int32_t L_62 = V_0;
|
||
|
|
NullCheck(L_61);
|
||
|
|
int32_t L_63 = ((int32_t)il2cpp_codegen_add(L_62, 6));
|
||
|
|
uint8_t L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = __this->___los;
|
||
|
|
int32_t L_66 = V_0;
|
||
|
|
NullCheck(L_65);
|
||
|
|
int32_t L_67 = ((int32_t)il2cpp_codegen_add(L_66, 7));
|
||
|
|
uint8_t L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
||
|
|
int32_t L_69 = V_2;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_56<<((int32_t)22)))|((int32_t)((int32_t)L_60<<((int32_t)41)))))|((int32_t)((int32_t)L_64<<8))))|(int32_t)L_68))))|((int64_t)(((int64_t)L_69)<<((int32_t)-62)))));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfp_get_position_m22B5821002B7E697DA8F9A57E1F8CBEC3502857D (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lop;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfp_hmc_m66AF478A0C752758E8891F085C71482976811E05 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_indexTablePos, int32_t ___1_blockIndex, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
int32_t V_3 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lop;
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = ___0_indexTablePos;
|
||
|
|
__this->___lop = L_1;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
V_2 = L_4;
|
||
|
|
int32_t L_5 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
int32_t L_6 = V_2;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_add(L_3, L_6));
|
||
|
|
uint8_t L_8 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
||
|
|
V_1 = L_8;
|
||
|
|
int32_t L_9 = ___1_blockIndex;
|
||
|
|
int32_t L_10 = V_1;
|
||
|
|
if ((((int32_t)L_9) >= ((int32_t)L_10)))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = __this->___los;
|
||
|
|
int32_t L_12 = __this->___loq;
|
||
|
|
int32_t L_13 = __this->___lop;
|
||
|
|
V_2 = L_13;
|
||
|
|
int32_t L_14 = V_2;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
int32_t L_15 = V_2;
|
||
|
|
NullCheck(L_11);
|
||
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_12, L_15));
|
||
|
|
uint8_t L_17 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
||
|
|
if (!((((int32_t)L_17) == ((int32_t)1))? 1 : 0))
|
||
|
|
{
|
||
|
|
goto IL_006f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_18 = __this->___lop;
|
||
|
|
int32_t L_19 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_18, ((int32_t)il2cpp_codegen_multiply(2, L_19))));
|
||
|
|
int16_t L_20;
|
||
|
|
L_20 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
V_3 = L_20;
|
||
|
|
goto IL_0086;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006f:
|
||
|
|
{
|
||
|
|
int32_t L_21 = __this->___lop;
|
||
|
|
int32_t L_22 = ___1_blockIndex;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_21, ((int32_t)il2cpp_codegen_multiply(4, L_22))));
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_3 = L_23;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0086:
|
||
|
|
{
|
||
|
|
int32_t L_24 = V_3;
|
||
|
|
if ((((int32_t)L_24) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0095;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_25 = ___0_indexTablePos;
|
||
|
|
int32_t L_26 = V_3;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_25, L_26));
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0095:
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_0;
|
||
|
|
__this->___lop = L_27;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
int32_t L_28 = V_0;
|
||
|
|
__this->___lop = L_28;
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* bfp_emf_mC9935E1A24AAE5D8F0E733841E57008031C38FD8 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_output, int32_t ___1_destIndex, int32_t ___2_count, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___2_count;
|
||
|
|
int32_t L_1 = __this->___lor;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))))
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
||
|
|
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_3, NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bfp_emf_mC9935E1A24AAE5D8F0E733841E57008031C38FD8_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = __this->___loq;
|
||
|
|
int32_t L_6 = __this->___lop;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_output;
|
||
|
|
int32_t L_8 = ___1_destIndex;
|
||
|
|
int32_t L_9 = ___2_count;
|
||
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, ((int32_t)il2cpp_codegen_add(L_5, L_6)), (RuntimeArray*)L_7, L_8, L_9, NULL);
|
||
|
|
int32_t L_10 = __this->___lop;
|
||
|
|
int32_t L_11 = ___2_count;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_10, L_11));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_output;
|
||
|
|
return L_12;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* bfp_ReadBytes_m6308448C3A65B04F6E706D6DCA0D62E74194A4AC (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_output, int32_t ___1_destIndex, int32_t ___2_count, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___2_count;
|
||
|
|
int32_t L_1 = __this->___lor;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_2)))))
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
||
|
|
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_3, NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bfp_ReadBytes_m6308448C3A65B04F6E706D6DCA0D62E74194A4AC_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = __this->___loq;
|
||
|
|
int32_t L_6 = __this->___lop;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_output;
|
||
|
|
int32_t L_8 = ___1_destIndex;
|
||
|
|
int32_t L_9 = ___2_count;
|
||
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, ((int32_t)il2cpp_codegen_add(L_5, L_6)), (RuntimeArray*)L_7, L_8, L_9, NULL);
|
||
|
|
int32_t L_10 = __this->___lop;
|
||
|
|
int32_t L_11 = ___2_count;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_10, L_11));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_output;
|
||
|
|
return L_12;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_ReadString_m9E190B5C9306E590FDEE269DF6AE840074B1B18B (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_len, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0;
|
||
|
|
L_0 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___los;
|
||
|
|
int32_t L_2 = __this->___loq;
|
||
|
|
int32_t L_3 = __this->___lop;
|
||
|
|
int32_t L_4 = ___0_len;
|
||
|
|
NullCheck(L_0);
|
||
|
|
String_t* L_5;
|
||
|
|
L_5 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(48, L_0, L_1, ((int32_t)il2cpp_codegen_add(L_2, L_3)), L_4);
|
||
|
|
int32_t L_6 = __this->___lop;
|
||
|
|
int32_t L_7 = ___0_len;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_6, L_7));
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t bfp_ReadUint_mD7A73A700270815A4B6C4939F56B435AE0BC180A (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0;
|
||
|
|
L_0 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t bfp_ReadLong_m2A5C468212C5ACA85DD05671E5CEAC7DE47FF224 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0091;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___los;
|
||
|
|
int32_t L_13 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2));
|
||
|
|
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___los;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 3));
|
||
|
|
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___los;
|
||
|
|
int32_t L_21 = V_0;
|
||
|
|
NullCheck(L_20);
|
||
|
|
int32_t L_22 = ((int32_t)il2cpp_codegen_add(L_21, 4));
|
||
|
|
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___los;
|
||
|
|
int32_t L_25 = V_0;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_25, 5));
|
||
|
|
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 6));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___los;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 7));
|
||
|
|
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
||
|
|
V_1 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_23|((int32_t)((int32_t)L_27<<8))))|((int32_t)((int32_t)L_31<<((int32_t)16)))))|((int32_t)((int32_t)L_35<<((int32_t)24)))));
|
||
|
|
int32_t L_36 = V_1;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_11<<8))))|((int32_t)((int32_t)L_15<<((int32_t)16)))))|((int32_t)((int32_t)L_19<<((int32_t)24)))))))|((int64_t)(((int64_t)L_36)<<((int32_t)32)))));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0091:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = __this->___los;
|
||
|
|
int32_t L_38 = V_0;
|
||
|
|
NullCheck(L_37);
|
||
|
|
int32_t L_39 = L_38;
|
||
|
|
uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = __this->___los;
|
||
|
|
int32_t L_42 = V_0;
|
||
|
|
NullCheck(L_41);
|
||
|
|
int32_t L_43 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
||
|
|
uint8_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = __this->___los;
|
||
|
|
int32_t L_46 = V_0;
|
||
|
|
NullCheck(L_45);
|
||
|
|
int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 2));
|
||
|
|
uint8_t L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = __this->___los;
|
||
|
|
int32_t L_50 = V_0;
|
||
|
|
NullCheck(L_49);
|
||
|
|
int32_t L_51 = ((int32_t)il2cpp_codegen_add(L_50, 3));
|
||
|
|
uint8_t L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
|
||
|
|
V_2 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_40<<((int32_t)24)))|((int32_t)((int32_t)L_44<<((int32_t)16)))))|((int32_t)((int32_t)L_48<<8))))|(int32_t)L_52));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = __this->___los;
|
||
|
|
int32_t L_54 = V_0;
|
||
|
|
NullCheck(L_53);
|
||
|
|
int32_t L_55 = ((int32_t)il2cpp_codegen_add(L_54, 4));
|
||
|
|
uint8_t L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_57 = __this->___los;
|
||
|
|
int32_t L_58 = V_0;
|
||
|
|
NullCheck(L_57);
|
||
|
|
int32_t L_59 = ((int32_t)il2cpp_codegen_add(L_58, 5));
|
||
|
|
uint8_t L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = __this->___los;
|
||
|
|
int32_t L_62 = V_0;
|
||
|
|
NullCheck(L_61);
|
||
|
|
int32_t L_63 = ((int32_t)il2cpp_codegen_add(L_62, 6));
|
||
|
|
uint8_t L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = __this->___los;
|
||
|
|
int32_t L_66 = V_0;
|
||
|
|
NullCheck(L_65);
|
||
|
|
int32_t L_67 = ((int32_t)il2cpp_codegen_add(L_66, 7));
|
||
|
|
uint8_t L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
||
|
|
int32_t L_69 = V_2;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_56<<((int32_t)24)))|((int32_t)((int32_t)L_60<<((int32_t)16)))))|((int32_t)((int32_t)L_64<<8))))|(int32_t)L_68))))|((int64_t)(((int64_t)L_69)<<((int32_t)32)))));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bfp_ReadSArray_mCF8A95D8584B6568275BD3A4F152B4CEF278B3CF (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_cnt, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_cnt;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
||
|
|
V_0 = L_1;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_0018;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = V_0;
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = bfp_ReadS_mCC84B42DE0FF2F380AC792AD1C005008F094EDE0(__this, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (String_t*)L_4);
|
||
|
|
int32_t L_5 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0018:
|
||
|
|
{
|
||
|
|
int32_t L_6 = V_1;
|
||
|
|
int32_t L_7 = ___0_cnt;
|
||
|
|
if ((((int32_t)L_6) < ((int32_t)L_7)))
|
||
|
|
{
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_0;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bfp_oao_m2DD04D9A94221E29D2F4369C45AA52F832FA94CD (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, int32_t ___0_cnt, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_cnt;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
||
|
|
V_0 = L_1;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_0018;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = V_0;
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = bfp_ReadS_mCC84B42DE0FF2F380AC792AD1C005008F094EDE0(__this, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (String_t*)L_4);
|
||
|
|
int32_t L_5 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0018:
|
||
|
|
{
|
||
|
|
int32_t L_6 = V_1;
|
||
|
|
int32_t L_7 = ___0_cnt;
|
||
|
|
if ((((int32_t)L_6) < ((int32_t)L_7)))
|
||
|
|
{
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_0;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* bfp_gao_mF1FBB9403EB5AE11F3056BEA7CF7C90207194436 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0;
|
||
|
|
L_0 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___los;
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
int32_t L_3 = V_0;
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_4 = (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53*)il2cpp_codegen_object_new(bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53_il2cpp_TypeInfo_var);
|
||
|
|
bfp__ctor_m35EDC2DC64D11BCDD4ECDB4C41B6987244A40478(L_4, L_1, L_2, L_3, NULL);
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_5 = L_4;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = __this->___stringTable;
|
||
|
|
NullCheck(L_5);
|
||
|
|
L_5->___stringTable = L_6;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___stringTable), (void*)L_6);
|
||
|
|
bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* L_7 = L_5;
|
||
|
|
int32_t L_8 = __this->___version;
|
||
|
|
NullCheck(L_7);
|
||
|
|
L_7->___version = L_8;
|
||
|
|
int32_t L_9 = __this->___lop;
|
||
|
|
int32_t L_10 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_9, L_10));
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t bfp_eia_m4DE21C103E68AB674F3E600EB9C9E7D97D245195 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0;
|
||
|
|
L_0 = bfp_ReadInt_mD5BD577846BCEC04969AC3D2A0E3914A00DF1318(__this, NULL);
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int16_t L_0;
|
||
|
|
L_0 = bfp_ReadShort_m0AF3540A9BC5FE3E84ADE42AF827607C16CC9FC3(__this, NULL);
|
||
|
|
return (uint16_t)((int32_t)(uint16_t)L_0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bfp_onr_m5BB56C645E14699289F3BEF637B24B5C9CBD28B8 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
uint8_t V_1 = 0x0;
|
||
|
|
uint8_t V_2 = 0x0;
|
||
|
|
uint8_t V_3 = 0x0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = V_0;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_4 = L_3;
|
||
|
|
uint8_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = __this->___los;
|
||
|
|
int32_t L_7 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
int32_t L_8 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
||
|
|
uint8_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
||
|
|
V_1 = L_9;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = __this->___los;
|
||
|
|
int32_t L_11 = V_0;
|
||
|
|
NullCheck(L_10);
|
||
|
|
int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_11, 2));
|
||
|
|
uint8_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
||
|
|
V_2 = L_13;
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = __this->___los;
|
||
|
|
int32_t L_15 = V_0;
|
||
|
|
NullCheck(L_14);
|
||
|
|
int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_15, 3));
|
||
|
|
uint8_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
||
|
|
V_3 = L_17;
|
||
|
|
int32_t L_18 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_18, 4));
|
||
|
|
uint8_t L_19 = V_1;
|
||
|
|
uint8_t L_20 = V_2;
|
||
|
|
uint8_t L_21 = V_3;
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_22;
|
||
|
|
memset((&L_22), 0, sizeof(L_22));
|
||
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_22), L_5, L_19, L_20, L_21, NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23;
|
||
|
|
L_23 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_22, NULL);
|
||
|
|
return L_23;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_ReadS_mCC84B42DE0FF2F380AC792AD1C005008F094EDE0 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
int32_t L_1 = V_0;
|
||
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)65534)))))
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)65533)))))
|
||
|
|
{
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty;
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = __this->___stringTable;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t bfp_mkg_mBC5235BCE82049EC0D31C5B93768746EB90BC79D (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___loq;
|
||
|
|
int32_t L_1 = __this->___lop;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
int32_t L_2 = __this->___lop;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_2, 8));
|
||
|
|
bool L_3 = __this->___littleEndian;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0091;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___los;
|
||
|
|
int32_t L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
int32_t L_6 = L_5;
|
||
|
|
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___los;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
||
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___los;
|
||
|
|
int32_t L_13 = V_0;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2));
|
||
|
|
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___los;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 3));
|
||
|
|
uint8_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___los;
|
||
|
|
int32_t L_21 = V_0;
|
||
|
|
NullCheck(L_20);
|
||
|
|
int32_t L_22 = ((int32_t)il2cpp_codegen_add(L_21, 4));
|
||
|
|
uint8_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___los;
|
||
|
|
int32_t L_25 = V_0;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_25, 5));
|
||
|
|
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = __this->___los;
|
||
|
|
int32_t L_29 = V_0;
|
||
|
|
NullCheck(L_28);
|
||
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 6));
|
||
|
|
uint8_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = __this->___los;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
NullCheck(L_32);
|
||
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 7));
|
||
|
|
uint8_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
||
|
|
V_1 = ((int32_t)(((int32_t)(((int32_t)((int32_t)L_23|((int32_t)((int32_t)L_27<<8))))|((int32_t)((int32_t)L_31<<((int32_t)10)))))|((int32_t)((int32_t)L_35<<((int32_t)-23)))));
|
||
|
|
int32_t L_36 = V_1;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)((int32_t)L_7|((int32_t)((int32_t)L_11<<8))))|((int32_t)((int32_t)L_15<<((int32_t)97)))))|((int32_t)((int32_t)L_19<<((int32_t)30)))))))|((int64_t)(((int64_t)L_36)<<((int32_t)-15)))));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0091:
|
||
|
|
{
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = __this->___los;
|
||
|
|
int32_t L_38 = V_0;
|
||
|
|
NullCheck(L_37);
|
||
|
|
int32_t L_39 = L_38;
|
||
|
|
uint8_t L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = __this->___los;
|
||
|
|
int32_t L_42 = V_0;
|
||
|
|
NullCheck(L_41);
|
||
|
|
int32_t L_43 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
||
|
|
uint8_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = __this->___los;
|
||
|
|
int32_t L_46 = V_0;
|
||
|
|
NullCheck(L_45);
|
||
|
|
int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 2));
|
||
|
|
uint8_t L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = __this->___los;
|
||
|
|
int32_t L_50 = V_0;
|
||
|
|
NullCheck(L_49);
|
||
|
|
int32_t L_51 = ((int32_t)il2cpp_codegen_add(L_50, 3));
|
||
|
|
uint8_t L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
|
||
|
|
V_2 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_40<<((int32_t)68)))|((int32_t)((int32_t)L_44<<((int32_t)49)))))|((int32_t)((int32_t)L_48<<8))))|(int32_t)L_52));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = __this->___los;
|
||
|
|
int32_t L_54 = V_0;
|
||
|
|
NullCheck(L_53);
|
||
|
|
int32_t L_55 = ((int32_t)il2cpp_codegen_add(L_54, 4));
|
||
|
|
uint8_t L_56 = (L_53)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_57 = __this->___los;
|
||
|
|
int32_t L_58 = V_0;
|
||
|
|
NullCheck(L_57);
|
||
|
|
int32_t L_59 = ((int32_t)il2cpp_codegen_add(L_58, 5));
|
||
|
|
uint8_t L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = __this->___los;
|
||
|
|
int32_t L_62 = V_0;
|
||
|
|
NullCheck(L_61);
|
||
|
|
int32_t L_63 = ((int32_t)il2cpp_codegen_add(L_62, 6));
|
||
|
|
uint8_t L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = __this->___los;
|
||
|
|
int32_t L_66 = V_0;
|
||
|
|
NullCheck(L_65);
|
||
|
|
int32_t L_67 = ((int32_t)il2cpp_codegen_add(L_66, 7));
|
||
|
|
uint8_t L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
||
|
|
int32_t L_69 = V_2;
|
||
|
|
return ((int64_t)(((int64_t)(uint64_t)((uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_56<<((int32_t)11)))|((int32_t)((int32_t)L_60<<((int32_t)97)))))|((int32_t)((int32_t)L_64<<8))))|(int32_t)L_68))))|((int64_t)(((int64_t)L_69)<<((int32_t)29)))));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_fqm_m2C8203B0CE7FB67B69711B50E920EF794B0AA342 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
uint16_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_1;
|
||
|
|
L_1 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
uint16_t L_5 = V_0;
|
||
|
|
NullCheck(L_1);
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(48, L_1, L_2, ((int32_t)il2cpp_codegen_add(L_3, L_4)), L_5);
|
||
|
|
int32_t L_7 = __this->___lop;
|
||
|
|
uint16_t L_8 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_7, (int32_t)L_8));
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfp_ekv_m8F6BBC35E2F398625A63CAA22EED9619A346CBE1 (bfp_tE837AE2C7D4A50702ADF747F03DB5C6B1F4BCC53* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
uint16_t V_0 = 0;
|
||
|
|
{
|
||
|
|
uint16_t L_0;
|
||
|
|
L_0 = bfp_ReadUshort_m27B50167433BCFF18F39F80EA84527906E62DED2(__this, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_1;
|
||
|
|
L_1 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
||
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___los;
|
||
|
|
int32_t L_3 = __this->___loq;
|
||
|
|
int32_t L_4 = __this->___lop;
|
||
|
|
uint16_t L_5 = V_0;
|
||
|
|
NullCheck(L_1);
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(48, L_1, L_2, ((int32_t)il2cpp_codegen_add(L_3, L_4)), L_5);
|
||
|
|
int32_t L_7 = __this->___lop;
|
||
|
|
uint16_t L_8 = V_0;
|
||
|
|
__this->___lop = ((int32_t)il2cpp_codegen_add(L_7, (int32_t)L_8));
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0 = __this->___U3ClovU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq_fqn_m78D7844EE5C5E18357B8C8931B4E481476409670 (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0 = ___0_a;
|
||
|
|
__this->___U3ClovU3Ek__BackingField = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClovU3Ek__BackingField), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq__ctor_m03E7E1B65CEA59ABED6A97198FFB5444810A91C6 (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA76B3A3154DD2AF4140B0C9044C1D47DA47474E9);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfq_fqo_m496C622E55BF88BEDA411F327BBD4B5CBEF9F51D_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
String_t* L_0 = ((bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_StaticFields*)il2cpp_codegen_static_fields_for(bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_il2cpp_TypeInfo_var))->___resource;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0035;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ((bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_StaticFields*)il2cpp_codegen_static_fields_for(bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_il2cpp_TypeInfo_var))->___resource;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_2;
|
||
|
|
L_2 = bfj_CreateObjectFromURL_mC446F698DBED5AEE9F0FC79DCC2DD8B4A7FE226F(L_1, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_3;
|
||
|
|
L_3 = bdc_get_asCom_mB5C4ECC847E8FC438AE712625CCCA34C05402BAA(L_2, NULL);
|
||
|
|
bfq_fqn_m78D7844EE5C5E18357B8C8931B4E481476409670_inline(__this, L_3, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_4 = (zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8*)il2cpp_codegen_object_new(zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
zc__ctor_m6634DC7D4935CF9D7B6EE75AC25469203C047F68(L_4, __this, (intptr_t)((void*)bfq_fqo_m496C622E55BF88BEDA411F327BBD4B5CBEF9F51D_RuntimeMethod_var), NULL);
|
||
|
|
__this->___loy = L_4;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loy), (void*)L_4);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0035:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralA76B3A3154DD2AF4140B0C9044C1D47DA47474E9, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* bfq_get_displayObject_mE230CDFBBBDA448328E7B5021CCF6AC1EC361A2E (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1;
|
||
|
|
L_1 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_2;
|
||
|
|
L_2 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* bfq_get_element_mADAABD20C2B97385E88EA9B260C202B2FC95B1D8 (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = __this->___lox;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfq_get_width_mB101ECF3C037CFDFB1B639272C776AE6B8CCA055 (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (0.0f);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000e:
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1;
|
||
|
|
L_1 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfq_get_height_mFCE640A7899060444855785774BE6BFAEF9A884C (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (0.0f);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000e:
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1;
|
||
|
|
L_1 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq_Create_m90B335857F62ACD2E278145AB8A1F67666418EDE (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___0_owner, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___1_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = ___0_owner;
|
||
|
|
__this->___low = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___low), (void*)L_0);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = ___1_element;
|
||
|
|
__this->___lox = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lox), (void*)L_1);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_2;
|
||
|
|
L_2 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
if (L_2)
|
||
|
|
{
|
||
|
|
goto IL_0017;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0017:
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_3;
|
||
|
|
L_3 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_4;
|
||
|
|
L_4 = bdc_get_onClick_m6CD5BE3466B75E8BBDCAE5C876BBD636A468C36F(L_3, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_5 = __this->___loy;
|
||
|
|
NullCheck(L_4);
|
||
|
|
ze_Add_mF6FB84EF1153D53F679CB9797DC5931829A7DB76(L_4, L_5, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = ___1_element;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_7;
|
||
|
|
L_7 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_7);
|
||
|
|
int32_t L_8 = ((bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C*)L_7)->___sourceWidth;
|
||
|
|
NullCheck(L_6);
|
||
|
|
int32_t L_9;
|
||
|
|
L_9 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_6, _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84, L_8, NULL);
|
||
|
|
V_0 = L_9;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_10 = ___1_element;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_11;
|
||
|
|
L_11 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_11);
|
||
|
|
int32_t L_12 = ((bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C*)L_11)->___sourceHeight;
|
||
|
|
NullCheck(L_10);
|
||
|
|
int32_t L_13;
|
||
|
|
L_13 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_10, _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563, L_12, NULL);
|
||
|
|
V_1 = L_13;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_14;
|
||
|
|
L_14 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
int32_t L_15 = V_0;
|
||
|
|
int32_t L_16 = V_1;
|
||
|
|
NullCheck(L_14);
|
||
|
|
bdc_SetSize_m43AA3B6570E6A117F30F4A3B3E3F347498A20C34(L_14, ((float)L_15), ((float)L_16), NULL);
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_17;
|
||
|
|
L_17 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_18 = ___1_element;
|
||
|
|
NullCheck(L_18);
|
||
|
|
String_t* L_19;
|
||
|
|
L_19 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_18, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, NULL);
|
||
|
|
NullCheck(L_17);
|
||
|
|
VirtualActionInvoker1< String_t* >::Invoke(17, L_17, L_19);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq_SetPosition_mC6A736F3FDDF978820BCDB6C387D3E73EC000EFD (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1;
|
||
|
|
L_1 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
float L_2 = ___0_x;
|
||
|
|
float L_3 = ___1_y;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC(L_1, L_2, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq_Add_m07C7CB1208C3456410383D51086827EF5DB897F6 (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_1 = __this->___low;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_2;
|
||
|
|
L_2 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_3;
|
||
|
|
L_3 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_2, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_4;
|
||
|
|
L_4 = wd_AddChild_m87976EEF96A6136390175411A427F0705F0DE810(L_1, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq_Remove_m78B965C451AE597EE707CAECF5C18514E7EFF832 (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0031;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1;
|
||
|
|
L_1 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_2;
|
||
|
|
L_2 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_1, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* L_3;
|
||
|
|
L_3 = wg_get_parent_m3592F372D5D8E49E6ED7F22391FE46BC1136D4DD_inline(L_2, NULL);
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0031;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_4 = __this->___low;
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_5;
|
||
|
|
L_5 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_5);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_6;
|
||
|
|
L_6 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_5, NULL);
|
||
|
|
NullCheck(L_4);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_7;
|
||
|
|
L_7 = wd_RemoveChild_mD35D640214CC3A5D1583ED125275A2B9728EAF8C(L_4, L_6, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0031:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq_Release_mB3C53ED99E93013ED2F982A5387DBABAC19FD3C3 (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1;
|
||
|
|
L_1 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
zd_RemoveEventListeners_m8B31BC92E0D97A16CBB7270D7E4E064D282E9D5D(L_1, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
__this->___low = (yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___low), (void*)(yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL);
|
||
|
|
__this->___lox = (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lox), (void*)(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq_Dispose_mE032B03990E6E4147A40327C3BD8FA3E6761DCBA (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0;
|
||
|
|
L_0 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_1;
|
||
|
|
L_1 = bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
VirtualActionInvoker0::Invoke(32, L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfq_fqo_m496C622E55BF88BEDA411F327BBD4B5CBEF9F51D (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, za_tEBF10113807AD11D29863CA15B1F86ACF857A493* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE162799AC05A05FEF592B0D665BE28140E296ADA);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = __this->___low;
|
||
|
|
za_tEBF10113807AD11D29863CA15B1F86ACF857A493* L_1 = ___0_a;
|
||
|
|
NullCheck(L_1);
|
||
|
|
RuntimeObject* L_2 = L_1->___data;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bool L_3;
|
||
|
|
L_3 = zd_DispatchEvent_mB6108EE96ED3705973578E3505C3AA41E04607D6(L_0, _stringLiteralE162799AC05A05FEF592B0D665BE28140E296ADA, L_2, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* bfs_Get_mC4C958729DB59D56666B0FF5BE5C87995557BB97 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___loz;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->___loz;
|
||
|
|
String_t* L_2 = ___0_attrName;
|
||
|
|
NullCheck(L_1);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_1, L_2);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfs_nue_mC07639771203B7F1DD991649D7B12382DD314AD5 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
RuntimeObject* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___loz;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___1_defValue;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->___loz;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_4;
|
||
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_2, L_3);
|
||
|
|
V_0 = L_4;
|
||
|
|
RuntimeObject* L_5 = V_0;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
String_t* L_7;
|
||
|
|
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_6);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
String_t* L_8 = ___1_defValue;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_Set_mB461F2C3269927F516DEB4AF232EE1CEC810AB92 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, RuntimeObject* ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___loz;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
||
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_1, NULL);
|
||
|
|
__this->___loz = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loz), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->___loz;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
RuntimeObject* L_4 = ___1_attrValue;
|
||
|
|
NullCheck(L_2);
|
||
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_2, L_3, L_4);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_FetchAttributes_mBEB1EB95F7519ABFBF094C29E4E75273E77DE4ED (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___loz;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1;
|
||
|
|
L_1 = bgi_GetAttributes_mFE78FD57FA644740DA7DBF6D4134E7C058CDF3AD(L_0, NULL);
|
||
|
|
__this->___loz = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loz), (void*)L_1);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfs_GetFloat_m1410FD6AC16C446406E66A61D78D87FC708120C6 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
float L_1;
|
||
|
|
L_1 = bfs_GetFloat_m411CCE6CA1BA115B132F153069AFD78635AC434B(__this, L_0, (0.0f), NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_iam_m75C90DAFE4AF1164E565B0F6C4D0BB2D1946273D (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___0_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = ___0_element;
|
||
|
|
NullCheck(L_0);
|
||
|
|
L_0->___name = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___name), (void*)(String_t*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = ___0_element;
|
||
|
|
NullCheck(L_1);
|
||
|
|
L_1->___text = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___text), (void*)(String_t*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_2 = ___0_element;
|
||
|
|
NullCheck(L_2);
|
||
|
|
L_2->___htmlObject = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___htmlObject), (void*)(RuntimeObject*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_3 = ___0_element;
|
||
|
|
NullCheck(L_3);
|
||
|
|
L_3->___status = 0;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_4 = ___0_element;
|
||
|
|
NullCheck(L_4);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = L_4->___loz;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_002f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = ___0_element;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = L_6->___loz;
|
||
|
|
NullCheck(L_7);
|
||
|
|
VirtualActionInvoker0::Invoke(24, L_7);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002f:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* L_8 = ((bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_StaticFields*)il2cpp_codegen_static_fields_for(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var))->___lpa;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_9 = ___0_element;
|
||
|
|
NullCheck(L_8);
|
||
|
|
Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414(L_8, L_9, Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bfs_fdq_m6D306B32B50FD6361A7A0256F7727D17E398CE95 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
||
|
|
L_7 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_6, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfs_GetFloat_m411CCE6CA1BA115B132F153069AFD78635AC434B (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
float L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
float L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfs_eul_m682654025C27648AE5D682F86A2C0D928559C761 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
bool L_1;
|
||
|
|
L_1 = bfs_GetBool_m4FE942F36C5A359EA28B2472C044D31307C31999(__this, L_0, (bool)0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfs_GetBool_mD5E18CF5F3134B36F38EE34398FABC8330FEEA84 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
bool L_1;
|
||
|
|
L_1 = bfs_GetBool_m4FE942F36C5A359EA28B2472C044D31307C31999(__this, L_0, (bool)0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfs_njg_mBCC8CC29421A0D920E78FAE9CA589BA6972DDA4D (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_mA87CBF5D6CFFE1B3EFD1F5AE3932813D44B31E06(__this, L_0, (String_t*)NULL, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfs_get_isEntity_m34F57C0B1AD8491021D903DBC58567CDDE78011D (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___type;
|
||
|
|
if ((((int32_t)L_0) == ((int32_t)2)))
|
||
|
|
{
|
||
|
|
goto IL_0025;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_1 = __this->___type;
|
||
|
|
if ((((int32_t)L_1) == ((int32_t)4)))
|
||
|
|
{
|
||
|
|
goto IL_0025;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_2 = __this->___type;
|
||
|
|
if ((((int32_t)L_2) == ((int32_t)3)))
|
||
|
|
{
|
||
|
|
goto IL_0025;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_3 = __this->___type;
|
||
|
|
return (bool)((((int32_t)L_3) == ((int32_t)5))? 1 : 0);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0025:
|
||
|
|
{
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_mA87CBF5D6CFFE1B3EFD1F5AE3932813D44B31E06(__this, L_0, (String_t*)NULL, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfs_eta_m0B7117C2700C2CE74B54EC4C2CE5D0152BF36F78 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, bool ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
bool V_1 = false;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bool L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Boolean_TryParse_m417053B6E8D3724D0EED9E87C90D143622158352(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
bool L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* bfs_GetElement_m1353018E6DEE6F42EAF2099D9A3A97D5BE4F2606 (int32_t ___0_type, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mD9A8E4D9F84EA24DB0407E89BC071B5C5057C42B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m8BE26DBFAFEBCEC0D75D69A548FF975EA5E50495_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_0 = NULL;
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* L_0 = ((bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_StaticFields*)il2cpp_codegen_static_fields_for(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var))->___lpa;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = Stack_1_get_Count_m8BE26DBFAFEBCEC0D75D69A548FF975EA5E50495_inline(L_0, Stack_1_get_Count_m8BE26DBFAFEBCEC0D75D69A548FF975EA5E50495_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* L_2 = ((bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_StaticFields*)il2cpp_codegen_static_fields_for(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var))->___lpa;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_3;
|
||
|
|
L_3 = Stack_1_Pop_mD9A8E4D9F84EA24DB0407E89BC071B5C5057C42B(L_2, Stack_1_Pop_mD9A8E4D9F84EA24DB0407E89BC071B5C5057C42B_RuntimeMethod_var);
|
||
|
|
V_0 = L_3;
|
||
|
|
goto IL_0020;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_4 = (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)il2cpp_codegen_object_new(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
bfs__ctor_m4731E4BF4672F526147DBCB711290248E3ED90F5(L_4, NULL);
|
||
|
|
V_0 = L_4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0020:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_5 = V_0;
|
||
|
|
int32_t L_6 = ___0_type;
|
||
|
|
NullCheck(L_5);
|
||
|
|
L_5->___type = L_6;
|
||
|
|
int32_t L_7 = ___0_type;
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_003d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_8 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_9 = L_8->___loz;
|
||
|
|
if (L_9)
|
||
|
|
{
|
||
|
|
goto IL_003d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_10 = V_0;
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_11 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
||
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_11, NULL);
|
||
|
|
NullCheck(L_10);
|
||
|
|
L_10->___loz = L_11;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___loz), (void*)L_11);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003d:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_12 = V_0;
|
||
|
|
return L_12;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_iwt_m77FCB8DB00FE4966C9840BFAF25D891E957F8273 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___0_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = ___0_element;
|
||
|
|
NullCheck(L_0);
|
||
|
|
L_0->___name = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___name), (void*)(String_t*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = ___0_element;
|
||
|
|
NullCheck(L_1);
|
||
|
|
L_1->___text = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___text), (void*)(String_t*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_2 = ___0_element;
|
||
|
|
NullCheck(L_2);
|
||
|
|
L_2->___htmlObject = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___htmlObject), (void*)(RuntimeObject*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_3 = ___0_element;
|
||
|
|
NullCheck(L_3);
|
||
|
|
L_3->___status = 0;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_4 = ___0_element;
|
||
|
|
NullCheck(L_4);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = L_4->___loz;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_002f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = ___0_element;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = L_6->___loz;
|
||
|
|
NullCheck(L_7);
|
||
|
|
VirtualActionInvoker0::Invoke(24, L_7);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002f:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* L_8 = ((bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_StaticFields*)il2cpp_codegen_static_fields_for(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var))->___lpa;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_9 = ___0_element;
|
||
|
|
NullCheck(L_8);
|
||
|
|
Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414(L_8, L_9, Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_ReturnElements_m4EC0BD6D4BAF0D974B188F344B36BB09A2DFA76C (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* ___0_elements, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m81BAF7A272BDA64F47BF61CE46D230315ECE4BE7_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_0 = ___0_elements;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline(L_0, List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
V_0 = L_1;
|
||
|
|
V_1 = 0;
|
||
|
|
goto IL_001b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_2 = ___0_elements;
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_4;
|
||
|
|
L_4 = List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F(L_2, L_3, List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
bfs_ReturnElement_m7046568F63C6759E862E5CB8BD65626441699819(L_4, NULL);
|
||
|
|
int32_t L_5 = V_1;
|
||
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001b:
|
||
|
|
{
|
||
|
|
int32_t L_6 = V_1;
|
||
|
|
int32_t L_7 = V_0;
|
||
|
|
if ((((int32_t)L_6) < ((int32_t)L_7)))
|
||
|
|
{
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_8 = ___0_elements;
|
||
|
|
NullCheck(L_8);
|
||
|
|
List_1_Clear_m81BAF7A272BDA64F47BF61CE46D230315ECE4BE7_inline(L_8, List_1_Clear_m81BAF7A272BDA64F47BF61CE46D230315ECE4BE7_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs__ctor_m4731E4BF4672F526147DBCB711290248E3ED90F5 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_0 = (yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)il2cpp_codegen_object_new(yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230_il2cpp_TypeInfo_var);
|
||
|
|
yt__ctor_mDA29EE1F647A4C522791E845925EDAA99EBBB7E9(L_0, NULL);
|
||
|
|
__this->___format = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___format), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfs_fwn_m2E061B831FAE43FB656BE4A14B3EF783920D1805 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
float L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
float L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfs_lcc_m5577C29B2D9A653AD9DF076591E6AE547C1C4485 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
RuntimeObject* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___loz;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___1_defValue;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->___loz;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_4;
|
||
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_2, L_3);
|
||
|
|
V_0 = L_4;
|
||
|
|
RuntimeObject* L_5 = V_0;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
String_t* L_7;
|
||
|
|
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_6);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
String_t* L_8 = ___1_defValue;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfs_edx_m20F595526AFA73FC6EDE9852A38723DB898CA210 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(__this, L_0, 0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bfs_jww_mD1AF776D596C91F4A162D32759330AF870139BEA (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
||
|
|
L_7 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_6, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bfs_GetColor_m6E23BF9619EB5540856B7CD521E290D4B9EF2382 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
||
|
|
L_7 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_6, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfs_xw_m8EEB8BCF7B4499B32F4501D1E8C894A30B2BA675 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_mA87CBF5D6CFFE1B3EFD1F5AE3932813D44B31E06(__this, L_0, (String_t*)NULL, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfs_yj_m2E5DCEFF28ACC2EC143D42E18DB7496224CB6C91 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
bool L_1;
|
||
|
|
L_1 = bfs_GetBool_m4FE942F36C5A359EA28B2472C044D31307C31999(__this, L_0, (bool)0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_ReturnElement_m7046568F63C6759E862E5CB8BD65626441699819 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___0_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = ___0_element;
|
||
|
|
NullCheck(L_0);
|
||
|
|
L_0->___name = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___name), (void*)(String_t*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = ___0_element;
|
||
|
|
NullCheck(L_1);
|
||
|
|
L_1->___text = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___text), (void*)(String_t*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_2 = ___0_element;
|
||
|
|
NullCheck(L_2);
|
||
|
|
L_2->___htmlObject = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___htmlObject), (void*)(RuntimeObject*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_3 = ___0_element;
|
||
|
|
NullCheck(L_3);
|
||
|
|
L_3->___status = 0;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_4 = ___0_element;
|
||
|
|
NullCheck(L_4);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = L_4->___loz;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_002f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = ___0_element;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = L_6->___loz;
|
||
|
|
NullCheck(L_7);
|
||
|
|
VirtualActionInvoker0::Invoke(24, L_7);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002f:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* L_8 = ((bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_StaticFields*)il2cpp_codegen_static_fields_for(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var))->___lpa;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_9 = ___0_element;
|
||
|
|
NullCheck(L_8);
|
||
|
|
Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414(L_8, L_9, Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfs_GetBool_m4FE942F36C5A359EA28B2472C044D31307C31999 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, bool ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
bool V_1 = false;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bool L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Boolean_TryParse_m417053B6E8D3724D0EED9E87C90D143622158352(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
bool L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_eyk_mE46875786F5B97A3DFF70D1F75C3CA25DBD5E14E (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, RuntimeObject* ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___loz;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
||
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_1, NULL);
|
||
|
|
__this->___loz = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loz), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->___loz;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
RuntimeObject* L_4 = ___1_attrValue;
|
||
|
|
NullCheck(L_2);
|
||
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(30, L_2, L_3, L_4);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfs_dtj_mEC18E99BC6C01704E1C89C07E659E868EDEAB690 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
float L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
float L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfs_GetInt_mE831134813C4B601E17DB651DAB4573490CFA98D (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(__this, L_0, 0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfs_cdd_m60B7EB9F64A6D598C739928CD8F148E82E78370E (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
RuntimeObject* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___loz;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___1_defValue;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->___loz;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_4;
|
||
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_2, L_3);
|
||
|
|
V_0 = L_4;
|
||
|
|
RuntimeObject* L_5 = V_0;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
String_t* L_7;
|
||
|
|
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_6);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
String_t* L_8 = ___1_defValue;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfs_fxe_m48A99C7EF542A3691412E53A0275C00C5D81FD03 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
float L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
float L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs_kla_m156DD0A8541A9DE245B48B4F36EDFD7E465BC0F7 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___0_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = ___0_element;
|
||
|
|
NullCheck(L_0);
|
||
|
|
L_0->___name = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___name), (void*)(String_t*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = ___0_element;
|
||
|
|
NullCheck(L_1);
|
||
|
|
L_1->___text = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___text), (void*)(String_t*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_2 = ___0_element;
|
||
|
|
NullCheck(L_2);
|
||
|
|
L_2->___htmlObject = (RuntimeObject*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___htmlObject), (void*)(RuntimeObject*)NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_3 = ___0_element;
|
||
|
|
NullCheck(L_3);
|
||
|
|
L_3->___status = 0;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_4 = ___0_element;
|
||
|
|
NullCheck(L_4);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = L_4->___loz;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_002f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = ___0_element;
|
||
|
|
NullCheck(L_6);
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = L_6->___loz;
|
||
|
|
NullCheck(L_7);
|
||
|
|
VirtualActionInvoker0::Invoke(24, L_7);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002f:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* L_8 = ((bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_StaticFields*)il2cpp_codegen_static_fields_for(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var))->___lpa;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_9 = ___0_element;
|
||
|
|
NullCheck(L_8);
|
||
|
|
Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414(L_8, L_9, Stack_1_Push_m97175E19AFA02F5C745738A19CBEAB7BE4E85414_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfs__cctor_m52472BD5193B87322431F7BA71BB86BF59A8E8CC (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mF974F155A4E24311C7B429E49EA0506066B2D013_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D* L_0 = (Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D*)il2cpp_codegen_object_new(Stack_1_tA3C8A4E1615FFE0DD23B63157330AD4669AC993D_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1__ctor_mF974F155A4E24311C7B429E49EA0506066B2D013(L_0, Stack_1__ctor_mF974F155A4E24311C7B429E49EA0506066B2D013_RuntimeMethod_var);
|
||
|
|
((bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_StaticFields*)il2cpp_codegen_static_fields_for(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var))->___lpa = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_StaticFields*)il2cpp_codegen_static_fields_for(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var))->___lpa), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bfs_GetString_mA87CBF5D6CFFE1B3EFD1F5AE3932813D44B31E06 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
RuntimeObject* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___loz;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___1_defValue;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->___loz;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_4;
|
||
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29, L_2, L_3);
|
||
|
|
V_0 = L_4;
|
||
|
|
RuntimeObject* L_5 = V_0;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
String_t* L_7;
|
||
|
|
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_6);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
String_t* L_8 = ___1_defValue;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfs_jhr_m99366E296BC6F8933868744D431C6E9491E2FB1C (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
float L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
float L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70 (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* __this, String_t* ___0_attrName, int32_t ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
int32_t L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
String_t* L_7 = V_0;
|
||
|
|
NullCheck(L_7);
|
||
|
|
int32_t L_8;
|
||
|
|
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
|
||
|
|
NullCheck(L_6);
|
||
|
|
Il2CppChar L_9;
|
||
|
|
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, ((int32_t)il2cpp_codegen_subtract(L_8, 1)), NULL);
|
||
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)37)))))
|
||
|
|
{
|
||
|
|
goto IL_0052;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_10 = V_0;
|
||
|
|
String_t* L_11 = V_0;
|
||
|
|
NullCheck(L_11);
|
||
|
|
int32_t L_12;
|
||
|
|
L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL);
|
||
|
|
NullCheck(L_10);
|
||
|
|
String_t* L_13;
|
||
|
|
L_13 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_10, 0, ((int32_t)il2cpp_codegen_subtract(L_12, 1)), NULL);
|
||
|
|
bool L_14;
|
||
|
|
L_14 = Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21(L_13, (&V_1), NULL);
|
||
|
|
if (!L_14)
|
||
|
|
{
|
||
|
|
goto IL_0050;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_15 = V_1;
|
||
|
|
int32_t L_16 = ___1_defValue;
|
||
|
|
int32_t L_17;
|
||
|
|
L_17 = Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline(((float)il2cpp_codegen_multiply(((float)(((float)L_15)/(100.0f))), ((float)L_16))), NULL);
|
||
|
|
return L_17;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0050:
|
||
|
|
{
|
||
|
|
int32_t L_18 = ___1_defValue;
|
||
|
|
return L_18;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0052:
|
||
|
|
{
|
||
|
|
String_t* L_19 = V_0;
|
||
|
|
bool L_20;
|
||
|
|
L_20 = Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21(L_19, (&V_2), NULL);
|
||
|
|
if (!L_20)
|
||
|
|
{
|
||
|
|
goto IL_005e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_21 = V_2;
|
||
|
|
return L_21;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_005e:
|
||
|
|
{
|
||
|
|
int32_t L_22 = ___1_defValue;
|
||
|
|
return L_22;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0 = __this->___U3ClpbU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bft_fqp_m7EB3248970B21FE0F0B036CEC78B478BCC408311 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0 = ___0_a;
|
||
|
|
__this->___U3ClpbU3Ek__BackingField = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClpbU3Ek__BackingField), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bft__ctor_m2583D5FED7330DD63F36C71CA0233EDD60DF3CE8 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD153E2CCC6A131FF8E9566A6D319D9A9DECA4B6);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfc_tBABF748E59AA8D9CA5753A7F920ACCC5AA342825_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfc_tBABF748E59AA8D9CA5753A7F920ACCC5AA342825_il2cpp_TypeInfo_var);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0;
|
||
|
|
L_0 = bfc_NewObject_m9450948C2BDCB3AED56AE7515EF8B5CC774EF424(4, NULL);
|
||
|
|
bft_fqp_m7EB3248970B21FE0F0B036CEC78B478BCC408311_inline(__this, ((bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980*)CastclassClass((RuntimeObject*)L_0, bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980_il2cpp_TypeInfo_var)), NULL);
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_1;
|
||
|
|
L_1 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
bdc_set_gameObjectName_m312538DD191DA06DB4548FAE79A94BE5089ED6FE(L_1, _stringLiteralCD153E2CCC6A131FF8E9566A6D319D9A9DECA4B6, NULL);
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_2;
|
||
|
|
L_2 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
bcz_set_fill_m5108E24569D726691072B29EC556DEBEF4C964E7(L_2, 4, NULL);
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_3;
|
||
|
|
L_3 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
bdc_set_touchable_m2102AB8F7EBF5CD7D64ECCEFC02EDDD05649B42F(L_3, (bool)0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* bft_get_displayObject_m27BF782194A1CE97E4C5124BEA27EB1412F99217 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0;
|
||
|
|
L_0 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_1;
|
||
|
|
L_1 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* bft_get_element_mF44E146B1C35E2D7B20AD13CB1B45148D263AEBD (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = __this->___lpd;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bft_get_width_m2376B10EC55A95D518E452CA6311EFE748EA1ADB (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0;
|
||
|
|
L_0 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
float L_1;
|
||
|
|
L_1 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bft_get_height_m1C99A2157BD38CCD38727FC57CBB88F5DD8F1487 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0;
|
||
|
|
L_0 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
float L_1;
|
||
|
|
L_1 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bft_Create_mD546849D6AF746A1EB53DE9A7669489DBEF22A58 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___0_owner, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___1_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1E3744356EAC23657287E3F9EDA22262C5228C4);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgc_t8F157FB34BC650A3CB86D79647DB8809CE0AD2A6_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* V_2 = NULL;
|
||
|
|
int32_t V_3 = 0;
|
||
|
|
int32_t V_4 = 0;
|
||
|
|
String_t* V_5 = NULL;
|
||
|
|
bdu_t0094235EDDB187B11D4C801F455C483B39451845* V_6 = NULL;
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = ___0_owner;
|
||
|
|
__this->___lpc = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpc), (void*)L_0);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = ___1_element;
|
||
|
|
__this->___lpd = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpd), (void*)L_1);
|
||
|
|
V_0 = 0;
|
||
|
|
V_1 = 0;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_2 = ___0_owner;
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = yj_get_htmlPageContext_m8CABD743EEEF8FE9E2FB4613CDB2D7BC64E4F7FD_inline(L_2, NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* L_4;
|
||
|
|
L_4 = InterfaceFuncInvoker1< xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661*, bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* >::Invoke(2, bgc_t8F157FB34BC650A3CB86D79647DB8809CE0AD2A6_il2cpp_TypeInfo_var, L_3, __this);
|
||
|
|
V_2 = L_4;
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* L_5 = V_2;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0045;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* L_6 = V_2;
|
||
|
|
NullCheck(L_6);
|
||
|
|
int32_t L_7;
|
||
|
|
L_7 = xq_get_width_m8F7B1D442A4478FAA88AA33C723CD71E4AE2B78E(L_6, NULL);
|
||
|
|
V_0 = L_7;
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* L_8 = V_2;
|
||
|
|
NullCheck(L_8);
|
||
|
|
int32_t L_9;
|
||
|
|
L_9 = xq_get_height_m340D3496E0FA4410BEB09240D8C74D3D25EE9FB6(L_8, NULL);
|
||
|
|
V_1 = L_9;
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_10;
|
||
|
|
L_10 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* L_11 = V_2;
|
||
|
|
NullCheck(L_10);
|
||
|
|
bcz_set_texture_mC9753FAE4F172E3508073C14BA45BE6D9A64139E(L_10, L_11, NULL);
|
||
|
|
__this->___lpe = (bool)1;
|
||
|
|
goto IL_0087;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0045:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_12 = ___1_element;
|
||
|
|
NullCheck(L_12);
|
||
|
|
String_t* L_13;
|
||
|
|
L_13 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_12, _stringLiteralF1E3744356EAC23657287E3F9EDA22262C5228C4, NULL);
|
||
|
|
V_5 = L_13;
|
||
|
|
String_t* L_14 = V_5;
|
||
|
|
if (!L_14)
|
||
|
|
{
|
||
|
|
goto IL_0073;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_15 = V_5;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
bdu_t0094235EDDB187B11D4C801F455C483B39451845* L_16;
|
||
|
|
L_16 = bfj_GetItemByURL_m86B6F58BBA09B0D74C90A8469161949926D764C2(L_15, NULL);
|
||
|
|
V_6 = L_16;
|
||
|
|
bdu_t0094235EDDB187B11D4C801F455C483B39451845* L_17 = V_6;
|
||
|
|
if (!L_17)
|
||
|
|
{
|
||
|
|
goto IL_0073;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdu_t0094235EDDB187B11D4C801F455C483B39451845* L_18 = V_6;
|
||
|
|
NullCheck(L_18);
|
||
|
|
int32_t L_19 = L_18->___width;
|
||
|
|
V_0 = L_19;
|
||
|
|
bdu_t0094235EDDB187B11D4C801F455C483B39451845* L_20 = V_6;
|
||
|
|
NullCheck(L_20);
|
||
|
|
int32_t L_21 = L_20->___height;
|
||
|
|
V_1 = L_21;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0073:
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_22;
|
||
|
|
L_22 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
String_t* L_23 = V_5;
|
||
|
|
NullCheck(L_22);
|
||
|
|
bcz_set_url_m0884A34AC6922014C3035E5AE3F266A509188A9B(L_22, L_23, NULL);
|
||
|
|
__this->___lpe = (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0087:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_24 = ___1_element;
|
||
|
|
int32_t L_25 = V_0;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_26;
|
||
|
|
L_26 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_24, _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84, L_25, NULL);
|
||
|
|
V_3 = L_26;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_27 = ___1_element;
|
||
|
|
int32_t L_28 = V_1;
|
||
|
|
NullCheck(L_27);
|
||
|
|
int32_t L_29;
|
||
|
|
L_29 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_27, _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563, L_28, NULL);
|
||
|
|
V_4 = L_29;
|
||
|
|
int32_t L_30 = V_3;
|
||
|
|
if (L_30)
|
||
|
|
{
|
||
|
|
goto IL_00a7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
V_3 = 5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a7:
|
||
|
|
{
|
||
|
|
int32_t L_31 = V_4;
|
||
|
|
if (L_31)
|
||
|
|
{
|
||
|
|
goto IL_00af;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
V_4 = ((int32_t)10);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00af:
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_32;
|
||
|
|
L_32 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
int32_t L_33 = V_3;
|
||
|
|
int32_t L_34 = V_4;
|
||
|
|
NullCheck(L_32);
|
||
|
|
bdc_SetSize_m43AA3B6570E6A117F30F4A3B3E3F347498A20C34(L_32, ((float)L_33), ((float)L_34), NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bft_SetPosition_m388BE790FD96741D784816809221D7DA7B1B3F66 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0;
|
||
|
|
L_0 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
float L_1 = ___0_x;
|
||
|
|
float L_2 = ___1_y;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC(L_0, L_1, L_2, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bft_Add_m0A443D04C29BBB5D157A7215042DEBFBCFBF7A9D (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = __this->___lpc;
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_1;
|
||
|
|
L_1 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_2;
|
||
|
|
L_2 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_1, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_3;
|
||
|
|
L_3 = wd_AddChild_m87976EEF96A6136390175411A427F0705F0DE810(L_0, L_2, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bft_Remove_m2A7F9D0D17C1BC748A5890490BC35945359B7CC7 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0;
|
||
|
|
L_0 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_1;
|
||
|
|
L_1 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_0, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* L_2;
|
||
|
|
L_2 = wg_get_parent_m3592F372D5D8E49E6ED7F22391FE46BC1136D4DD_inline(L_1, NULL);
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0029;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_3 = __this->___lpc;
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_4;
|
||
|
|
L_4 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_4);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_5;
|
||
|
|
L_5 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_4, NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_6;
|
||
|
|
L_6 = wd_RemoveChild_mD35D640214CC3A5D1583ED125275A2B9728EAF8C(L_3, L_5, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0029:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bft_Release_mB78D88A0C72579E4C7FAB982F67A32C774791768 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgc_t8F157FB34BC650A3CB86D79647DB8809CE0AD2A6_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0;
|
||
|
|
L_0 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
zd_RemoveEventListeners_m8B31BC92E0D97A16CBB7270D7E4E064D282E9D5D(L_0, NULL);
|
||
|
|
bool L_1 = __this->___lpe;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_2 = __this->___lpc;
|
||
|
|
NullCheck(L_2);
|
||
|
|
RuntimeObject* L_3;
|
||
|
|
L_3 = yj_get_htmlPageContext_m8CABD743EEEF8FE9E2FB4613CDB2D7BC64E4F7FD_inline(L_2, NULL);
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_4;
|
||
|
|
L_4 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_4);
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* L_5;
|
||
|
|
L_5 = bcz_get_texture_m4AE1C9E73623BD497480CF5D56C01598801E5E6D(L_4, NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
InterfaceActionInvoker2< bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA*, xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* >::Invoke(3, bgc_t8F157FB34BC650A3CB86D79647DB8809CE0AD2A6_il2cpp_TypeInfo_var, L_3, __this, L_5);
|
||
|
|
__this->___lpe = (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_6;
|
||
|
|
L_6 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_6);
|
||
|
|
bcz_set_url_m0884A34AC6922014C3035E5AE3F266A509188A9B(L_6, (String_t*)NULL, NULL);
|
||
|
|
__this->___lpc = (yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpc), (void*)(yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL);
|
||
|
|
__this->___lpd = (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpd), (void*)(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bft_Dispose_m32F310DB9597605E3494CF9EFD66891B07E801C8 (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgc_t8F157FB34BC650A3CB86D79647DB8809CE0AD2A6_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lpe;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_1 = __this->___lpc;
|
||
|
|
NullCheck(L_1);
|
||
|
|
RuntimeObject* L_2;
|
||
|
|
L_2 = yj_get_htmlPageContext_m8CABD743EEEF8FE9E2FB4613CDB2D7BC64E4F7FD_inline(L_1, NULL);
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_3;
|
||
|
|
L_3 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* L_4;
|
||
|
|
L_4 = bcz_get_texture_m4AE1C9E73623BD497480CF5D56C01598801E5E6D(L_3, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
InterfaceActionInvoker2< bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA*, xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* >::Invoke(3, bgc_t8F157FB34BC650A3CB86D79647DB8809CE0AD2A6_il2cpp_TypeInfo_var, L_2, __this, L_4);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_5;
|
||
|
|
L_5 = bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline(__this, NULL);
|
||
|
|
NullCheck(L_5);
|
||
|
|
VirtualActionInvoker0::Invoke(32, L_5);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_0 = __this->___U3ClpfU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu_fqq_m7E22CB9D0135F8DE2B01B88E5B6ABBAAE473AD85 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_0 = ___0_a;
|
||
|
|
__this->___U3ClpfU3Ek__BackingField = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClpfU3Ek__BackingField), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu__ctor_m3AB057E54E6550BF952F3F8A475C93C8DE7455E3 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6A1E5078EB759448DF353BAE3858BFF8153185D);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfc_tBABF748E59AA8D9CA5753A7F920ACCC5AA342825_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfc_tBABF748E59AA8D9CA5753A7F920ACCC5AA342825_il2cpp_TypeInfo_var);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0;
|
||
|
|
L_0 = bfc_NewObject_m9450948C2BDCB3AED56AE7515EF8B5CC774EF424(8, NULL);
|
||
|
|
bfu_fqq_m7E22CB9D0135F8DE2B01B88E5B6ABBAAE473AD85_inline(__this, ((bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A*)CastclassClass((RuntimeObject*)L_0, bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A_il2cpp_TypeInfo_var)), NULL);
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_1;
|
||
|
|
L_1 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
bdc_set_gameObjectName_m312538DD191DA06DB4548FAE79A94BE5089ED6FE(L_1, _stringLiteralA6A1E5078EB759448DF353BAE3858BFF8153185D, NULL);
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_2;
|
||
|
|
L_2 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
bdl_set_verticalAlign_m899C0FBAA8FE658428C3D39949F1A9A6ACD7977A(L_2, 1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* bfu_get_displayObject_mD3141E3A04E5A1C81B4A9AA888533B94C1F1C027 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_0;
|
||
|
|
L_0 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_1;
|
||
|
|
L_1 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* bfu_get_element_m06FFA9146948A794371D20FCFEFDF1E1E5C0FD24 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = __this->___lph;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfu_get_width_mC0DCEC239E3837CFA3F498419A6D0BC0A0D3FCCA (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lpi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_1;
|
||
|
|
L_1 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (0.0f);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfu_get_height_m65EA54D69523DC8F2E43CB884B7FBAFAFAC3F13A (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lpi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_1;
|
||
|
|
L_1 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return (0.0f);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu_Create_m23A435982A7942A6CA893EBBC320242205EEE6EF (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___0_owner, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___1_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E62D1EEC1CF40EEC3E55E672939594A78C717D9);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FBAFAED6827387027E4BC77F929C6803E89362C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB43137F5798267E1A82DD467143B245A821F93F);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE21577AF3EB5F11858C18F148FA79C67C9BF542);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
int32_t V_3 = 0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_4;
|
||
|
|
memset((&V_4), 0, sizeof(V_4));
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_5;
|
||
|
|
memset((&V_5), 0, sizeof(V_5));
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = ___0_owner;
|
||
|
|
__this->___lpg = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpg), (void*)L_0);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = ___1_element;
|
||
|
|
__this->___lph = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lph), (void*)L_1);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_2 = ___1_element;
|
||
|
|
NullCheck(L_2);
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_2, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
|
||
|
|
V_0 = L_3;
|
||
|
|
String_t* L_4 = V_0;
|
||
|
|
if (!L_4)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
NullCheck(L_5);
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_5, NULL);
|
||
|
|
V_0 = L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
String_t* L_7 = V_0;
|
||
|
|
bool L_8;
|
||
|
|
L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_7, _stringLiteral0E62D1EEC1CF40EEC3E55E672939594A78C717D9, NULL);
|
||
|
|
__this->___lpi = L_8;
|
||
|
|
bool L_9 = __this->___lpi;
|
||
|
|
if (L_9)
|
||
|
|
{
|
||
|
|
goto IL_014b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_10 = ___1_element;
|
||
|
|
NullCheck(L_10);
|
||
|
|
int32_t L_11;
|
||
|
|
L_11 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_10, _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84, 0, NULL);
|
||
|
|
V_1 = L_11;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_12 = ___1_element;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_13;
|
||
|
|
L_13 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_12, _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563, 0, NULL);
|
||
|
|
V_2 = L_13;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_14 = ___1_element;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_15 = ((bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_StaticFields*)il2cpp_codegen_static_fields_for(bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var))->___defaultBorderSize;
|
||
|
|
NullCheck(L_14);
|
||
|
|
int32_t L_16;
|
||
|
|
L_16 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_14, _stringLiteralBB43137F5798267E1A82DD467143B245A821F93F, L_15, NULL);
|
||
|
|
V_3 = L_16;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_17 = ___1_element;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_18 = ((bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_StaticFields*)il2cpp_codegen_static_fields_for(bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var))->___defaultBorderColor;
|
||
|
|
NullCheck(L_17);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_19;
|
||
|
|
L_19 = bfs_GetColor_m6E23BF9619EB5540856B7CD521E290D4B9EF2382(L_17, _stringLiteralEE21577AF3EB5F11858C18F148FA79C67C9BF542, L_18, NULL);
|
||
|
|
V_4 = L_19;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_20 = ___1_element;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_21 = ((bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_StaticFields*)il2cpp_codegen_static_fields_for(bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var))->___defaultBackgroundColor;
|
||
|
|
NullCheck(L_20);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_22;
|
||
|
|
L_22 = bfs_GetColor_m6E23BF9619EB5540856B7CD521E290D4B9EF2382(L_20, _stringLiteral6938031B04B5039B68BA8E65134AD8A6D9C08230, L_21, NULL);
|
||
|
|
V_5 = L_22;
|
||
|
|
int32_t L_23 = V_1;
|
||
|
|
if (L_23)
|
||
|
|
{
|
||
|
|
goto IL_00c2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_24 = ___1_element;
|
||
|
|
NullCheck(L_24);
|
||
|
|
int32_t L_25 = L_24->___space;
|
||
|
|
V_1 = L_25;
|
||
|
|
int32_t L_26 = V_1;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_27 = __this->___lpg;
|
||
|
|
NullCheck(L_27);
|
||
|
|
float L_28;
|
||
|
|
L_28 = wg_get_width_mBF594D339DB44451F5000E15709D9FC41C3FFC26(L_27, NULL);
|
||
|
|
if ((((float)((float)L_26)) > ((float)((float)(L_28/(2.0f))))))
|
||
|
|
{
|
||
|
|
goto IL_00b3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_29 = V_1;
|
||
|
|
if ((((int32_t)L_29) >= ((int32_t)((int32_t)100))))
|
||
|
|
{
|
||
|
|
goto IL_00c2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00b3:
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_30 = __this->___lpg;
|
||
|
|
NullCheck(L_30);
|
||
|
|
float L_31;
|
||
|
|
L_31 = wg_get_width_mBF594D339DB44451F5000E15709D9FC41C3FFC26(L_30, NULL);
|
||
|
|
V_1 = ((int32_t)(il2cpp_codegen_cast_double_to_int<int32_t>(L_31)/2));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00c2:
|
||
|
|
{
|
||
|
|
int32_t L_32 = V_2;
|
||
|
|
if (L_32)
|
||
|
|
{
|
||
|
|
goto IL_00d4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_33 = ___1_element;
|
||
|
|
NullCheck(L_33);
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_34 = L_33->___format;
|
||
|
|
NullCheck(L_34);
|
||
|
|
int32_t L_35 = L_34->___size;
|
||
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_35, ((int32_t)10)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00d4:
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_36;
|
||
|
|
L_36 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_37 = ___1_element;
|
||
|
|
NullCheck(L_37);
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_38 = L_37->___format;
|
||
|
|
NullCheck(L_36);
|
||
|
|
bdl_set_textFormat_mB2DF0A46CE117BAE2C7E8FD955CA6C03AB5EAB2E(L_36, L_38, NULL);
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_39;
|
||
|
|
L_39 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
String_t* L_40 = V_0;
|
||
|
|
bool L_41;
|
||
|
|
L_41 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_40, _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73, NULL);
|
||
|
|
NullCheck(L_39);
|
||
|
|
bdm_set_displayAsPassword_mABDA1E4EFED33D97AFED6E68C877603EE4D52FA2(L_39, L_41, NULL);
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_42;
|
||
|
|
L_42 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_43 = ___1_element;
|
||
|
|
NullCheck(L_43);
|
||
|
|
int32_t L_44;
|
||
|
|
L_44 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_43, _stringLiteral2FBAFAED6827387027E4BC77F929C6803E89362C, ((int32_t)2147483647LL), NULL);
|
||
|
|
NullCheck(L_42);
|
||
|
|
bdm_set_maxLength_m20DD3AA47A86FD35731560935C04D89381DF1955(L_42, L_44, NULL);
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_45;
|
||
|
|
L_45 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
int32_t L_46 = V_3;
|
||
|
|
NullCheck(L_45);
|
||
|
|
bdm_set_border_m57B0C11ADF6635AAD2EB2E9CE0530F71FE097F0E(L_45, L_46, NULL);
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_47;
|
||
|
|
L_47 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_48 = V_4;
|
||
|
|
NullCheck(L_47);
|
||
|
|
bdm_set_borderColor_mDAAA3593927A12DA858AC506156C82D2FB596677(L_47, L_48, NULL);
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_49;
|
||
|
|
L_49 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_50 = V_5;
|
||
|
|
NullCheck(L_49);
|
||
|
|
bdm_set_backgroundColor_mC9F1FDA9395389E54BE83DC398E92798453D67CA(L_49, L_50, NULL);
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_51;
|
||
|
|
L_51 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
int32_t L_52 = V_1;
|
||
|
|
int32_t L_53 = V_2;
|
||
|
|
NullCheck(L_51);
|
||
|
|
bdc_SetSize_m43AA3B6570E6A117F30F4A3B3E3F347498A20C34(L_51, ((float)L_52), ((float)L_53), NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_014b:
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_54;
|
||
|
|
L_54 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_55 = ___1_element;
|
||
|
|
NullCheck(L_55);
|
||
|
|
String_t* L_56;
|
||
|
|
L_56 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_55, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, NULL);
|
||
|
|
NullCheck(L_54);
|
||
|
|
VirtualActionInvoker1< String_t* >::Invoke(17, L_54, L_56);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu_SetPosition_m4DA8952CE267EF97E843740A155322AFAA27BA49 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lpi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_1;
|
||
|
|
L_1 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
float L_2 = ___0_x;
|
||
|
|
float L_3 = ___1_y;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC(L_1, L_2, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu_Add_mE414F10FAF651034FB194A6DE133E723BA30C7A8 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lpi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_1 = __this->___lpg;
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_2;
|
||
|
|
L_2 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_3;
|
||
|
|
L_3 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_2, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_4;
|
||
|
|
L_4 = wd_AddChild_m87976EEF96A6136390175411A427F0705F0DE810(L_1, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu_Remove_mCFE4E6A5F6834CDE7261F9C925A33A8743A7A168 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bool L_0 = __this->___lpi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0031;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_1;
|
||
|
|
L_1 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_2;
|
||
|
|
L_2 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_1, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* L_3;
|
||
|
|
L_3 = wg_get_parent_m3592F372D5D8E49E6ED7F22391FE46BC1136D4DD_inline(L_2, NULL);
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0031;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_4 = __this->___lpg;
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_5;
|
||
|
|
L_5 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_5);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_6;
|
||
|
|
L_6 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_5, NULL);
|
||
|
|
NullCheck(L_4);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_7;
|
||
|
|
L_7 = wd_RemoveChild_mD35D640214CC3A5D1583ED125275A2B9728EAF8C(L_4, L_6, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0031:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu_Release_m3E3F5A4E6E148078EF2EBE6F7710F209F082D103 (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_0;
|
||
|
|
L_0 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
zd_RemoveEventListeners_m8B31BC92E0D97A16CBB7270D7E4E064D282E9D5D(L_0, NULL);
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_1;
|
||
|
|
L_1 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
VirtualActionInvoker1< String_t* >::Invoke(17, L_1, (String_t*)NULL);
|
||
|
|
__this->___lpg = (yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpg), (void*)(yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL);
|
||
|
|
__this->___lph = (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lph), (void*)(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu_Dispose_m4AE1712A7FACC7F41CD9208898E61E70D74A2EFF (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_0;
|
||
|
|
L_0 = bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
VirtualActionInvoker0::Invoke(32, L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfu__cctor_mCF63179ACFB8A56E6BC1F20054E2927BC6A42ABA (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
((bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_StaticFields*)il2cpp_codegen_static_fields_for(bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var))->___defaultBorderSize = 2;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
||
|
|
L_0 = bgd_ColorFromRGB_m64F62BE22AC8296297631D1AF8AC35CB764756E4(((int32_t)11119017), NULL);
|
||
|
|
((bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_StaticFields*)il2cpp_codegen_static_fields_for(bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var))->___defaultBorderColor = L_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1;
|
||
|
|
L_1 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
||
|
|
((bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_StaticFields*)il2cpp_codegen_static_fields_for(bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var))->___defaultBackgroundColor = L_1;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_fqs_mD4D900716D68A9B403E3639EA3FD1ADF103C8892 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, za_tEBF10113807AD11D29863CA15B1F86ACF857A493* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = __this->___lpj;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_1;
|
||
|
|
L_1 = yj_get_htmlParseOptions_mED7A12957B606E0D6A91FCB1AB2E7A4A2DDA83FA_inline(L_0, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_2 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&L_1->___linkHoverBgColor);
|
||
|
|
float L_3 = L_2->___a;
|
||
|
|
if ((!(((float)L_3) > ((float)(0.0f)))))
|
||
|
|
{
|
||
|
|
goto IL_0037;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_4 = __this->___lpl;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_5 = __this->___lpj;
|
||
|
|
NullCheck(L_5);
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_6;
|
||
|
|
L_6 = yj_get_htmlParseOptions_mED7A12957B606E0D6A91FCB1AB2E7A4A2DDA83FA_inline(L_5, NULL);
|
||
|
|
NullCheck(L_6);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = L_6->___linkHoverBgColor;
|
||
|
|
NullCheck(L_4);
|
||
|
|
yn_set_color_mB001184659DE80B9E581618D6327744143ABB4C8(L_4, L_7, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0037:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_fqr_mEAA143D2108CF9403803EE4038050EDB4437FB99 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, za_tEBF10113807AD11D29863CA15B1F86ACF857A493* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral848F438A8F686A4F683FD4D07C4800AFE6D4BFCA);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = __this->___lpj;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = __this->___lpk;
|
||
|
|
NullCheck(L_1);
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_1, _stringLiteral0AEA83737E2216962B6144625FC860B3F361A5ED, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
bool L_3;
|
||
|
|
L_3 = zd_BubbleEvent_m7F7C3A52613E603B23E8628BD964281AAB12705A(L_0, _stringLiteral848F438A8F686A4F683FD4D07C4800AFE6D4BFCA, L_2, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_fqt_m12ED0FF15DB344DD9C9E07FB5536CB384FE0AD04 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = __this->___lpj;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_1;
|
||
|
|
L_1 = yj_get_htmlParseOptions_mED7A12957B606E0D6A91FCB1AB2E7A4A2DDA83FA_inline(L_0, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_2 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&L_1->___linkHoverBgColor);
|
||
|
|
float L_3 = L_2->___a;
|
||
|
|
if ((!(((float)L_3) > ((float)(0.0f)))))
|
||
|
|
{
|
||
|
|
goto IL_0037;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_4 = __this->___lpl;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_5 = __this->___lpj;
|
||
|
|
NullCheck(L_5);
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_6;
|
||
|
|
L_6 = yj_get_htmlParseOptions_mED7A12957B606E0D6A91FCB1AB2E7A4A2DDA83FA_inline(L_5, NULL);
|
||
|
|
NullCheck(L_6);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = L_6->___linkBgColor;
|
||
|
|
NullCheck(L_4);
|
||
|
|
yn_set_color_mB001184659DE80B9E581618D6327744143ABB4C8(L_4, L_7, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0037:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_Release_mA4A7E8A8779780817248334DF8CC5755E956D591 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_0 = __this->___lpl;
|
||
|
|
NullCheck(L_0);
|
||
|
|
zd_RemoveEventListeners_m8B31BC92E0D97A16CBB7270D7E4E064D282E9D5D(L_0, NULL);
|
||
|
|
__this->___lpj = (yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpj), (void*)(yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL);
|
||
|
|
__this->___lpk = (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpk), (void*)(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* bfv_get_displayObject_mC95E770B4AC94F4BB89D75E19A7E6D578386C2EE (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_0 = __this->___lpl;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_SetPosition_mC4EF029391C127F306ABEE6C4A290E8A74C3792A (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_0 = __this->___lpl;
|
||
|
|
float L_1 = ___0_x;
|
||
|
|
float L_2 = ___1_y;
|
||
|
|
NullCheck(L_0);
|
||
|
|
wg_SetXY_m09F5F7BD1F26CA3A82F1BD709BB654B9B947729C(L_0, L_1, L_2, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_Remove_m584FC5FA76D255D2EF006254CBF1EF011378F549 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_0 = __this->___lpl;
|
||
|
|
NullCheck(L_0);
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* L_1;
|
||
|
|
L_1 = wg_get_parent_m3592F372D5D8E49E6ED7F22391FE46BC1136D4DD_inline(L_0, NULL);
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_2 = __this->___lpj;
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_3 = __this->___lpl;
|
||
|
|
NullCheck(L_2);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_4;
|
||
|
|
L_4 = wd_RemoveChild_mD35D640214CC3A5D1583ED125275A2B9728EAF8C(L_2, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_etj_m8DB9EA4521396B933AC993F060BEC97B0F2B2811 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, int32_t ___0_startLine, float ___1_startCharX, int32_t ___2_endLine, float ___3_endCharX, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_startLine;
|
||
|
|
int32_t L_1 = ___2_endLine;
|
||
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_2 = ___1_startCharX;
|
||
|
|
float L_3 = ___3_endCharX;
|
||
|
|
if ((!(((float)L_2) > ((float)L_3))))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_4 = ___1_startCharX;
|
||
|
|
float L_5 = ___3_endCharX;
|
||
|
|
___1_startCharX = L_5;
|
||
|
|
___3_endCharX = L_4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_6 = __this->___lpl;
|
||
|
|
NullCheck(L_6);
|
||
|
|
List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* L_7 = L_6->___rects;
|
||
|
|
NullCheck(L_7);
|
||
|
|
List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_inline(L_7, List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_RuntimeMethod_var);
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_8 = __this->___lpj;
|
||
|
|
NullCheck(L_8);
|
||
|
|
yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* L_9;
|
||
|
|
L_9 = yj_get_textField_m7B7C7E4517A104EF565A504C1BCC55D5E595962A_inline(L_8, NULL);
|
||
|
|
int32_t L_10 = ___0_startLine;
|
||
|
|
float L_11 = ___1_startCharX;
|
||
|
|
int32_t L_12 = ___2_endLine;
|
||
|
|
float L_13 = ___3_endCharX;
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_14 = __this->___lpl;
|
||
|
|
NullCheck(L_14);
|
||
|
|
List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* L_15 = L_14->___rects;
|
||
|
|
NullCheck(L_9);
|
||
|
|
yr_GetLinesShape_m503D9811D4E2A123A803561F7542256152402479(L_9, L_10, L_11, L_12, L_13, (bool)1, L_15, NULL);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_16 = __this->___lpl;
|
||
|
|
NullCheck(L_16);
|
||
|
|
yn_Refresh_mAD7715A08F3B4621906DD400184FCF2F1D3185ED(L_16, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_SetArea_m96AB86ECBE0DF6EF940CEDD214B96D9636183C36 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, int32_t ___0_startLine, float ___1_startCharX, int32_t ___2_endLine, float ___3_endCharX, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_startLine;
|
||
|
|
int32_t L_1 = ___2_endLine;
|
||
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_2 = ___1_startCharX;
|
||
|
|
float L_3 = ___3_endCharX;
|
||
|
|
if ((!(((float)L_2) > ((float)L_3))))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_4 = ___1_startCharX;
|
||
|
|
float L_5 = ___3_endCharX;
|
||
|
|
___1_startCharX = L_5;
|
||
|
|
___3_endCharX = L_4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_6 = __this->___lpl;
|
||
|
|
NullCheck(L_6);
|
||
|
|
List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* L_7 = L_6->___rects;
|
||
|
|
NullCheck(L_7);
|
||
|
|
List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_inline(L_7, List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_RuntimeMethod_var);
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_8 = __this->___lpj;
|
||
|
|
NullCheck(L_8);
|
||
|
|
yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* L_9;
|
||
|
|
L_9 = yj_get_textField_m7B7C7E4517A104EF565A504C1BCC55D5E595962A_inline(L_8, NULL);
|
||
|
|
int32_t L_10 = ___0_startLine;
|
||
|
|
float L_11 = ___1_startCharX;
|
||
|
|
int32_t L_12 = ___2_endLine;
|
||
|
|
float L_13 = ___3_endCharX;
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_14 = __this->___lpl;
|
||
|
|
NullCheck(L_14);
|
||
|
|
List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* L_15 = L_14->___rects;
|
||
|
|
NullCheck(L_9);
|
||
|
|
yr_GetLinesShape_m503D9811D4E2A123A803561F7542256152402479(L_9, L_10, L_11, L_12, L_13, (bool)1, L_15, NULL);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_16 = __this->___lpl;
|
||
|
|
NullCheck(L_16);
|
||
|
|
yn_Refresh_mAD7715A08F3B4621906DD400184FCF2F1D3185ED(L_16, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_ctl_mE8214A1C7C2039C34EE8E15A6941BF62250C321B (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, int32_t ___0_startLine, float ___1_startCharX, int32_t ___2_endLine, float ___3_endCharX, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_startLine;
|
||
|
|
int32_t L_1 = ___2_endLine;
|
||
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_2 = ___1_startCharX;
|
||
|
|
float L_3 = ___3_endCharX;
|
||
|
|
if ((!(((float)L_2) > ((float)L_3))))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_4 = ___1_startCharX;
|
||
|
|
float L_5 = ___3_endCharX;
|
||
|
|
___1_startCharX = L_5;
|
||
|
|
___3_endCharX = L_4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_6 = __this->___lpl;
|
||
|
|
NullCheck(L_6);
|
||
|
|
List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* L_7 = L_6->___rects;
|
||
|
|
NullCheck(L_7);
|
||
|
|
List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_inline(L_7, List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_RuntimeMethod_var);
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_8 = __this->___lpj;
|
||
|
|
NullCheck(L_8);
|
||
|
|
yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* L_9;
|
||
|
|
L_9 = yj_get_textField_m7B7C7E4517A104EF565A504C1BCC55D5E595962A_inline(L_8, NULL);
|
||
|
|
int32_t L_10 = ___0_startLine;
|
||
|
|
float L_11 = ___1_startCharX;
|
||
|
|
int32_t L_12 = ___2_endLine;
|
||
|
|
float L_13 = ___3_endCharX;
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_14 = __this->___lpl;
|
||
|
|
NullCheck(L_14);
|
||
|
|
List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* L_15 = L_14->___rects;
|
||
|
|
NullCheck(L_9);
|
||
|
|
yr_GetLinesShape_m503D9811D4E2A123A803561F7542256152402479(L_9, L_10, L_11, L_12, L_13, (bool)1, L_15, NULL);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_16 = __this->___lpl;
|
||
|
|
NullCheck(L_16);
|
||
|
|
yn_Refresh_mAD7715A08F3B4621906DD400184FCF2F1D3185ED(L_16, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfv_get_width_m9A12A00A702A08717C2B48B628F246CC415214BB (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
return (0.0f);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_Dispose_m67BEBF55949F76C58A85F8DCF831E46B2ABED5EE (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_0 = __this->___lpl;
|
||
|
|
NullCheck(L_0);
|
||
|
|
VirtualActionInvoker0::Invoke(13, L_0);
|
||
|
|
__this->___lpl = (yn_t44BA824461ABE534F6D9862738666F88985F56CD*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpl), (void*)(yn_t44BA824461ABE534F6D9862738666F88985F56CD*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_Add_mD96291810D03A8385F55BFCC89B9E2B86539C0BD (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = __this->___lpj;
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_1 = __this->___lpl;
|
||
|
|
NullCheck(L_0);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_2;
|
||
|
|
L_2 = wd_AddChildAt_m036207FAE1130A8F87EDB2521F24388A552E7292(L_0, L_1, 0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* bfv_get_element_m4DF0B33850D67016D03F3CBA83A450CCA5F93839 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = __this->___lpk;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bfv_get_height_m3115E909822207D0021E48A031859E97C086F636 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
return (0.0f);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_ohu_m81BBB774CD0D9368BEB71462C16C99E2D66431F4 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, int32_t ___0_startLine, float ___1_startCharX, int32_t ___2_endLine, float ___3_endCharX, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_startLine;
|
||
|
|
int32_t L_1 = ___2_endLine;
|
||
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_2 = ___1_startCharX;
|
||
|
|
float L_3 = ___3_endCharX;
|
||
|
|
if ((!(((float)L_2) > ((float)L_3))))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_4 = ___1_startCharX;
|
||
|
|
float L_5 = ___3_endCharX;
|
||
|
|
___1_startCharX = L_5;
|
||
|
|
___3_endCharX = L_4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_6 = __this->___lpl;
|
||
|
|
NullCheck(L_6);
|
||
|
|
List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* L_7 = L_6->___rects;
|
||
|
|
NullCheck(L_7);
|
||
|
|
List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_inline(L_7, List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_RuntimeMethod_var);
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_8 = __this->___lpj;
|
||
|
|
NullCheck(L_8);
|
||
|
|
yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* L_9;
|
||
|
|
L_9 = yj_get_textField_m7B7C7E4517A104EF565A504C1BCC55D5E595962A_inline(L_8, NULL);
|
||
|
|
int32_t L_10 = ___0_startLine;
|
||
|
|
float L_11 = ___1_startCharX;
|
||
|
|
int32_t L_12 = ___2_endLine;
|
||
|
|
float L_13 = ___3_endCharX;
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_14 = __this->___lpl;
|
||
|
|
NullCheck(L_14);
|
||
|
|
List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* L_15 = L_14->___rects;
|
||
|
|
NullCheck(L_9);
|
||
|
|
yr_GetLinesShape_m503D9811D4E2A123A803561F7542256152402479(L_9, L_10, L_11, L_12, L_13, (bool)1, L_15, NULL);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_16 = __this->___lpl;
|
||
|
|
NullCheck(L_16);
|
||
|
|
yn_Refresh_mAD7715A08F3B4621906DD400184FCF2F1D3185ED(L_16, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv_Create_m3A53C16AC874CED5109FA9CEF9B62C10E782246A (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___0_owner, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___1_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = ___0_owner;
|
||
|
|
__this->___lpj = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpj), (void*)L_0);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = ___1_element;
|
||
|
|
__this->___lpk = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpk), (void*)L_1);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_2 = __this->___lpl;
|
||
|
|
NullCheck(L_2);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_3;
|
||
|
|
L_3 = wg_get_onClick_m619481CDC94C5E9FE15434FF03B78829F85294D4(L_2, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_4 = __this->___lpm;
|
||
|
|
NullCheck(L_3);
|
||
|
|
ze_Add_mF6FB84EF1153D53F679CB9797DC5931829A7DB76(L_3, L_4, NULL);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_5 = __this->___lpl;
|
||
|
|
NullCheck(L_5);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_6;
|
||
|
|
L_6 = wg_get_onRollOver_m2C0BAF8E1CABF115405EEA6CBE07077E0FBB6F22(L_5, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_7 = __this->___lpn;
|
||
|
|
NullCheck(L_6);
|
||
|
|
ze_Add_mF6FB84EF1153D53F679CB9797DC5931829A7DB76(L_6, L_7, NULL);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_8 = __this->___lpl;
|
||
|
|
NullCheck(L_8);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_9;
|
||
|
|
L_9 = wg_get_onRollOut_mF00FCE7F7EE3C15E46CF8917DAEDC58F61B82D06(L_8, NULL);
|
||
|
|
zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* L_10 = __this->___lpo;
|
||
|
|
NullCheck(L_9);
|
||
|
|
ze_Add_m6C865A7C086FAA45474B4F709879B244CED3752C(L_9, L_10, NULL);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_11 = __this->___lpl;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_12 = __this->___lpj;
|
||
|
|
NullCheck(L_12);
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_13;
|
||
|
|
L_13 = yj_get_htmlParseOptions_mED7A12957B606E0D6A91FCB1AB2E7A4A2DDA83FA_inline(L_12, NULL);
|
||
|
|
NullCheck(L_13);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = L_13->___linkBgColor;
|
||
|
|
NullCheck(L_11);
|
||
|
|
yn_set_color_mB001184659DE80B9E581618D6327744143ABB4C8(L_11, L_14, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfv__ctor_mAA250AAAFE81458362FD786632F9589F06097632 (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D4BBD9BCE940A876010EE4346ABB862CE9F8EA0);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA45AFA3B9B682451F27DAACAE5DDAFCC9166425A);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfv_fqr_mEAA143D2108CF9403803EE4038050EDB4437FB99_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfv_fqs_mD4D900716D68A9B403E3639EA3FD1ADF103C8892_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfv_fqt_m12ED0FF15DB344DD9C9E07FB5536CB384FE0AD04_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&yn_t44BA824461ABE534F6D9862738666F88985F56CD_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_0 = (yn_t44BA824461ABE534F6D9862738666F88985F56CD*)il2cpp_codegen_object_new(yn_t44BA824461ABE534F6D9862738666F88985F56CD_il2cpp_TypeInfo_var);
|
||
|
|
yn__ctor_mAF0706B1688EE71766071ECED571E64989898312(L_0, NULL);
|
||
|
|
__this->___lpl = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpl), (void*)L_0);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_1 = __this->___lpl;
|
||
|
|
NullCheck(L_1);
|
||
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2;
|
||
|
|
L_2 = wg_get_gameObject_m2F7C9D8EAF30DDD9435BB0435F87CF066F10A2BE_inline(L_1, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_2, _stringLiteral1D4BBD9BCE940A876010EE4346ABB862CE9F8EA0, NULL);
|
||
|
|
yn_t44BA824461ABE534F6D9862738666F88985F56CD* L_3 = __this->___lpl;
|
||
|
|
NullCheck(L_3);
|
||
|
|
wg_set_cursor_m568515BC9AEC26D27553D81FF805C806429B8881(L_3, _stringLiteralA45AFA3B9B682451F27DAACAE5DDAFCC9166425A, NULL);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_4 = (zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8*)il2cpp_codegen_object_new(zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
zc__ctor_m6634DC7D4935CF9D7B6EE75AC25469203C047F68(L_4, __this, (intptr_t)((void*)bfv_fqr_mEAA143D2108CF9403803EE4038050EDB4437FB99_RuntimeMethod_var), NULL);
|
||
|
|
__this->___lpm = L_4;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpm), (void*)L_4);
|
||
|
|
zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8* L_5 = (zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8*)il2cpp_codegen_object_new(zc_tC79D85AE3A4F5AA384F61318CD6A5B1595D54DB8_il2cpp_TypeInfo_var);
|
||
|
|
zc__ctor_m6634DC7D4935CF9D7B6EE75AC25469203C047F68(L_5, __this, (intptr_t)((void*)bfv_fqs_mD4D900716D68A9B403E3639EA3FD1ADF103C8892_RuntimeMethod_var), NULL);
|
||
|
|
__this->___lpn = L_5;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpn), (void*)L_5);
|
||
|
|
zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* L_6 = (zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD*)il2cpp_codegen_object_new(zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD_il2cpp_TypeInfo_var);
|
||
|
|
zb__ctor_mAB816C3AB13EFD02D4C7A15A76E604E2F47349DC(L_6, __this, (intptr_t)((void*)bfv_fqt_m12ED0FF15DB344DD9C9E07FB5536CB384FE0AD04_RuntimeMethod_var), NULL);
|
||
|
|
__this->___lpo = L_6;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpo), (void*)L_6);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfw__ctor_mCC5300902ABD9E2802FF337F2506041E280DFF8D (bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCAF3389B2447E12594A8A42F605634903BB9FDC);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_0 = (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF*)il2cpp_codegen_object_new(Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6(L_0, Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6_RuntimeMethod_var);
|
||
|
|
__this->___lpp = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpp), (void*)L_0);
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_1 = (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF*)il2cpp_codegen_object_new(Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6(L_1, Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6_RuntimeMethod_var);
|
||
|
|
__this->___lpq = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpq), (void*)L_1);
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_2 = (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF*)il2cpp_codegen_object_new(Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6(L_2, Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6_RuntimeMethod_var);
|
||
|
|
__this->___lpr = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpr), (void*)L_2);
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_3 = (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF*)il2cpp_codegen_object_new(Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6(L_3, Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6_RuntimeMethod_var);
|
||
|
|
__this->___lps = L_3;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lps), (void*)L_3);
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_4 = (Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF*)il2cpp_codegen_object_new(Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6(L_4, Stack_1__ctor_m6AD755FF7518EEFE04ACA562C7809C8445B48DC6_RuntimeMethod_var);
|
||
|
|
__this->___lpt = L_4;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpt), (void*)L_4);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
||
|
|
bool L_5;
|
||
|
|
L_5 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_0065;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6 = ((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0065;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
xw_t6AA2A3C718D2641EA4AF176A1ECEE032C10DB5C3* L_8;
|
||
|
|
L_8 = xw_get_inst_m4F13DA059649E3C03AB495E6A3579D3E1BBB703C(NULL);
|
||
|
|
NullCheck(L_8);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
|
||
|
|
L_9 = xw_exx_mA4209BFC1F1D6E243EDFD3355D9B0776C08494AC(L_8, _stringLiteralDCAF3389B2447E12594A8A42F605634903BB9FDC, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu = L_9;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu), (void*)L_9);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0065:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* bfw_CreateObject_m651441B065AC4944DD74B307AC5256949105B85D (bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638* __this, yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___0_owner, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___1_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A5D56B26B1A9CEDE88C8DBEC1D7FF8296992654);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CF45CAAD184C9FF56B8448D9B568CF797F6A8E4);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfv_tEAD19727055A339B831744ED6911CC8A5155AE92_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bga_t4190CA027505DF11492C1FAE93119D37983DA35F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
RuntimeObject* V_0 = NULL;
|
||
|
|
bool V_1 = false;
|
||
|
|
String_t* V_2 = NULL;
|
||
|
|
{
|
||
|
|
V_0 = (RuntimeObject*)NULL;
|
||
|
|
V_1 = (bool)0;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = ___1_element;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1 = L_0->___type;
|
||
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
|
||
|
|
{
|
||
|
|
goto IL_0046;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_2 = __this->___lpp;
|
||
|
|
NullCheck(L_2);
|
||
|
|
int32_t L_3;
|
||
|
|
L_3 = Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_inline(L_2, Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_003b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = ((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
bool L_5;
|
||
|
|
L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_003b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_6 = __this->___lpp;
|
||
|
|
NullCheck(L_6);
|
||
|
|
RuntimeObject* L_7;
|
||
|
|
L_7 = Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8(L_6, Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8_RuntimeMethod_var);
|
||
|
|
V_0 = L_7;
|
||
|
|
V_1 = (bool)1;
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003b:
|
||
|
|
{
|
||
|
|
bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* L_8 = (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA*)il2cpp_codegen_object_new(bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA_il2cpp_TypeInfo_var);
|
||
|
|
bft__ctor_m2583D5FED7330DD63F36C71CA0233EDD60DF3CE8(L_8, NULL);
|
||
|
|
V_0 = L_8;
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0046:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_9 = ___1_element;
|
||
|
|
NullCheck(L_9);
|
||
|
|
int32_t L_10 = L_9->___type;
|
||
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
|
||
|
|
{
|
||
|
|
goto IL_0088;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_11 = __this->___lpt;
|
||
|
|
NullCheck(L_11);
|
||
|
|
int32_t L_12;
|
||
|
|
L_12 = Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_inline(L_11, Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_12) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_007d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_13 = ((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
bool L_14;
|
||
|
|
L_14 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_13, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
||
|
|
if (!L_14)
|
||
|
|
{
|
||
|
|
goto IL_007d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_15 = __this->___lpt;
|
||
|
|
NullCheck(L_15);
|
||
|
|
RuntimeObject* L_16;
|
||
|
|
L_16 = Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8(L_15, Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8_RuntimeMethod_var);
|
||
|
|
V_0 = L_16;
|
||
|
|
V_1 = (bool)1;
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007d:
|
||
|
|
{
|
||
|
|
bfv_tEAD19727055A339B831744ED6911CC8A5155AE92* L_17 = (bfv_tEAD19727055A339B831744ED6911CC8A5155AE92*)il2cpp_codegen_object_new(bfv_tEAD19727055A339B831744ED6911CC8A5155AE92_il2cpp_TypeInfo_var);
|
||
|
|
bfv__ctor_mAA250AAAFE81458362FD786632F9589F06097632(L_17, NULL);
|
||
|
|
V_0 = L_17;
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0088:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_18 = ___1_element;
|
||
|
|
NullCheck(L_18);
|
||
|
|
int32_t L_19 = L_18->___type;
|
||
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)3))))
|
||
|
|
{
|
||
|
|
goto IL_012a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_20 = ___1_element;
|
||
|
|
NullCheck(L_20);
|
||
|
|
String_t* L_21;
|
||
|
|
L_21 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_20, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, NULL);
|
||
|
|
V_2 = L_21;
|
||
|
|
String_t* L_22 = V_2;
|
||
|
|
if (!L_22)
|
||
|
|
{
|
||
|
|
goto IL_00aa;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_23 = V_2;
|
||
|
|
NullCheck(L_23);
|
||
|
|
String_t* L_24;
|
||
|
|
L_24 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_23, NULL);
|
||
|
|
V_2 = L_24;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00aa:
|
||
|
|
{
|
||
|
|
String_t* L_25 = V_2;
|
||
|
|
bool L_26;
|
||
|
|
L_26 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_25, _stringLiteral3A5D56B26B1A9CEDE88C8DBEC1D7FF8296992654, NULL);
|
||
|
|
if (L_26)
|
||
|
|
{
|
||
|
|
goto IL_00c4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_27 = V_2;
|
||
|
|
bool L_28;
|
||
|
|
L_28 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_27, _stringLiteral9CF45CAAD184C9FF56B8448D9B568CF797F6A8E4, NULL);
|
||
|
|
if (!L_28)
|
||
|
|
{
|
||
|
|
goto IL_00f7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00c4:
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_29 = __this->___lpr;
|
||
|
|
NullCheck(L_29);
|
||
|
|
int32_t L_30;
|
||
|
|
L_30 = Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_inline(L_29, Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_30) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_00ef;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_31 = ((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
bool L_32;
|
||
|
|
L_32 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_31, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
||
|
|
if (!L_32)
|
||
|
|
{
|
||
|
|
goto IL_00ef;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_33 = __this->___lpr;
|
||
|
|
NullCheck(L_33);
|
||
|
|
RuntimeObject* L_34;
|
||
|
|
L_34 = Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8(L_33, Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8_RuntimeMethod_var);
|
||
|
|
V_0 = L_34;
|
||
|
|
V_1 = (bool)1;
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00ef:
|
||
|
|
{
|
||
|
|
bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* L_35 = (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B*)il2cpp_codegen_object_new(bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_il2cpp_TypeInfo_var);
|
||
|
|
bfq__ctor_m03E7E1B65CEA59ABED6A97198FFB5444810A91C6(L_35, NULL);
|
||
|
|
V_0 = L_35;
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00f7:
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_36 = __this->___lpq;
|
||
|
|
NullCheck(L_36);
|
||
|
|
int32_t L_37;
|
||
|
|
L_37 = Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_inline(L_36, Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_37) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0122;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_38 = ((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
bool L_39;
|
||
|
|
L_39 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_38, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
||
|
|
if (!L_39)
|
||
|
|
{
|
||
|
|
goto IL_0122;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_40 = __this->___lpq;
|
||
|
|
NullCheck(L_40);
|
||
|
|
RuntimeObject* L_41;
|
||
|
|
L_41 = Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8(L_40, Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8_RuntimeMethod_var);
|
||
|
|
V_0 = L_41;
|
||
|
|
V_1 = (bool)1;
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0122:
|
||
|
|
{
|
||
|
|
bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* L_42 = (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06*)il2cpp_codegen_object_new(bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var);
|
||
|
|
bfu__ctor_m3AB057E54E6550BF952F3F8A475C93C8DE7455E3(L_42, NULL);
|
||
|
|
V_0 = L_42;
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_012a:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_43 = ___1_element;
|
||
|
|
NullCheck(L_43);
|
||
|
|
int32_t L_44 = L_43->___type;
|
||
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)4))))
|
||
|
|
{
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_45 = __this->___lps;
|
||
|
|
NullCheck(L_45);
|
||
|
|
int32_t L_46;
|
||
|
|
L_46 = Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_inline(L_45, Stack_1_get_Count_m2F4C580613C528C730C699533010F641EDAC020B_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_46) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_015e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_47 = ((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
bool L_48;
|
||
|
|
L_48 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_47, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
||
|
|
if (!L_48)
|
||
|
|
{
|
||
|
|
goto IL_015e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_49 = __this->___lps;
|
||
|
|
NullCheck(L_49);
|
||
|
|
RuntimeObject* L_50;
|
||
|
|
L_50 = Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8(L_49, Stack_1_Pop_m2B7B55FA945B7018F77FA548BB96F02EBEC8BDA8_RuntimeMethod_var);
|
||
|
|
V_0 = L_50;
|
||
|
|
V_1 = (bool)1;
|
||
|
|
goto IL_0164;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_015e:
|
||
|
|
{
|
||
|
|
bga_t4190CA027505DF11492C1FAE93119D37983DA35F* L_51 = (bga_t4190CA027505DF11492C1FAE93119D37983DA35F*)il2cpp_codegen_object_new(bga_t4190CA027505DF11492C1FAE93119D37983DA35F_il2cpp_TypeInfo_var);
|
||
|
|
bga__ctor_m38A8DE8364D0D6962CDAA8820CF9BD74292B375F(L_51, NULL);
|
||
|
|
V_0 = L_51;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0164:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_52 = V_0;
|
||
|
|
if (!L_52)
|
||
|
|
{
|
||
|
|
goto IL_01af;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_53 = V_1;
|
||
|
|
if (!L_53)
|
||
|
|
{
|
||
|
|
goto IL_018e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_54 = V_0;
|
||
|
|
NullCheck(L_54);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_55;
|
||
|
|
L_55 = InterfaceFuncInvoker0< wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* >::Invoke(2, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_54);
|
||
|
|
if (!L_55)
|
||
|
|
{
|
||
|
|
goto IL_018e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_56 = V_0;
|
||
|
|
NullCheck(L_56);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_57;
|
||
|
|
L_57 = InterfaceFuncInvoker0< wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* >::Invoke(2, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_56);
|
||
|
|
NullCheck(L_57);
|
||
|
|
bool L_58;
|
||
|
|
L_58 = wg_get_isDisposed_mDCBF08FCA558126C7ED7DAE9A6FCF0DFA9CC6A09(L_57, NULL);
|
||
|
|
if (!L_58)
|
||
|
|
{
|
||
|
|
goto IL_018e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_59 = V_0;
|
||
|
|
NullCheck(L_59);
|
||
|
|
InterfaceActionInvoker0::Invoke(9, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_59);
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_60 = ___0_owner;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_61 = ___1_element;
|
||
|
|
RuntimeObject* L_62;
|
||
|
|
L_62 = VirtualFuncInvoker2< RuntimeObject*, yj_t7E888C1672200288B0BEF20734D84E26975E004F*, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* >::Invoke(8, __this, L_60, L_61);
|
||
|
|
return L_62;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_018e:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_63 = V_0;
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_64 = ___0_owner;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_65 = ___1_element;
|
||
|
|
NullCheck(L_63);
|
||
|
|
InterfaceActionInvoker2< yj_t7E888C1672200288B0BEF20734D84E26975E004F*, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* >::Invoke(4, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_63, L_64, L_65);
|
||
|
|
RuntimeObject* L_66 = V_0;
|
||
|
|
NullCheck(L_66);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_67;
|
||
|
|
L_67 = InterfaceFuncInvoker0< wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* >::Invoke(2, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_66);
|
||
|
|
if (!L_67)
|
||
|
|
{
|
||
|
|
goto IL_01af;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_68 = V_0;
|
||
|
|
NullCheck(L_68);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_69;
|
||
|
|
L_69 = InterfaceFuncInvoker0< wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* >::Invoke(2, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_68);
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_70 = ___0_owner;
|
||
|
|
NullCheck(L_70);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_71;
|
||
|
|
L_71 = wg_get_cachedTransform_mE245327045E55D450D9B0DA2A4B8D6811E04861B_inline(L_70, NULL);
|
||
|
|
NullCheck(L_69);
|
||
|
|
wg_set_home_m4EE95822DFDA2F53814611771C89A4C1CE315CE3(L_69, L_71, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01af:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_72 = V_0;
|
||
|
|
return L_72;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfw_FreeObject_m420C3475F1D2E90933153B8FA7BCEF1C53C49EA5 (bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfv_tEAD19727055A339B831744ED6911CC8A5155AE92_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
||
|
|
bool L_1;
|
||
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_2 = ___0_obj;
|
||
|
|
NullCheck(L_2);
|
||
|
|
InterfaceActionInvoker0::Invoke(9, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_3 = ___0_obj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_4;
|
||
|
|
L_4 = InterfaceFuncInvoker0< wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* >::Invoke(2, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_3);
|
||
|
|
if (!L_4)
|
||
|
|
{
|
||
|
|
goto IL_0030;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_5 = ___0_obj;
|
||
|
|
NullCheck(L_5);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_6;
|
||
|
|
L_6 = InterfaceFuncInvoker0< wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* >::Invoke(2, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_5);
|
||
|
|
NullCheck(L_6);
|
||
|
|
bool L_7;
|
||
|
|
L_7 = wg_get_isDisposed_mDCBF08FCA558126C7ED7DAE9A6FCF0DFA9CC6A09(L_6, NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0030;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_8 = ___0_obj;
|
||
|
|
NullCheck(L_8);
|
||
|
|
InterfaceActionInvoker0::Invoke(9, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_8);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0030:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_9 = ___0_obj;
|
||
|
|
NullCheck(L_9);
|
||
|
|
InterfaceActionInvoker0::Invoke(8, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_9);
|
||
|
|
RuntimeObject* L_10 = ___0_obj;
|
||
|
|
if (!((bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA*)IsInstClass((RuntimeObject*)L_10, bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA_il2cpp_TypeInfo_var)))
|
||
|
|
{
|
||
|
|
goto IL_004c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_11 = __this->___lpp;
|
||
|
|
RuntimeObject* L_12 = ___0_obj;
|
||
|
|
NullCheck(L_11);
|
||
|
|
Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB(L_11, L_12, Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB_RuntimeMethod_var);
|
||
|
|
goto IL_008c;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_004c:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_13 = ___0_obj;
|
||
|
|
if (!((bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06*)IsInstClass((RuntimeObject*)L_13, bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06_il2cpp_TypeInfo_var)))
|
||
|
|
{
|
||
|
|
goto IL_0062;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_14 = __this->___lpq;
|
||
|
|
RuntimeObject* L_15 = ___0_obj;
|
||
|
|
NullCheck(L_14);
|
||
|
|
Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB(L_14, L_15, Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB_RuntimeMethod_var);
|
||
|
|
goto IL_008c;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0062:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_16 = ___0_obj;
|
||
|
|
if (!((bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B*)IsInstClass((RuntimeObject*)L_16, bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B_il2cpp_TypeInfo_var)))
|
||
|
|
{
|
||
|
|
goto IL_0078;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_17 = __this->___lpr;
|
||
|
|
RuntimeObject* L_18 = ___0_obj;
|
||
|
|
NullCheck(L_17);
|
||
|
|
Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB(L_17, L_18, Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB_RuntimeMethod_var);
|
||
|
|
goto IL_008c;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0078:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_19 = ___0_obj;
|
||
|
|
if (!((bfv_tEAD19727055A339B831744ED6911CC8A5155AE92*)IsInstClass((RuntimeObject*)L_19, bfv_tEAD19727055A339B831744ED6911CC8A5155AE92_il2cpp_TypeInfo_var)))
|
||
|
|
{
|
||
|
|
goto IL_008c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_tF5B21765967485E239329AAD3FAC05448631EDEF* L_20 = __this->___lpt;
|
||
|
|
RuntimeObject* L_21 = ___0_obj;
|
||
|
|
NullCheck(L_20);
|
||
|
|
Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB(L_20, L_21, Stack_1_Push_mC1B2BC18BD082491EFD0FC45A7FE646A19FEC7BB_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_008c:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_22 = ___0_obj;
|
||
|
|
NullCheck(L_22);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_23;
|
||
|
|
L_23 = InterfaceFuncInvoker0< wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* >::Invoke(2, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_22);
|
||
|
|
if (!L_23)
|
||
|
|
{
|
||
|
|
goto IL_00aa;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
RuntimeObject* L_24 = ___0_obj;
|
||
|
|
NullCheck(L_24);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_25;
|
||
|
|
L_25 = InterfaceFuncInvoker0< wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* >::Invoke(2, bgb_tA8807E9824A29C43D41B03D89ACB485FF3D4B810_il2cpp_TypeInfo_var, L_24);
|
||
|
|
NullCheck(L_25);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_26;
|
||
|
|
L_26 = wg_get_cachedTransform_mE245327045E55D450D9B0DA2A4B8D6811E04861B_inline(L_25, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_27 = ((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___lpu;
|
||
|
|
NullCheck(L_26);
|
||
|
|
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_26, L_27, (bool)0, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00aa:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* bfw_GetImageTexture_m9B766D5A8FAAE4D48AD870DE96AB61966B1A4056 (bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638* __this, bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* ___0_image, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
return (xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfw_FreeImageTexture_m4FF1DC5B67A6EB0976F622AD358AA095EA7F270F (bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638* __this, bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* ___0_image, xq_tCB1D88BC794F290BC5D6AF360AA36A66B8769661* ___1_texture, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfw__cctor_m508F97DDD1CF8F4904A4647850E7D87EB1F257F1 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638* L_0 = (bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638*)il2cpp_codegen_object_new(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var);
|
||
|
|
bfw__ctor_mCC5300902ABD9E2802FF337F2506041E280DFF8D(L_0, NULL);
|
||
|
|
((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___inst = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_StaticFields*)il2cpp_codegen_static_fields_for(bfw_tA9AF1E34E481104C7D56D6EC0D753F85E25CD638_il2cpp_TypeInfo_var))->___inst), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfx__ctor_m1BECC76D8106419036F1C33AB18A308FB7563836 (bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var);
|
||
|
|
bool L_0 = ((bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_StaticFields*)il2cpp_codegen_static_fields_for(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var))->___DefaultLinkUnderline;
|
||
|
|
__this->___linkUnderline = L_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = ((bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_StaticFields*)il2cpp_codegen_static_fields_for(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var))->___DefaultLinkColor;
|
||
|
|
__this->___linkColor = L_1;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ((bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_StaticFields*)il2cpp_codegen_static_fields_for(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var))->___DefaultLinkBgColor;
|
||
|
|
__this->___linkBgColor = L_2;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ((bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_StaticFields*)il2cpp_codegen_static_fields_for(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var))->___DefaultLinkHoverBgColor;
|
||
|
|
__this->___linkHoverBgColor = L_3;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfx__cctor_m6F3226CF1D89E917E06A49E71C7F471F376E5BE3 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
((bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_StaticFields*)il2cpp_codegen_static_fields_for(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var))->___DefaultLinkUnderline = (bool)1;
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0;
|
||
|
|
memset((&L_0), 0, sizeof(L_0));
|
||
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_0), (uint8_t)((int32_t)58), (uint8_t)((int32_t)103), (uint8_t)((int32_t)204), (uint8_t)((int32_t)255), NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1;
|
||
|
|
L_1 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_0, NULL);
|
||
|
|
((bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_StaticFields*)il2cpp_codegen_static_fields_for(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var))->___DefaultLinkColor = L_1;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
||
|
|
L_2 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
||
|
|
((bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_StaticFields*)il2cpp_codegen_static_fields_for(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var))->___DefaultLinkBgColor = L_2;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
|
||
|
|
L_3 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
||
|
|
((bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_StaticFields*)il2cpp_codegen_static_fields_for(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var))->___DefaultLinkHoverBgColor = L_3;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfz_fqw_mC078B82535C1E2E99FA6E149A82878F3305FEDA6 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_0 = NULL;
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_0 = __this->___lpy;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline(L_0, List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0045;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_2 = __this->___lpy;
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_3 = __this->___lpy;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline(L_3, List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
NullCheck(L_2);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_5;
|
||
|
|
L_5 = List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F(L_2, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
V_0 = L_5;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = V_0;
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0043;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_7 = V_0;
|
||
|
|
NullCheck(L_7);
|
||
|
|
int32_t L_8 = L_7->___type;
|
||
|
|
if (L_8)
|
||
|
|
{
|
||
|
|
goto IL_0043;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_9 = V_0;
|
||
|
|
NullCheck(L_9);
|
||
|
|
String_t* L_10 = L_9->___text;
|
||
|
|
NullCheck(L_10);
|
||
|
|
bool L_11;
|
||
|
|
L_11 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_10, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, NULL);
|
||
|
|
return L_11;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0043:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0045:
|
||
|
|
{
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz__cctor_m6BBBFD16EF4AC5EE44D92615B1D653E7BCB90404 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* L_0 = (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469*)il2cpp_codegen_object_new(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var);
|
||
|
|
bfz__ctor_mCF251CBC92A57144C42BBD2E4CF05E0B79745A9A(L_0, NULL);
|
||
|
|
((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___inst = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___inst), (void*)L_0);
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_1 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
||
|
|
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_1, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
||
|
|
((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqa = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqa), (void*)L_1);
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_2 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
||
|
|
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_2, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
||
|
|
((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqb = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqb), (void*)L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfz_dwd_mD1E62785233BA9457D243914D3C23A2B125B6AD7 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1585D01E877C05EA3A45FA09A7E4A0509458709);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_0 = NULL;
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_0 = __this->___lpy;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline(L_0, List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0045;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_2 = __this->___lpy;
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_3 = __this->___lpy;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline(L_3, List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
NullCheck(L_2);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_5;
|
||
|
|
L_5 = List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F(L_2, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
V_0 = L_5;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = V_0;
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0043;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_7 = V_0;
|
||
|
|
NullCheck(L_7);
|
||
|
|
int32_t L_8 = L_7->___type;
|
||
|
|
if (L_8)
|
||
|
|
{
|
||
|
|
goto IL_0043;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_9 = V_0;
|
||
|
|
NullCheck(L_9);
|
||
|
|
String_t* L_10 = L_9->___text;
|
||
|
|
NullCheck(L_10);
|
||
|
|
bool L_11;
|
||
|
|
L_11 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_10, _stringLiteralF1585D01E877C05EA3A45FA09A7E4A0509458709, NULL);
|
||
|
|
return L_11;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0043:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0045:
|
||
|
|
{
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_krd_m7A358430F96D4DB2ED2C60B181395BBF1CDF119E (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* V_0 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lpw;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_1 = __this->___lpv;
|
||
|
|
int32_t L_2 = __this->___lpw;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_3;
|
||
|
|
L_3 = List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198(L_1, ((int32_t)il2cpp_codegen_subtract(L_2, 1)), List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
V_0 = L_3;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_4 = __this->___lpx;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_4, L_5, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_6 = __this->___lpx;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_7 = V_0;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bool L_8 = L_7->___colorChanged;
|
||
|
|
NullCheck(L_6);
|
||
|
|
L_6->___colorChanged = L_8;
|
||
|
|
int32_t L_9 = __this->___lpw;
|
||
|
|
__this->___lpw = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_fqx_m2A779B813FCBBE6FC34E8EBF9885DFD0727D2516 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, String_t* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_0 = NULL;
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_0 = __this->___lpy;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline(L_0, List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0055;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_2 = __this->___lpy;
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_3 = __this->___lpy;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline(L_3, List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
NullCheck(L_2);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_5;
|
||
|
|
L_5 = List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F(L_2, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
V_0 = L_5;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
int32_t L_7 = L_6->___type;
|
||
|
|
if (L_7)
|
||
|
|
{
|
||
|
|
goto IL_0055;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_8 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_9 = L_8->___format;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_10 = __this->___lpx;
|
||
|
|
NullCheck(L_9);
|
||
|
|
bool L_11;
|
||
|
|
L_11 = yt_EqualStyle_mF363C59188D5C8962461E811285C7D23520D6242(L_9, L_10, NULL);
|
||
|
|
if (!L_11)
|
||
|
|
{
|
||
|
|
goto IL_0055;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_12 = V_0;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_13 = L_12;
|
||
|
|
NullCheck(L_13);
|
||
|
|
String_t* L_14 = L_13->___text;
|
||
|
|
String_t* L_15 = ___0_a;
|
||
|
|
String_t* L_16;
|
||
|
|
L_16 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_14, L_15, NULL);
|
||
|
|
NullCheck(L_13);
|
||
|
|
L_13->___text = L_16;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___text), (void*)L_16);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0055:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_17;
|
||
|
|
L_17 = bfs_GetElement_m1353018E6DEE6F42EAF2099D9A3A97D5BE4F2606(0, NULL);
|
||
|
|
V_0 = L_17;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_18 = V_0;
|
||
|
|
String_t* L_19 = ___0_a;
|
||
|
|
NullCheck(L_18);
|
||
|
|
L_18->___text = L_19;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_18->___text), (void*)L_19);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_20 = V_0;
|
||
|
|
NullCheck(L_20);
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_21 = L_20->___format;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_22 = __this->___lpx;
|
||
|
|
NullCheck(L_21);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_21, L_22, NULL);
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_23 = __this->___lpy;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_24 = V_0;
|
||
|
|
NullCheck(L_23);
|
||
|
|
List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_inline(L_23, L_24, List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* V_0 = NULL;
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_0 = __this->___lpv;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_inline(L_0, List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_RuntimeMethod_var);
|
||
|
|
int32_t L_2 = __this->___lpw;
|
||
|
|
if ((((int32_t)L_1) > ((int32_t)L_2)))
|
||
|
|
{
|
||
|
|
goto IL_0027;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_3 = (bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68*)il2cpp_codegen_object_new(bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68_il2cpp_TypeInfo_var);
|
||
|
|
bfy__ctor_m4B004892028D6401080D849075D9BDE4A319D9D4(L_3, NULL);
|
||
|
|
V_0 = L_3;
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_4 = __this->___lpv;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_inline(L_4, L_5, List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_RuntimeMethod_var);
|
||
|
|
goto IL_0039;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0027:
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_6 = __this->___lpv;
|
||
|
|
int32_t L_7 = __this->___lpw;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_8;
|
||
|
|
L_8 = List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198(L_6, L_7, List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
V_0 = L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0039:
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_9 = V_0;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_10 = __this->___lpx;
|
||
|
|
NullCheck(L_9);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_9, L_10, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_11 = V_0;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_12 = __this->___lpx;
|
||
|
|
NullCheck(L_12);
|
||
|
|
bool L_13 = L_12->___colorChanged;
|
||
|
|
NullCheck(L_11);
|
||
|
|
L_11->___colorChanged = L_13;
|
||
|
|
int32_t L_14 = __this->___lpw;
|
||
|
|
__this->___lpw = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_oai_mBF4DDDB074E697BB60E57956304B68301C9BDE5F (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* V_0 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lpw;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_1 = __this->___lpv;
|
||
|
|
int32_t L_2 = __this->___lpw;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_3;
|
||
|
|
L_3 = List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198(L_1, ((int32_t)il2cpp_codegen_subtract(L_2, 1)), List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
V_0 = L_3;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_4 = __this->___lpx;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_4, L_5, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_6 = __this->___lpx;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_7 = V_0;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bool L_8 = L_7->___colorChanged;
|
||
|
|
NullCheck(L_6);
|
||
|
|
L_6->___colorChanged = L_8;
|
||
|
|
int32_t L_9 = __this->___lpw;
|
||
|
|
__this->___lpw = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_ojc_mF5A5188D80614104A5C2E74163C978E7E27BBEF7 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* V_0 = NULL;
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_0 = __this->___lpv;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_inline(L_0, List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_RuntimeMethod_var);
|
||
|
|
int32_t L_2 = __this->___lpw;
|
||
|
|
if ((((int32_t)L_1) > ((int32_t)L_2)))
|
||
|
|
{
|
||
|
|
goto IL_0027;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_3 = (bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68*)il2cpp_codegen_object_new(bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68_il2cpp_TypeInfo_var);
|
||
|
|
bfy__ctor_m4B004892028D6401080D849075D9BDE4A319D9D4(L_3, NULL);
|
||
|
|
V_0 = L_3;
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_4 = __this->___lpv;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_inline(L_4, L_5, List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_RuntimeMethod_var);
|
||
|
|
goto IL_0039;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0027:
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_6 = __this->___lpv;
|
||
|
|
int32_t L_7 = __this->___lpw;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_8;
|
||
|
|
L_8 = List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198(L_6, L_7, List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
V_0 = L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0039:
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_9 = V_0;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_10 = __this->___lpx;
|
||
|
|
NullCheck(L_9);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_9, L_10, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_11 = V_0;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_12 = __this->___lpx;
|
||
|
|
NullCheck(L_12);
|
||
|
|
bool L_13 = L_12->___colorChanged;
|
||
|
|
NullCheck(L_11);
|
||
|
|
L_11->___colorChanged = L_13;
|
||
|
|
int32_t L_14 = __this->___lpw;
|
||
|
|
__this->___lpw = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_mnm_m35F83F240FDD9C3427F68BC1BB6E9265BF79EF3A (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* V_0 = NULL;
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_0 = __this->___lpv;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_inline(L_0, List_1_get_Count_m511E999276FAEA21CE1D6E8A92FC6237D264697C_RuntimeMethod_var);
|
||
|
|
int32_t L_2 = __this->___lpw;
|
||
|
|
if ((((int32_t)L_1) > ((int32_t)L_2)))
|
||
|
|
{
|
||
|
|
goto IL_0027;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_3 = (bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68*)il2cpp_codegen_object_new(bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68_il2cpp_TypeInfo_var);
|
||
|
|
bfy__ctor_m4B004892028D6401080D849075D9BDE4A319D9D4(L_3, NULL);
|
||
|
|
V_0 = L_3;
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_4 = __this->___lpv;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_inline(L_4, L_5, List_1_Add_m32136A311D9C4E35AF32437CE7A3568D6DE51215_RuntimeMethod_var);
|
||
|
|
goto IL_0039;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0027:
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_6 = __this->___lpv;
|
||
|
|
int32_t L_7 = __this->___lpw;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_8;
|
||
|
|
L_8 = List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198(L_6, L_7, List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
V_0 = L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0039:
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_9 = V_0;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_10 = __this->___lpx;
|
||
|
|
NullCheck(L_9);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_9, L_10, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_11 = V_0;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_12 = __this->___lpx;
|
||
|
|
NullCheck(L_12);
|
||
|
|
bool L_13 = L_12->___colorChanged;
|
||
|
|
NullCheck(L_11);
|
||
|
|
L_11->___colorChanged = L_13;
|
||
|
|
int32_t L_14 = __this->___lpw;
|
||
|
|
__this->___lpw = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bfz_cff_m6EB18170997741805BCC76C5810DDCA2568D7FCB (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACB15A16D833D9B589446AE36CEC2D9E8B4CFAAC);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_0 = NULL;
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_0 = __this->___lpy;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline(L_0, List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0045;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_2 = __this->___lpy;
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_3 = __this->___lpy;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_inline(L_3, List_1_get_Count_m9973E5F8DE3B762CD051E5CCFFB32905AB7E9084_RuntimeMethod_var);
|
||
|
|
NullCheck(L_2);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_5;
|
||
|
|
L_5 = List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F(L_2, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), List_1_get_Item_m7487474DC4ADF1FB32E05D9D7CA19FD4355CC91F_RuntimeMethod_var);
|
||
|
|
V_0 = L_5;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = V_0;
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0043;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_7 = V_0;
|
||
|
|
NullCheck(L_7);
|
||
|
|
int32_t L_8 = L_7->___type;
|
||
|
|
if (L_8)
|
||
|
|
{
|
||
|
|
goto IL_0043;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_9 = V_0;
|
||
|
|
NullCheck(L_9);
|
||
|
|
String_t* L_10 = L_9->___text;
|
||
|
|
NullCheck(L_10);
|
||
|
|
bool L_11;
|
||
|
|
L_11 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_10, _stringLiteralACB15A16D833D9B589446AE36CEC2D9E8B4CFAAC, NULL);
|
||
|
|
return L_11;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0043:
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0045:
|
||
|
|
{
|
||
|
|
return (bool)1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* V_0 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lpw;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_1 = __this->___lpv;
|
||
|
|
int32_t L_2 = __this->___lpw;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_3;
|
||
|
|
L_3 = List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198(L_1, ((int32_t)il2cpp_codegen_subtract(L_2, 1)), List_1_get_Item_mD990715C9E4BBCFA54B1CB5C7DF2817A280CC198_RuntimeMethod_var);
|
||
|
|
V_0 = L_3;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_4 = __this->___lpx;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_5 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_4, L_5, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_6 = __this->___lpx;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_7 = V_0;
|
||
|
|
NullCheck(L_7);
|
||
|
|
bool L_8 = L_7->___colorChanged;
|
||
|
|
NullCheck(L_6);
|
||
|
|
L_6->___colorChanged = L_8;
|
||
|
|
int32_t L_9 = __this->___lpw;
|
||
|
|
__this->___lpw = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz_Parse_m39A9D8E601B2F69D2486BA79CD0E2ECD3BD7CF62 (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, String_t* ___0_aSource, yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* ___1_defaultFormat, List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* ___2_elements, bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* ___3_parseOptions, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0226F08F1363B72919374BC9F1AABA0AF07295F0);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0711443E8B59C41E57456831D1B992AD9334BAD7);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E7CEA65A78D404CA66F61EFE31DDE74A9102DCB);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41FDC774843900151F6C14D21FB4BAF0A6F1266E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral461EE177B772C8076E2D62C04952F00C85951024);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4979435BC414A38C6A847CE4F6602518D9E784DC);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5258B2F1B8D9570A3F74D913C292E0E09F073908);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FD0309C4E1869EE1B298882EFC54AEE23D1D2A7);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87A2FD6A7D5D2E3EB03CB60BF4EB21F706F6BA57);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral890FA812F02D02ECB0D786E0C3ED31FA30C2BE63);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FF67A9F2F01294BCAC5CCD8E189B849FCA49D8C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral901B8EFAC94050E53E2DF4747CABD71B8AE8A558);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBC78A2F5C5D86FF31313AD4219F781F5E05840D);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD002DD70C7AAC9CFF6D7D4821927E13D2989493);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEE09538204AD98EAB3D28D92042369A4AA98CF2);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC125FEC0116CADDF0C94B573A3CFA709907CE3D);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF26F502B14F503952C33ADFF928357DED0388E8D);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF300D2310959AF105732D339376803869D9B2B91);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
bool V_1 = false;
|
||
|
|
bool V_2 = false;
|
||
|
|
String_t* V_3 = NULL;
|
||
|
|
String_t* V_4 = NULL;
|
||
|
|
uint32_t V_5 = 0;
|
||
|
|
String_t* V_6 = NULL;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_7 = NULL;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_8 = NULL;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_9 = NULL;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_10 = NULL;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_11 = NULL;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* V_12 = NULL;
|
||
|
|
String_t* V_13 = NULL;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* G_B128_0 = NULL;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* G_B127_0 = NULL;
|
||
|
|
int32_t G_B129_0 = 0;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* G_B129_1 = NULL;
|
||
|
|
{
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_0 = ___3_parseOptions;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_1 = __this->___lpz;
|
||
|
|
___3_parseOptions = L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000c:
|
||
|
|
{
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_2 = ___2_elements;
|
||
|
|
__this->___lpy = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpy), (void*)L_2);
|
||
|
|
__this->___lpw = 0;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_3 = __this->___lpx;
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_4 = ___1_defaultFormat;
|
||
|
|
NullCheck(L_3);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_3, L_4, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_5 = __this->___lpx;
|
||
|
|
NullCheck(L_5);
|
||
|
|
L_5->___colorChanged = (bool)0;
|
||
|
|
V_0 = 0;
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_6 = ___3_parseOptions;
|
||
|
|
NullCheck(L_6);
|
||
|
|
bool L_7 = L_6->___ignoreWhiteSpace;
|
||
|
|
V_1 = L_7;
|
||
|
|
V_2 = (bool)0;
|
||
|
|
String_t* L_8 = ___0_aSource;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
bgi_Begin_mFC1A12D030F1127E2DF9386577AC73BE5BD98BB1(L_8, (bool)1, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_004a:
|
||
|
|
{
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
if (L_9)
|
||
|
|
{
|
||
|
|
goto IL_007a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_10 = V_1;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_11;
|
||
|
|
L_11 = bgi_GetText_m946F7B9095BECCCA363E4115953C239ED82C5AB3(L_10, NULL);
|
||
|
|
V_3 = L_11;
|
||
|
|
String_t* L_12 = V_3;
|
||
|
|
NullCheck(L_12);
|
||
|
|
int32_t L_13;
|
||
|
|
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
|
||
|
|
if ((((int32_t)L_13) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_007a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_14 = V_2;
|
||
|
|
if (!L_14)
|
||
|
|
{
|
||
|
|
goto IL_0073;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_15 = V_3;
|
||
|
|
NullCheck(L_15);
|
||
|
|
Il2CppChar L_16;
|
||
|
|
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_15, 0, NULL);
|
||
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)10)))))
|
||
|
|
{
|
||
|
|
goto IL_0073;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_17 = V_3;
|
||
|
|
NullCheck(L_17);
|
||
|
|
String_t* L_18;
|
||
|
|
L_18 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_17, 1, NULL);
|
||
|
|
V_3 = L_18;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0073:
|
||
|
|
{
|
||
|
|
String_t* L_19 = V_3;
|
||
|
|
bfz_fqx_m2A779B813FCBBE6FC34E8EBF9885DFD0727D2516(__this, L_19, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007a:
|
||
|
|
{
|
||
|
|
V_2 = (bool)0;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_20 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagName;
|
||
|
|
V_4 = L_20;
|
||
|
|
String_t* L_21 = V_4;
|
||
|
|
uint32_t L_22;
|
||
|
|
L_22 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m6EA1F233618497AEFF8902A5EDFA24C74E2F2876(L_21, NULL);
|
||
|
|
V_5 = L_22;
|
||
|
|
uint32_t L_23 = V_5;
|
||
|
|
if ((!(((uint32_t)L_23) <= ((uint32_t)((int32_t)-1406107946)))))
|
||
|
|
{
|
||
|
|
goto IL_014b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_24 = V_5;
|
||
|
|
if ((!(((uint32_t)L_24) <= ((uint32_t)((int32_t)845761475)))))
|
||
|
|
{
|
||
|
|
goto IL_00f0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_25 = V_5;
|
||
|
|
if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)540962730)))))
|
||
|
|
{
|
||
|
|
goto IL_00c7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_26 = V_5;
|
||
|
|
if ((((int32_t)L_26) == ((int32_t)((int32_t)297952813))))
|
||
|
|
{
|
||
|
|
goto IL_02e7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_27 = V_5;
|
||
|
|
if ((((int32_t)L_27) == ((int32_t)((int32_t)540962730))))
|
||
|
|
{
|
||
|
|
goto IL_03ad;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00c7:
|
||
|
|
{
|
||
|
|
uint32_t L_28 = V_5;
|
||
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)632598351))))
|
||
|
|
{
|
||
|
|
goto IL_0237;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_29 = V_5;
|
||
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)659427984))))
|
||
|
|
{
|
||
|
|
goto IL_0279;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_30 = V_5;
|
||
|
|
if ((((int32_t)L_30) == ((int32_t)((int32_t)845761475))))
|
||
|
|
{
|
||
|
|
goto IL_0381;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00f0:
|
||
|
|
{
|
||
|
|
uint32_t L_31 = V_5;
|
||
|
|
if ((!(((uint32_t)L_31) <= ((uint32_t)((int32_t)1328268469)))))
|
||
|
|
{
|
||
|
|
goto IL_0122;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_32 = V_5;
|
||
|
|
if ((((int32_t)L_32) == ((int32_t)((int32_t)1077001542))))
|
||
|
|
{
|
||
|
|
goto IL_033f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_33 = V_5;
|
||
|
|
if ((((int32_t)L_33) == ((int32_t)((int32_t)1079560007))))
|
||
|
|
{
|
||
|
|
goto IL_03c3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_34 = V_5;
|
||
|
|
if ((((int32_t)L_34) == ((int32_t)((int32_t)1328268469))))
|
||
|
|
{
|
||
|
|
goto IL_028f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0122:
|
||
|
|
{
|
||
|
|
uint32_t L_35 = V_5;
|
||
|
|
if ((((int32_t)L_35) == ((int32_t)((int32_t)1547907707))))
|
||
|
|
{
|
||
|
|
goto IL_0313;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_36 = V_5;
|
||
|
|
if ((((int32_t)L_36) == ((int32_t)((int32_t)-2065226492))))
|
||
|
|
{
|
||
|
|
goto IL_02a5;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_37 = V_5;
|
||
|
|
if ((((int32_t)L_37) == ((int32_t)((int32_t)-1406107946))))
|
||
|
|
{
|
||
|
|
goto IL_0397;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_014b:
|
||
|
|
{
|
||
|
|
uint32_t L_38 = V_5;
|
||
|
|
if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)-468965076)))))
|
||
|
|
{
|
||
|
|
goto IL_01a3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_39 = V_5;
|
||
|
|
if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)-680155184)))))
|
||
|
|
{
|
||
|
|
goto IL_017a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_40 = V_5;
|
||
|
|
if ((((int32_t)L_40) == ((int32_t)((int32_t)-900850497))))
|
||
|
|
{
|
||
|
|
goto IL_0263;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_41 = V_5;
|
||
|
|
if ((((int32_t)L_41) == ((int32_t)((int32_t)-680155184))))
|
||
|
|
{
|
||
|
|
goto IL_0355;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_017a:
|
||
|
|
{
|
||
|
|
uint32_t L_42 = V_5;
|
||
|
|
if ((((int32_t)L_42) == ((int32_t)((int32_t)-609584779))))
|
||
|
|
{
|
||
|
|
goto IL_036b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_43 = V_5;
|
||
|
|
if ((((int32_t)L_43) == ((int32_t)((int32_t)-598853355))))
|
||
|
|
{
|
||
|
|
goto IL_024d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_44 = V_5;
|
||
|
|
if ((((int32_t)L_44) == ((int32_t)((int32_t)-468965076))))
|
||
|
|
{
|
||
|
|
goto IL_02bb;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01a3:
|
||
|
|
{
|
||
|
|
uint32_t L_45 = V_5;
|
||
|
|
if ((!(((uint32_t)L_45) <= ((uint32_t)((int32_t)-334744124)))))
|
||
|
|
{
|
||
|
|
goto IL_01cf;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_46 = V_5;
|
||
|
|
if ((((int32_t)L_46) == ((int32_t)((int32_t)-446518456))))
|
||
|
|
{
|
||
|
|
goto IL_0329;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_47 = V_5;
|
||
|
|
if ((((int32_t)L_47) == ((int32_t)((int32_t)-418632219))))
|
||
|
|
{
|
||
|
|
goto IL_01f5;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_48 = V_5;
|
||
|
|
if ((((int32_t)L_48) == ((int32_t)((int32_t)-334744124))))
|
||
|
|
{
|
||
|
|
goto IL_020b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01cf:
|
||
|
|
{
|
||
|
|
uint32_t L_49 = V_5;
|
||
|
|
if ((((int32_t)L_49) == ((int32_t)((int32_t)-267633648))))
|
||
|
|
{
|
||
|
|
goto IL_0221;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_50 = V_5;
|
||
|
|
if ((((int32_t)L_50) == ((int32_t)((int32_t)-183745553))))
|
||
|
|
{
|
||
|
|
goto IL_02fd;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
uint32_t L_51 = V_5;
|
||
|
|
if ((((int32_t)L_51) == ((int32_t)((int32_t)-103256197))))
|
||
|
|
{
|
||
|
|
goto IL_02d1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01f5:
|
||
|
|
{
|
||
|
|
String_t* L_52 = V_4;
|
||
|
|
bool L_53;
|
||
|
|
L_53 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_52, _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C, NULL);
|
||
|
|
if (L_53)
|
||
|
|
{
|
||
|
|
goto IL_03d9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_020b:
|
||
|
|
{
|
||
|
|
String_t* L_54 = V_4;
|
||
|
|
bool L_55;
|
||
|
|
L_55 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_54, _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E, NULL);
|
||
|
|
if (L_55)
|
||
|
|
{
|
||
|
|
goto IL_0402;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0221:
|
||
|
|
{
|
||
|
|
String_t* L_56 = V_4;
|
||
|
|
bool L_57;
|
||
|
|
L_57 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_56, _stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B, NULL);
|
||
|
|
if (L_57)
|
||
|
|
{
|
||
|
|
goto IL_042b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0237:
|
||
|
|
{
|
||
|
|
String_t* L_58 = V_4;
|
||
|
|
bool L_59;
|
||
|
|
L_59 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_58, _stringLiteral901B8EFAC94050E53E2DF4747CABD71B8AE8A558, NULL);
|
||
|
|
if (L_59)
|
||
|
|
{
|
||
|
|
goto IL_0454;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_024d:
|
||
|
|
{
|
||
|
|
String_t* L_60 = V_4;
|
||
|
|
bool L_61;
|
||
|
|
L_61 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_60, _stringLiteralCEE09538204AD98EAB3D28D92042369A4AA98CF2, NULL);
|
||
|
|
if (L_61)
|
||
|
|
{
|
||
|
|
goto IL_047d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0263:
|
||
|
|
{
|
||
|
|
String_t* L_62 = V_4;
|
||
|
|
bool L_63;
|
||
|
|
L_63 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_62, _stringLiteral8FF67A9F2F01294BCAC5CCD8E189B849FCA49D8C, NULL);
|
||
|
|
if (L_63)
|
||
|
|
{
|
||
|
|
goto IL_04a6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0279:
|
||
|
|
{
|
||
|
|
String_t* L_64 = V_4;
|
||
|
|
bool L_65;
|
||
|
|
L_65 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_64, _stringLiteral0E7CEA65A78D404CA66F61EFE31DDE74A9102DCB, NULL);
|
||
|
|
if (L_65)
|
||
|
|
{
|
||
|
|
goto IL_04cf;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_028f:
|
||
|
|
{
|
||
|
|
String_t* L_66 = V_4;
|
||
|
|
bool L_67;
|
||
|
|
L_67 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_66, _stringLiteral4979435BC414A38C6A847CE4F6602518D9E784DC, NULL);
|
||
|
|
if (L_67)
|
||
|
|
{
|
||
|
|
goto IL_0687;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_02a5:
|
||
|
|
{
|
||
|
|
String_t* L_68 = V_4;
|
||
|
|
bool L_69;
|
||
|
|
L_69 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_68, _stringLiteral890FA812F02D02ECB0D786E0C3ED31FA30C2BE63, NULL);
|
||
|
|
if (L_69)
|
||
|
|
{
|
||
|
|
goto IL_0697;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_02bb:
|
||
|
|
{
|
||
|
|
String_t* L_70 = V_4;
|
||
|
|
bool L_71;
|
||
|
|
L_71 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_70, _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78, NULL);
|
||
|
|
if (L_71)
|
||
|
|
{
|
||
|
|
goto IL_06f4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_02d1:
|
||
|
|
{
|
||
|
|
String_t* L_72 = V_4;
|
||
|
|
bool L_73;
|
||
|
|
L_73 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_72, _stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2, NULL);
|
||
|
|
if (L_73)
|
||
|
|
{
|
||
|
|
goto IL_07ce;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_02e7:
|
||
|
|
{
|
||
|
|
String_t* L_74 = V_4;
|
||
|
|
bool L_75;
|
||
|
|
L_75 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_74, _stringLiteral0226F08F1363B72919374BC9F1AABA0AF07295F0, NULL);
|
||
|
|
if (L_75)
|
||
|
|
{
|
||
|
|
goto IL_0814;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_02fd:
|
||
|
|
{
|
||
|
|
String_t* L_76 = V_4;
|
||
|
|
bool L_77;
|
||
|
|
L_77 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_76, _stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B, NULL);
|
||
|
|
if (L_77)
|
||
|
|
{
|
||
|
|
goto IL_091b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0313:
|
||
|
|
{
|
||
|
|
String_t* L_78 = V_4;
|
||
|
|
bool L_79;
|
||
|
|
L_79 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_78, _stringLiteralBBC78A2F5C5D86FF31313AD4219F781F5E05840D, NULL);
|
||
|
|
if (L_79)
|
||
|
|
{
|
||
|
|
goto IL_099e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0329:
|
||
|
|
{
|
||
|
|
String_t* L_80 = V_4;
|
||
|
|
bool L_81;
|
||
|
|
L_81 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_80, _stringLiteralDC125FEC0116CADDF0C94B573A3CFA709907CE3D, NULL);
|
||
|
|
if (L_81)
|
||
|
|
{
|
||
|
|
goto IL_099e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_033f:
|
||
|
|
{
|
||
|
|
String_t* L_82 = V_4;
|
||
|
|
bool L_83;
|
||
|
|
L_83 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_82, _stringLiteral0711443E8B59C41E57456831D1B992AD9334BAD7, NULL);
|
||
|
|
if (L_83)
|
||
|
|
{
|
||
|
|
goto IL_099e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0355:
|
||
|
|
{
|
||
|
|
String_t* L_84 = V_4;
|
||
|
|
bool L_85;
|
||
|
|
L_85 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_84, _stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4, NULL);
|
||
|
|
if (L_85)
|
||
|
|
{
|
||
|
|
goto IL_09c9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_036b:
|
||
|
|
{
|
||
|
|
String_t* L_86 = V_4;
|
||
|
|
bool L_87;
|
||
|
|
L_87 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_86, _stringLiteralCD002DD70C7AAC9CFF6D7D4821927E13D2989493, NULL);
|
||
|
|
if (L_87)
|
||
|
|
{
|
||
|
|
goto IL_09c9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0381:
|
||
|
|
{
|
||
|
|
String_t* L_88 = V_4;
|
||
|
|
bool L_89;
|
||
|
|
L_89 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_88, _stringLiteral461EE177B772C8076E2D62C04952F00C85951024, NULL);
|
||
|
|
if (L_89)
|
||
|
|
{
|
||
|
|
goto IL_09cd;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0397:
|
||
|
|
{
|
||
|
|
String_t* L_90 = V_4;
|
||
|
|
bool L_91;
|
||
|
|
L_91 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_90, _stringLiteralF29DF9C4CDC06C543A886799FF9B797DDB41FA67, NULL);
|
||
|
|
if (L_91)
|
||
|
|
{
|
||
|
|
goto IL_09cd;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_03ad:
|
||
|
|
{
|
||
|
|
String_t* L_92 = V_4;
|
||
|
|
bool L_93;
|
||
|
|
L_93 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_92, _stringLiteral5258B2F1B8D9570A3F74D913C292E0E09F073908, NULL);
|
||
|
|
if (L_93)
|
||
|
|
{
|
||
|
|
goto IL_09cd;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_03c3:
|
||
|
|
{
|
||
|
|
String_t* L_94 = V_4;
|
||
|
|
bool L_95;
|
||
|
|
L_95 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_94, _stringLiteral87A2FD6A7D5D2E3EB03CB60BF4EB21F706F6BA57, NULL);
|
||
|
|
if (L_95)
|
||
|
|
{
|
||
|
|
goto IL_09cd;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_03d9:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_96 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_96)
|
||
|
|
{
|
||
|
|
goto IL_03f7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7(__this, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_97 = __this->___lpx;
|
||
|
|
NullCheck(L_97);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_97)->___bold = (bool)1;
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_03f7:
|
||
|
|
{
|
||
|
|
bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32(__this, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0402:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_98 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_98)
|
||
|
|
{
|
||
|
|
goto IL_0420;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7(__this, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_99 = __this->___lpx;
|
||
|
|
NullCheck(L_99);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_99)->___italic = (bool)1;
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0420:
|
||
|
|
{
|
||
|
|
bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32(__this, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_042b:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_100 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_100)
|
||
|
|
{
|
||
|
|
goto IL_0449;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7(__this, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_101 = __this->___lpx;
|
||
|
|
NullCheck(L_101);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_101)->___underline = (bool)1;
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0449:
|
||
|
|
{
|
||
|
|
bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32(__this, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0454:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_102 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_102)
|
||
|
|
{
|
||
|
|
goto IL_0472;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7(__this, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_103 = __this->___lpx;
|
||
|
|
NullCheck(L_103);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_103)->___strikethrough = (bool)1;
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0472:
|
||
|
|
{
|
||
|
|
bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32(__this, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_047d:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_104 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_104)
|
||
|
|
{
|
||
|
|
goto IL_049b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7(__this, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_105 = __this->___lpx;
|
||
|
|
NullCheck(L_105);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_105)->___specialStyle = 2;
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_049b:
|
||
|
|
{
|
||
|
|
bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32(__this, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_04a6:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_106 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_106)
|
||
|
|
{
|
||
|
|
goto IL_04c4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7(__this, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_107 = __this->___lpx;
|
||
|
|
NullCheck(L_107);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_107)->___specialStyle = 1;
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_04c4:
|
||
|
|
{
|
||
|
|
bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32(__this, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_04cf:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_108 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_108)
|
||
|
|
{
|
||
|
|
goto IL_0671;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7(__this, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_109 = __this->___lpx;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_110 = __this->___lpx;
|
||
|
|
NullCheck(L_110);
|
||
|
|
int32_t L_111 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_110)->___size;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_112;
|
||
|
|
L_112 = bgi_GetAttributeInt_m1FA9F8FF70A816C47CADD048D636C1C892DB2604(_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B, L_111, NULL);
|
||
|
|
NullCheck(L_109);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_109)->___size = L_112;
|
||
|
|
String_t* L_113;
|
||
|
|
L_113 = bgi_GetAttribute_mA91B1380D642F9DC1D9CCB2C23694F54F13347E8(_stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D, NULL);
|
||
|
|
V_6 = L_113;
|
||
|
|
String_t* L_114 = V_6;
|
||
|
|
if (!L_114)
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_115 = V_6;
|
||
|
|
NullCheck(L_115);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_116;
|
||
|
|
L_116 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_115, ((int32_t)44), 0, NULL);
|
||
|
|
V_7 = L_116;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_117 = V_7;
|
||
|
|
NullCheck(L_117);
|
||
|
|
if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_117)->max_length))) == ((uint32_t)1))))
|
||
|
|
{
|
||
|
|
goto IL_0554;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_118 = __this->___lpx;
|
||
|
|
String_t* L_119 = V_6;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_120;
|
||
|
|
L_120 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_119, NULL);
|
||
|
|
NullCheck(L_118);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_118)->___color = L_120;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_121 = __this->___lpx;
|
||
|
|
NullCheck(L_121);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_121)->___gradientColor = (Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_121)->___gradientColor), (void*)(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_122 = __this->___lpx;
|
||
|
|
NullCheck(L_122);
|
||
|
|
L_122->___colorChanged = (bool)1;
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0554:
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_123 = __this->___lpx;
|
||
|
|
NullCheck(L_123);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_124 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_123)->___gradientColor;
|
||
|
|
if (L_124)
|
||
|
|
{
|
||
|
|
goto IL_0572;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_125 = __this->___lpx;
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_126 = (Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259*)SZArrayNew(Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259_il2cpp_TypeInfo_var, (uint32_t)4);
|
||
|
|
NullCheck(L_125);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_125)->___gradientColor = L_126;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_125)->___gradientColor), (void*)L_126);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0572:
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_127 = __this->___lpx;
|
||
|
|
NullCheck(L_127);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_128 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_127)->___gradientColor;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_129 = V_7;
|
||
|
|
NullCheck(L_129);
|
||
|
|
int32_t L_130 = 0;
|
||
|
|
String_t* L_131 = (L_129)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_132;
|
||
|
|
L_132 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_131, NULL);
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_133;
|
||
|
|
L_133 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_132, NULL);
|
||
|
|
NullCheck(L_128);
|
||
|
|
(L_128)->SetAt(static_cast<il2cpp_array_size_t>(0), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_133);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_134 = __this->___lpx;
|
||
|
|
NullCheck(L_134);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_135 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_134)->___gradientColor;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_136 = V_7;
|
||
|
|
NullCheck(L_136);
|
||
|
|
int32_t L_137 = 1;
|
||
|
|
String_t* L_138 = (L_136)->GetAt(static_cast<il2cpp_array_size_t>(L_137));
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_139;
|
||
|
|
L_139 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_138, NULL);
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_140;
|
||
|
|
L_140 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_139, NULL);
|
||
|
|
NullCheck(L_135);
|
||
|
|
(L_135)->SetAt(static_cast<il2cpp_array_size_t>(1), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_140);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_141 = V_7;
|
||
|
|
NullCheck(L_141);
|
||
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_141)->max_length))) <= ((int32_t)2)))
|
||
|
|
{
|
||
|
|
goto IL_0628;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_142 = __this->___lpx;
|
||
|
|
NullCheck(L_142);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_143 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_142)->___gradientColor;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_144 = V_7;
|
||
|
|
NullCheck(L_144);
|
||
|
|
int32_t L_145 = 2;
|
||
|
|
String_t* L_146 = (L_144)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_147;
|
||
|
|
L_147 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_146, NULL);
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_148;
|
||
|
|
L_148 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_147, NULL);
|
||
|
|
NullCheck(L_143);
|
||
|
|
(L_143)->SetAt(static_cast<il2cpp_array_size_t>(2), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_148);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_149 = V_7;
|
||
|
|
NullCheck(L_149);
|
||
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_149)->max_length))) <= ((int32_t)3)))
|
||
|
|
{
|
||
|
|
goto IL_0601;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_150 = __this->___lpx;
|
||
|
|
NullCheck(L_150);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_151 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_150)->___gradientColor;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_152 = V_7;
|
||
|
|
NullCheck(L_152);
|
||
|
|
int32_t L_153 = 3;
|
||
|
|
String_t* L_154 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_153));
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_155;
|
||
|
|
L_155 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_154, NULL);
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_156;
|
||
|
|
L_156 = Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline(L_155, NULL);
|
||
|
|
NullCheck(L_151);
|
||
|
|
(L_151)->SetAt(static_cast<il2cpp_array_size_t>(3), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_156);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0601:
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_157 = __this->___lpx;
|
||
|
|
NullCheck(L_157);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_158 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_157)->___gradientColor;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_159 = __this->___lpx;
|
||
|
|
NullCheck(L_159);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_160 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_159)->___gradientColor;
|
||
|
|
NullCheck(L_160);
|
||
|
|
int32_t L_161 = 2;
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_162 = (L_160)->GetAt(static_cast<il2cpp_array_size_t>(L_161));
|
||
|
|
NullCheck(L_158);
|
||
|
|
(L_158)->SetAt(static_cast<il2cpp_array_size_t>(3), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_162);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0628:
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_163 = __this->___lpx;
|
||
|
|
NullCheck(L_163);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_164 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_163)->___gradientColor;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_165 = __this->___lpx;
|
||
|
|
NullCheck(L_165);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_166 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_165)->___gradientColor;
|
||
|
|
NullCheck(L_166);
|
||
|
|
int32_t L_167 = 0;
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_168 = (L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_167));
|
||
|
|
NullCheck(L_164);
|
||
|
|
(L_164)->SetAt(static_cast<il2cpp_array_size_t>(2), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_168);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_169 = __this->___lpx;
|
||
|
|
NullCheck(L_169);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_170 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_169)->___gradientColor;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_171 = __this->___lpx;
|
||
|
|
NullCheck(L_171);
|
||
|
|
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* L_172 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_171)->___gradientColor;
|
||
|
|
NullCheck(L_172);
|
||
|
|
int32_t L_173 = 1;
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_174 = (L_172)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
|
||
|
|
NullCheck(L_170);
|
||
|
|
(L_170)->SetAt(static_cast<il2cpp_array_size_t>(3), (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B)L_174);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0671:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_175 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((!(((uint32_t)L_175) == ((uint32_t)1))))
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32(__this, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0687:
|
||
|
|
{
|
||
|
|
bfz_fqx_m2A779B813FCBBE6FC34E8EBF9885DFD0727D2516(__this, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0697:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_176 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (!L_176)
|
||
|
|
{
|
||
|
|
goto IL_06a9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_177 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((!(((uint32_t)L_177) == ((uint32_t)2))))
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_06a9:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_178;
|
||
|
|
L_178 = bfs_GetElement_m1353018E6DEE6F42EAF2099D9A3A97D5BE4F2606(2, NULL);
|
||
|
|
V_8 = L_178;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_179 = V_8;
|
||
|
|
NullCheck(L_179);
|
||
|
|
bfs_FetchAttributes_mBEB1EB95F7519ABFBF094C29E4E75273E77DE4ED(L_179, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_180 = V_8;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_181 = V_8;
|
||
|
|
NullCheck(L_181);
|
||
|
|
String_t* L_182;
|
||
|
|
L_182 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_181, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, NULL);
|
||
|
|
NullCheck(L_180);
|
||
|
|
L_180->___name = L_182;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_180->___name), (void*)L_182);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_183 = V_8;
|
||
|
|
NullCheck(L_183);
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_184 = L_183->___format;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_185 = __this->___lpx;
|
||
|
|
NullCheck(L_185);
|
||
|
|
int32_t L_186 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_185)->___align;
|
||
|
|
NullCheck(L_184);
|
||
|
|
L_184->___align = L_186;
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_187 = __this->___lpy;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_188 = V_8;
|
||
|
|
NullCheck(L_187);
|
||
|
|
List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_inline(L_187, L_188, List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_RuntimeMethod_var);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_06f4:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_189 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_189)
|
||
|
|
{
|
||
|
|
goto IL_07a3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7(__this, NULL);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_190 = __this->___lpx;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_191 = __this->___lpx;
|
||
|
|
NullCheck(L_191);
|
||
|
|
bool L_192 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_191)->___underline;
|
||
|
|
if (L_192)
|
||
|
|
{
|
||
|
|
G_B128_0 = L_190;
|
||
|
|
goto IL_0720;
|
||
|
|
}
|
||
|
|
G_B127_0 = L_190;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_193 = ___3_parseOptions;
|
||
|
|
NullCheck(L_193);
|
||
|
|
bool L_194 = L_193->___linkUnderline;
|
||
|
|
G_B129_0 = ((int32_t)(L_194));
|
||
|
|
G_B129_1 = G_B127_0;
|
||
|
|
goto IL_0721;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0720:
|
||
|
|
{
|
||
|
|
G_B129_0 = 1;
|
||
|
|
G_B129_1 = G_B128_0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0721:
|
||
|
|
{
|
||
|
|
NullCheck(G_B129_1);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)G_B129_1)->___underline = (bool)G_B129_0;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_195 = __this->___lpx;
|
||
|
|
NullCheck(L_195);
|
||
|
|
bool L_196 = L_195->___colorChanged;
|
||
|
|
if (L_196)
|
||
|
|
{
|
||
|
|
goto IL_0758;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_197 = ___3_parseOptions;
|
||
|
|
NullCheck(L_197);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_198 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&L_197->___linkColor);
|
||
|
|
float L_199 = L_198->___a;
|
||
|
|
if ((((float)L_199) == ((float)(0.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0758;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_200 = __this->___lpx;
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_201 = ___3_parseOptions;
|
||
|
|
NullCheck(L_201);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_202 = L_201->___linkColor;
|
||
|
|
NullCheck(L_200);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_200)->___color = L_202;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0758:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_203;
|
||
|
|
L_203 = bfs_GetElement_m1353018E6DEE6F42EAF2099D9A3A97D5BE4F2606(1, NULL);
|
||
|
|
V_9 = L_203;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_204 = V_9;
|
||
|
|
NullCheck(L_204);
|
||
|
|
bfs_FetchAttributes_mBEB1EB95F7519ABFBF094C29E4E75273E77DE4ED(L_204, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_205 = V_9;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_206 = V_9;
|
||
|
|
NullCheck(L_206);
|
||
|
|
String_t* L_207;
|
||
|
|
L_207 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_206, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, NULL);
|
||
|
|
NullCheck(L_205);
|
||
|
|
L_205->___name = L_207;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_205->___name), (void*)L_207);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_208 = V_9;
|
||
|
|
NullCheck(L_208);
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_209 = L_208->___format;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_210 = __this->___lpx;
|
||
|
|
NullCheck(L_210);
|
||
|
|
int32_t L_211 = ((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_210)->___align;
|
||
|
|
NullCheck(L_209);
|
||
|
|
L_209->___align = L_211;
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_212 = __this->___lpy;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_213 = V_9;
|
||
|
|
NullCheck(L_212);
|
||
|
|
List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_inline(L_212, L_213, List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_RuntimeMethod_var);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_07a3:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_214 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((!(((uint32_t)L_214) == ((uint32_t)1))))
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32(__this, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_215;
|
||
|
|
L_215 = bfs_GetElement_m1353018E6DEE6F42EAF2099D9A3A97D5BE4F2606(6, NULL);
|
||
|
|
V_10 = L_215;
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_216 = __this->___lpy;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_217 = V_10;
|
||
|
|
NullCheck(L_216);
|
||
|
|
List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_inline(L_216, L_217, List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_RuntimeMethod_var);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_07ce:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_218;
|
||
|
|
L_218 = bfs_GetElement_m1353018E6DEE6F42EAF2099D9A3A97D5BE4F2606(3, NULL);
|
||
|
|
V_11 = L_218;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_219 = V_11;
|
||
|
|
NullCheck(L_219);
|
||
|
|
bfs_FetchAttributes_mBEB1EB95F7519ABFBF094C29E4E75273E77DE4ED(L_219, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_220 = V_11;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_221 = V_11;
|
||
|
|
NullCheck(L_221);
|
||
|
|
String_t* L_222;
|
||
|
|
L_222 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_221, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, NULL);
|
||
|
|
NullCheck(L_220);
|
||
|
|
L_220->___name = L_222;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_220->___name), (void*)L_222);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_223 = V_11;
|
||
|
|
NullCheck(L_223);
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_224 = L_223->___format;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_225 = __this->___lpx;
|
||
|
|
NullCheck(L_224);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_224, L_225, NULL);
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_226 = __this->___lpy;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_227 = V_11;
|
||
|
|
NullCheck(L_226);
|
||
|
|
List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_inline(L_226, L_227, List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_RuntimeMethod_var);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0814:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_228 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (!L_228)
|
||
|
|
{
|
||
|
|
goto IL_0826;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_229 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((!(((uint32_t)L_229) == ((uint32_t)2))))
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0826:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17_il2cpp_TypeInfo_var);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_230;
|
||
|
|
L_230 = bfs_GetElement_m1353018E6DEE6F42EAF2099D9A3A97D5BE4F2606(4, NULL);
|
||
|
|
V_12 = L_230;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_231 = V_12;
|
||
|
|
NullCheck(L_231);
|
||
|
|
bfs_FetchAttributes_mBEB1EB95F7519ABFBF094C29E4E75273E77DE4ED(L_231, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_232 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_232)
|
||
|
|
{
|
||
|
|
goto IL_08e4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var);
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_233 = ((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqa;
|
||
|
|
NullCheck(L_233);
|
||
|
|
List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_inline(L_233, List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var);
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_234 = ((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqb;
|
||
|
|
NullCheck(L_234);
|
||
|
|
List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_inline(L_234, List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var);
|
||
|
|
goto IL_08b1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0855:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_235 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagName;
|
||
|
|
bool L_236;
|
||
|
|
L_236 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_235, _stringLiteral0226F08F1363B72919374BC9F1AABA0AF07295F0, NULL);
|
||
|
|
if (L_236)
|
||
|
|
{
|
||
|
|
goto IL_08b8;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_237 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagName;
|
||
|
|
bool L_238;
|
||
|
|
L_238 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_237, _stringLiteral41FDC774843900151F6C14D21FB4BAF0A6F1266E, NULL);
|
||
|
|
if (!L_238)
|
||
|
|
{
|
||
|
|
goto IL_08b1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_239 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (!L_239)
|
||
|
|
{
|
||
|
|
goto IL_0886;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_240 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((!(((uint32_t)L_240) == ((uint32_t)2))))
|
||
|
|
{
|
||
|
|
goto IL_08a1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0886:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var);
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_241 = ((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqb;
|
||
|
|
String_t* L_242 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_243;
|
||
|
|
L_243 = bgi_GetAttribute_m02BDC6DBBD41E21D85B3C5D2E7368277798829E6(_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, L_242, NULL);
|
||
|
|
NullCheck(L_241);
|
||
|
|
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_241, L_243, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
|
||
|
|
goto IL_08b1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_08a1:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var);
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_244 = ((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqa;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_245;
|
||
|
|
L_245 = bgi_GetText_m946F7B9095BECCCA363E4115953C239ED82C5AB3((bool)0, NULL);
|
||
|
|
NullCheck(L_244);
|
||
|
|
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_244, L_245, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_08b1:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
bool L_246;
|
||
|
|
L_246 = bgi_NextTag_m420A90BBA7BEA7DC1DC61DABA56565B34042D665(NULL);
|
||
|
|
if (L_246)
|
||
|
|
{
|
||
|
|
goto IL_0855;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_08b8:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_247 = V_12;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var);
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_248 = ((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqa;
|
||
|
|
NullCheck(L_248);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_249;
|
||
|
|
L_249 = List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A(L_248, List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
|
||
|
|
NullCheck(L_247);
|
||
|
|
bfs_Set_mB461F2C3269927F516DEB4AF232EE1CEC810AB92(L_247, _stringLiteralF300D2310959AF105732D339376803869D9B2B91, (RuntimeObject*)L_249, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_250 = V_12;
|
||
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_251 = ((bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_StaticFields*)il2cpp_codegen_static_fields_for(bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469_il2cpp_TypeInfo_var))->___lqb;
|
||
|
|
NullCheck(L_251);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_252;
|
||
|
|
L_252 = List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A(L_251, List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
|
||
|
|
NullCheck(L_250);
|
||
|
|
bfs_Set_mB461F2C3269927F516DEB4AF232EE1CEC810AB92(L_250, _stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6, (RuntimeObject*)L_252, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_08e4:
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_253 = V_12;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_254 = V_12;
|
||
|
|
NullCheck(L_254);
|
||
|
|
String_t* L_255;
|
||
|
|
L_255 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_254, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, NULL);
|
||
|
|
NullCheck(L_253);
|
||
|
|
L_253->___name = L_255;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_253->___name), (void*)L_255);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_256 = V_12;
|
||
|
|
NullCheck(L_256);
|
||
|
|
yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230* L_257 = L_256->___format;
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_258 = __this->___lpx;
|
||
|
|
NullCheck(L_257);
|
||
|
|
yt_CopyFrom_mFBAE36702985267CE29BDD0F4A225564DA98EC8A(L_257, L_258, NULL);
|
||
|
|
List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6* L_259 = __this->___lpy;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_260 = V_12;
|
||
|
|
NullCheck(L_259);
|
||
|
|
List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_inline(L_259, L_260, List_1_Add_mCCA982D1070E6FCF36F973A83AAE89773170BCEC_RuntimeMethod_var);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_091b:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_261 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_261)
|
||
|
|
{
|
||
|
|
goto IL_0981;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqu_mEB66EBE3C411F1B8E7A790158843EA8A0FAE53F7(__this, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_262;
|
||
|
|
L_262 = bgi_GetAttribute_mA91B1380D642F9DC1D9CCB2C23694F54F13347E8(_stringLiteral7FD0309C4E1869EE1B298882EFC54AEE23D1D2A7, NULL);
|
||
|
|
V_13 = L_262;
|
||
|
|
String_t* L_263 = V_13;
|
||
|
|
bool L_264;
|
||
|
|
L_264 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_263, _stringLiteralF26F502B14F503952C33ADFF928357DED0388E8D, NULL);
|
||
|
|
if (L_264)
|
||
|
|
{
|
||
|
|
goto IL_0952;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_265 = V_13;
|
||
|
|
bool L_266;
|
||
|
|
L_266 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_265, _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF, NULL);
|
||
|
|
if (L_266)
|
||
|
|
{
|
||
|
|
goto IL_0960;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_096c;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0952:
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_267 = __this->___lpx;
|
||
|
|
NullCheck(L_267);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_267)->___align = 1;
|
||
|
|
goto IL_096c;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0960:
|
||
|
|
{
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_268 = __this->___lpx;
|
||
|
|
NullCheck(L_268);
|
||
|
|
((yt_t77D94799DFB3451E77A6FE187260ECB42DEFF230*)L_268)->___align = 2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_096c:
|
||
|
|
{
|
||
|
|
bool L_269;
|
||
|
|
L_269 = bfz_fqw_mC078B82535C1E2E99FA6E149A82878F3305FEDA6(__this, NULL);
|
||
|
|
if (L_269)
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqx_m2A779B813FCBBE6FC34E8EBF9885DFD0727D2516(__this, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0981:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_270 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((!(((uint32_t)L_270) == ((uint32_t)1))))
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqx_m2A779B813FCBBE6FC34E8EBF9885DFD0727D2516(__this, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, NULL);
|
||
|
|
V_2 = (bool)1;
|
||
|
|
bfz_fqv_m5C79D9EAEB8D4CCCBD3495971578889FD11CDE32(__this, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_099e:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_271 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_271)
|
||
|
|
{
|
||
|
|
goto IL_09ba;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_272;
|
||
|
|
L_272 = bfz_fqw_mC078B82535C1E2E99FA6E149A82878F3305FEDA6(__this, NULL);
|
||
|
|
if (L_272)
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bfz_fqx_m2A779B813FCBBE6FC34E8EBF9885DFD0727D2516(__this, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, NULL);
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_09ba:
|
||
|
|
{
|
||
|
|
bfz_fqx_m2A779B813FCBBE6FC34E8EBF9885DFD0727D2516(__this, _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD, NULL);
|
||
|
|
V_2 = (bool)1;
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_09c9:
|
||
|
|
{
|
||
|
|
V_1 = (bool)1;
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_09cd:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_273 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (L_273)
|
||
|
|
{
|
||
|
|
goto IL_09da;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_274 = V_0;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_274, 1));
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_09da:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_275 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((!(((uint32_t)L_275) == ((uint32_t)1))))
|
||
|
|
{
|
||
|
|
goto IL_09e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_276 = V_0;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_276, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_09e6:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
bool L_277;
|
||
|
|
L_277 = bgi_NextTag_m420A90BBA7BEA7DC1DC61DABA56565B34042D665(NULL);
|
||
|
|
if (L_277)
|
||
|
|
{
|
||
|
|
goto IL_004a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_278 = V_0;
|
||
|
|
if (L_278)
|
||
|
|
{
|
||
|
|
goto IL_0a20;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_279 = V_1;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_280;
|
||
|
|
L_280 = bgi_GetText_m946F7B9095BECCCA363E4115953C239ED82C5AB3(L_279, NULL);
|
||
|
|
V_3 = L_280;
|
||
|
|
String_t* L_281 = V_3;
|
||
|
|
NullCheck(L_281);
|
||
|
|
int32_t L_282;
|
||
|
|
L_282 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_281, NULL);
|
||
|
|
if ((((int32_t)L_282) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0a20;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_283 = V_2;
|
||
|
|
if (!L_283)
|
||
|
|
{
|
||
|
|
goto IL_0a19;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_284 = V_3;
|
||
|
|
NullCheck(L_284);
|
||
|
|
Il2CppChar L_285;
|
||
|
|
L_285 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_284, 0, NULL);
|
||
|
|
if ((!(((uint32_t)L_285) == ((uint32_t)((int32_t)10)))))
|
||
|
|
{
|
||
|
|
goto IL_0a19;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_286 = V_3;
|
||
|
|
NullCheck(L_286);
|
||
|
|
String_t* L_287;
|
||
|
|
L_287 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_286, 1, NULL);
|
||
|
|
V_3 = L_287;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0a19:
|
||
|
|
{
|
||
|
|
String_t* L_288 = V_3;
|
||
|
|
bfz_fqx_m2A779B813FCBBE6FC34E8EBF9885DFD0727D2516(__this, L_288, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0a20:
|
||
|
|
{
|
||
|
|
__this->___lpy = (List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpy), (void*)(List_1_t7ACD1954C60ACD294129C258E460430CA7CCCCF6*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfz__ctor_mCF251CBC92A57144C42BBD2E4CF05E0B79745A9A (bfz_t060654DF5D54EEDB007064AE4A9C0E56E1C3A469* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7378FB9E49C2174C7EBCA2FB216F6879361311EC_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA* L_0 = (List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA*)il2cpp_codegen_object_new(List_1_t677E8C10AD409B37CAD08CE4803248743CC39CDA_il2cpp_TypeInfo_var);
|
||
|
|
List_1__ctor_m7378FB9E49C2174C7EBCA2FB216F6879361311EC(L_0, List_1__ctor_m7378FB9E49C2174C7EBCA2FB216F6879361311EC_RuntimeMethod_var);
|
||
|
|
__this->___lpv = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpv), (void*)L_0);
|
||
|
|
bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* L_1 = (bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68*)il2cpp_codegen_object_new(bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68_il2cpp_TypeInfo_var);
|
||
|
|
bfy__ctor_m4B004892028D6401080D849075D9BDE4A319D9D4(L_1, NULL);
|
||
|
|
__this->___lpx = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpx), (void*)L_1);
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_2 = (bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B*)il2cpp_codegen_object_new(bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B_il2cpp_TypeInfo_var);
|
||
|
|
bfx__ctor_m1BECC76D8106419036F1C33AB18A308FB7563836(L_2, NULL);
|
||
|
|
__this->___lpz = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lpz), (void*)L_2);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bfy__ctor_m4B004892028D6401080D849075D9BDE4A319D9D4 (bfy_tE2CFCF5BD8C3498F9F30A352DEFCA1215F25FF68* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yt__ctor_mDA29EE1F647A4C522791E845925EDAA99EBBB7E9(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bbt_tD57E350288A36099A911CA5A9F92152635E20914* bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0 (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0 = __this->___U3ClqcU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga_fqy_mF24FFAE373C9CC2F54E9C62BBE90B1CA61A2BE9B (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, bbt_tD57E350288A36099A911CA5A9F92152635E20914* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0 = ___0_a;
|
||
|
|
__this->___U3ClqcU3Ek__BackingField = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClqcU3Ek__BackingField), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga__ctor_m38A8DE8364D0D6962CDAA8820CF9BD74292B375F (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14F91CF1C2AC70BF1DD8219E492D98C40BBB7545);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bga_fqz_m3F7F35624C3C64CFAF6ABDA857F0A63BB727E10A_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bga_t4190CA027505DF11492C1FAE93119D37983DA35F_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
String_t* L_0 = ((bga_t4190CA027505DF11492C1FAE93119D37983DA35F_StaticFields*)il2cpp_codegen_static_fields_for(bga_t4190CA027505DF11492C1FAE93119D37983DA35F_il2cpp_TypeInfo_var))->___resource;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0035;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ((bga_t4190CA027505DF11492C1FAE93119D37983DA35F_StaticFields*)il2cpp_codegen_static_fields_for(bga_t4190CA027505DF11492C1FAE93119D37983DA35F_il2cpp_TypeInfo_var))->___resource;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bfj_tA5B7F679CB6E2C39DC57BBA20816DA970837A963_il2cpp_TypeInfo_var);
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_2;
|
||
|
|
L_2 = bfj_CreateObjectFromURL_mC446F698DBED5AEE9F0FC79DCC2DD8B4A7FE226F(L_1, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_3;
|
||
|
|
L_3 = bdc_get_asComboBox_m5CF6D122E02B2322A6149550250BEB64AB2B3729(L_2, NULL);
|
||
|
|
bga_fqy_mF24FFAE373C9CC2F54E9C62BBE90B1CA61A2BE9B_inline(__this, L_3, NULL);
|
||
|
|
zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* L_4 = (zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD*)il2cpp_codegen_object_new(zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD_il2cpp_TypeInfo_var);
|
||
|
|
zb__ctor_mAB816C3AB13EFD02D4C7A15A76E604E2F47349DC(L_4, __this, (intptr_t)((void*)bga_fqz_m3F7F35624C3C64CFAF6ABDA857F0A63BB727E10A_RuntimeMethod_var), NULL);
|
||
|
|
__this->___lqf = L_4;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqf), (void*)L_4);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0035:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
||
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral14F91CF1C2AC70BF1DD8219E492D98C40BBB7545, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* bga_get_displayObject_m7B33709F0B89337E2181C49EA4CA04BB10A9A5DB (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0;
|
||
|
|
L_0 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_0);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_1;
|
||
|
|
L_1 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* bga_get_element_m4650A2876094923F835AC0070DE1B33050AE813A (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_0 = __this->___lqe;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bga_get_width_mDC98EE7F843626F084DFB9F8200872DFFCAE7D75 (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0;
|
||
|
|
L_0 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (0.0f);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000e:
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_1;
|
||
|
|
L_1 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline(L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bga_get_height_mFA880F04B831F247E9AB85D424B7C029ACD83726 (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0;
|
||
|
|
L_0 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (0.0f);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000e:
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_1;
|
||
|
|
L_1 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
float L_2;
|
||
|
|
L_2 = bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline(L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga_Create_m285C63233DF64E6A1D1F0A545C774E10390884C7 (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, yj_t7E888C1672200288B0BEF20734D84E26975E004F* ___0_owner, bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* ___1_element, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF300D2310959AF105732D339376803869D9B2B91);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = ___0_owner;
|
||
|
|
__this->___lqd = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqd), (void*)L_0);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_1 = ___1_element;
|
||
|
|
__this->___lqe = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqe), (void*)L_1);
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_2;
|
||
|
|
L_2 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
if (L_2)
|
||
|
|
{
|
||
|
|
goto IL_0017;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0017:
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_3;
|
||
|
|
L_3 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
ze_t9FEC90C29686117FA72153B0777ECE9B4E4B0E8F* L_4;
|
||
|
|
L_4 = bbt_get_onChanged_m0B6CED2D4F170BC81169F23835D7B5BED2A3FE0F(L_3, NULL);
|
||
|
|
zb_t7CD3748D7E31B664654EDA7B75B62816AC05DDDD* L_5 = __this->___lqf;
|
||
|
|
NullCheck(L_4);
|
||
|
|
ze_Add_m6C865A7C086FAA45474B4F709879B244CED3752C(L_4, L_5, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_6 = ___1_element;
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_7;
|
||
|
|
L_7 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_7);
|
||
|
|
int32_t L_8 = ((bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C*)L_7)->___sourceWidth;
|
||
|
|
NullCheck(L_6);
|
||
|
|
int32_t L_9;
|
||
|
|
L_9 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_6, _stringLiteralEBF5FE0CBF3EEA67902EEA700B7216E3DB0D8E84, L_8, NULL);
|
||
|
|
V_0 = L_9;
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_10 = ___1_element;
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_11;
|
||
|
|
L_11 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_11);
|
||
|
|
int32_t L_12 = ((bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C*)L_11)->___sourceHeight;
|
||
|
|
NullCheck(L_10);
|
||
|
|
int32_t L_13;
|
||
|
|
L_13 = bfs_GetInt_m0F1E2B9B991843A66F62B4DAB7617B4DD1F55C70(L_10, _stringLiteral647E0FB2B5E859CC4BD7C73623B82C8EFABA2563, L_12, NULL);
|
||
|
|
V_1 = L_13;
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_14;
|
||
|
|
L_14 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
int32_t L_15 = V_0;
|
||
|
|
int32_t L_16 = V_1;
|
||
|
|
NullCheck(L_14);
|
||
|
|
bdc_SetSize_m43AA3B6570E6A117F30F4A3B3E3F347498A20C34(L_14, ((float)L_15), ((float)L_16), NULL);
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_17;
|
||
|
|
L_17 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_18 = ___1_element;
|
||
|
|
NullCheck(L_18);
|
||
|
|
RuntimeObject* L_19;
|
||
|
|
L_19 = bfs_Get_mC4C958729DB59D56666B0FF5BE5C87995557BB97(L_18, _stringLiteralF300D2310959AF105732D339376803869D9B2B91, NULL);
|
||
|
|
NullCheck(L_17);
|
||
|
|
bbt_set_items_mF808F16CF5CD6FAEB2D40C375CAAF0A556990E44(L_17, ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_19, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), NULL);
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_20;
|
||
|
|
L_20 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_21 = ___1_element;
|
||
|
|
NullCheck(L_21);
|
||
|
|
RuntimeObject* L_22;
|
||
|
|
L_22 = bfs_Get_mC4C958729DB59D56666B0FF5BE5C87995557BB97(L_21, _stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6, NULL);
|
||
|
|
NullCheck(L_20);
|
||
|
|
bbt_set_values_mDC5B4089955F0316B633C9C393617781F51A453A(L_20, ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_22, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), NULL);
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_23;
|
||
|
|
L_23 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17* L_24 = ___1_element;
|
||
|
|
NullCheck(L_24);
|
||
|
|
String_t* L_25;
|
||
|
|
L_25 = bfs_GetString_m75FE51F30B8E5CE74C337ADFA40C0547F4EA8D09(L_24, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, NULL);
|
||
|
|
NullCheck(L_23);
|
||
|
|
bbt_set_value_m1D5D8932810B64B587D4E4E0507632C005737EF5(L_23, L_25, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga_SetPosition_mF57D6C01B8283D76B9A4EB42354F7AC031E7B9FF (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0;
|
||
|
|
L_0 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_1;
|
||
|
|
L_1 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
float L_2 = ___0_x;
|
||
|
|
float L_3 = ___1_y;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bdc_SetXY_m23FEB0AE14DB81ED4C30AAFDCF068B5BC68F6EBC(L_1, L_2, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga_Add_m344E4981B166FA623AFC96C19B564062CF696555 (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0;
|
||
|
|
L_0 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_001f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_1 = __this->___lqd;
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_2;
|
||
|
|
L_2 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_3;
|
||
|
|
L_3 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_2, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_4;
|
||
|
|
L_4 = wd_AddChild_m87976EEF96A6136390175411A427F0705F0DE810(L_1, L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001f:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga_Remove_m3E70474A2F8254E45993E856B1F13A5BFD8A2D25 (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0;
|
||
|
|
L_0 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0031;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_1;
|
||
|
|
L_1 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_2;
|
||
|
|
L_2 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_1, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* L_3;
|
||
|
|
L_3 = wg_get_parent_m3592F372D5D8E49E6ED7F22391FE46BC1136D4DD_inline(L_2, NULL);
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0031;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_4 = __this->___lqd;
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_5;
|
||
|
|
L_5 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_5);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_6;
|
||
|
|
L_6 = bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline(L_5, NULL);
|
||
|
|
NullCheck(L_4);
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_7;
|
||
|
|
L_7 = wd_RemoveChild_mD35D640214CC3A5D1583ED125275A2B9728EAF8C(L_4, L_6, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0031:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga_Release_mB4B6EE0214B2D136586559758BBDA819CAE47933 (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0;
|
||
|
|
L_0 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_1;
|
||
|
|
L_1 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
zd_RemoveEventListeners_m8B31BC92E0D97A16CBB7270D7E4E064D282E9D5D(L_1, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
__this->___lqd = (yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqd), (void*)(yj_t7E888C1672200288B0BEF20734D84E26975E004F*)NULL);
|
||
|
|
__this->___lqe = (bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqe), (void*)(bfs_t0083F7669787CDF592BB22A6B5AEED4BEBEB5D17*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga_Dispose_mB2233C76AD360CA615ACABC4172A28DE463CC1CB (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0;
|
||
|
|
L_0 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_1;
|
||
|
|
L_1 = bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline(__this, NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
VirtualActionInvoker0::Invoke(32, L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bga_fqz_m3F7F35624C3C64CFAF6ABDA857F0A63BB727E10A (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE374C7C42659463940ECC6AF6CD9D523B4C5F6E0);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
yj_t7E888C1672200288B0BEF20734D84E26975E004F* L_0 = __this->___lqd;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bool L_1;
|
||
|
|
L_1 = zd_DispatchEvent_mB6108EE96ED3705973578E3505C3AA41E04607D6(L_0, _stringLiteralE374C7C42659463940ECC6AF6CD9D523B4C5F6E0, NULL, __this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_ooz_mA7F3278AB224FDA3A9D1226FFA2C2CD56DC1B6B9 (uint32_t ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
uint32_t L_0 = ___0_value;
|
||
|
|
uint32_t L_1 = ___0_value;
|
||
|
|
uint32_t L_2 = ___0_value;
|
||
|
|
uint32_t L_3 = ___0_value;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
||
|
|
memset((&L_4), 0, sizeof(L_4));
|
||
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_4), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_0>>((int32_t)13)))&((int32_t)22)))))/(-9868.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_1>>8))&((int32_t)-2)))))/(-1806.0f))), ((float)(((float)((double)(uint32_t)((int32_t)((int32_t)L_2&((int32_t)57)))))/(-2700.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_3>>((int32_t)72)))&((int32_t)-83)))))/(-4764.0f))), NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2 (String_t* ___0_str, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_str;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
||
|
|
if ((((int32_t)L_1) < ((int32_t)7)))
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_str;
|
||
|
|
NullCheck(L_2);
|
||
|
|
Il2CppChar L_3;
|
||
|
|
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL);
|
||
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)35))))
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
||
|
|
L_4 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
String_t* L_5 = ___0_str;
|
||
|
|
NullCheck(L_5);
|
||
|
|
int32_t L_6;
|
||
|
|
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
|
||
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)9)))))
|
||
|
|
{
|
||
|
|
goto IL_00a3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_7 = ___0_str;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Il2CppChar L_8;
|
||
|
|
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, 3, NULL);
|
||
|
|
int32_t L_9;
|
||
|
|
L_9 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_8, NULL);
|
||
|
|
String_t* L_10 = ___0_str;
|
||
|
|
NullCheck(L_10);
|
||
|
|
Il2CppChar L_11;
|
||
|
|
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, 4, NULL);
|
||
|
|
int32_t L_12;
|
||
|
|
L_12 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_11, NULL);
|
||
|
|
String_t* L_13 = ___0_str;
|
||
|
|
NullCheck(L_13);
|
||
|
|
Il2CppChar L_14;
|
||
|
|
L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, 5, NULL);
|
||
|
|
int32_t L_15;
|
||
|
|
L_15 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_14, NULL);
|
||
|
|
String_t* L_16 = ___0_str;
|
||
|
|
NullCheck(L_16);
|
||
|
|
Il2CppChar L_17;
|
||
|
|
L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, 6, NULL);
|
||
|
|
int32_t L_18;
|
||
|
|
L_18 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_17, NULL);
|
||
|
|
String_t* L_19 = ___0_str;
|
||
|
|
NullCheck(L_19);
|
||
|
|
Il2CppChar L_20;
|
||
|
|
L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_19, 7, NULL);
|
||
|
|
int32_t L_21;
|
||
|
|
L_21 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_20, NULL);
|
||
|
|
String_t* L_22 = ___0_str;
|
||
|
|
NullCheck(L_22);
|
||
|
|
Il2CppChar L_23;
|
||
|
|
L_23 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_22, 8, NULL);
|
||
|
|
int32_t L_24;
|
||
|
|
L_24 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_23, NULL);
|
||
|
|
String_t* L_25 = ___0_str;
|
||
|
|
NullCheck(L_25);
|
||
|
|
Il2CppChar L_26;
|
||
|
|
L_26 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_25, 1, NULL);
|
||
|
|
int32_t L_27;
|
||
|
|
L_27 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_26, NULL);
|
||
|
|
String_t* L_28 = ___0_str;
|
||
|
|
NullCheck(L_28);
|
||
|
|
Il2CppChar L_29;
|
||
|
|
L_29 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_28, 2, NULL);
|
||
|
|
int32_t L_30;
|
||
|
|
L_30 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_29, NULL);
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_31;
|
||
|
|
memset((&L_31), 0, sizeof(L_31));
|
||
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_31), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_9, ((int32_t)16))), L_12))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)16))), L_18))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_21, ((int32_t)16))), L_24))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_27, ((int32_t)16))), L_30))), NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_32;
|
||
|
|
L_32 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_31, NULL);
|
||
|
|
return L_32;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a3:
|
||
|
|
{
|
||
|
|
String_t* L_33 = ___0_str;
|
||
|
|
NullCheck(L_33);
|
||
|
|
Il2CppChar L_34;
|
||
|
|
L_34 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_33, 1, NULL);
|
||
|
|
int32_t L_35;
|
||
|
|
L_35 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_34, NULL);
|
||
|
|
String_t* L_36 = ___0_str;
|
||
|
|
NullCheck(L_36);
|
||
|
|
Il2CppChar L_37;
|
||
|
|
L_37 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_36, 2, NULL);
|
||
|
|
int32_t L_38;
|
||
|
|
L_38 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_37, NULL);
|
||
|
|
String_t* L_39 = ___0_str;
|
||
|
|
NullCheck(L_39);
|
||
|
|
Il2CppChar L_40;
|
||
|
|
L_40 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_39, 3, NULL);
|
||
|
|
int32_t L_41;
|
||
|
|
L_41 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_40, NULL);
|
||
|
|
String_t* L_42 = ___0_str;
|
||
|
|
NullCheck(L_42);
|
||
|
|
Il2CppChar L_43;
|
||
|
|
L_43 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_42, 4, NULL);
|
||
|
|
int32_t L_44;
|
||
|
|
L_44 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_43, NULL);
|
||
|
|
String_t* L_45 = ___0_str;
|
||
|
|
NullCheck(L_45);
|
||
|
|
Il2CppChar L_46;
|
||
|
|
L_46 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_45, 5, NULL);
|
||
|
|
int32_t L_47;
|
||
|
|
L_47 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_46, NULL);
|
||
|
|
String_t* L_48 = ___0_str;
|
||
|
|
NullCheck(L_48);
|
||
|
|
Il2CppChar L_49;
|
||
|
|
L_49 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_48, 6, NULL);
|
||
|
|
int32_t L_50;
|
||
|
|
L_50 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_49, NULL);
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_51;
|
||
|
|
memset((&L_51), 0, sizeof(L_51));
|
||
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_51), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_35, ((int32_t)16))), L_38))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_41, ((int32_t)16))), L_44))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_47, ((int32_t)16))), L_50))), (uint8_t)((int32_t)255), NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_52;
|
||
|
|
L_52 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_51, NULL);
|
||
|
|
return L_52;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgd_kdn_m7545FBA5BBA131C0C235A0F7D918F5071DB7C3F6 (Il2CppChar ___0_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Il2CppChar L_0 = ___0_c;
|
||
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)47))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_1 = ___0_c;
|
||
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)-55))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_2 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)14)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
Il2CppChar L_3 = ___0_c;
|
||
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)-5))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_4 = ___0_c;
|
||
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)16))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_5 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)65), (int32_t)L_5)), ((int32_t)90)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
Il2CppChar L_6 = ___0_c;
|
||
|
|
if ((((int32_t)L_6) < ((int32_t)((int32_t)23))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_7 = ___0_c;
|
||
|
|
if ((((int32_t)L_7) > ((int32_t)((int32_t)56))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_8 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)-91), (int32_t)L_8)), ((int32_t)55)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0033:
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_cfe_m0578E8498015B2A1B7356081215DBC792B57A4CE (String_t* ___0_str, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_str;
|
||
|
|
NullCheck(L_0);
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
||
|
|
if ((((int32_t)L_1) < ((int32_t)7)))
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___0_str;
|
||
|
|
NullCheck(L_2);
|
||
|
|
Il2CppChar L_3;
|
||
|
|
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL);
|
||
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)18))))
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
||
|
|
L_4 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
String_t* L_5 = ___0_str;
|
||
|
|
NullCheck(L_5);
|
||
|
|
int32_t L_6;
|
||
|
|
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
|
||
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)-76)))))
|
||
|
|
{
|
||
|
|
goto IL_00a3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_7 = ___0_str;
|
||
|
|
NullCheck(L_7);
|
||
|
|
Il2CppChar L_8;
|
||
|
|
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, 3, NULL);
|
||
|
|
int32_t L_9;
|
||
|
|
L_9 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_8, NULL);
|
||
|
|
String_t* L_10 = ___0_str;
|
||
|
|
NullCheck(L_10);
|
||
|
|
Il2CppChar L_11;
|
||
|
|
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, 4, NULL);
|
||
|
|
int32_t L_12;
|
||
|
|
L_12 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_11, NULL);
|
||
|
|
String_t* L_13 = ___0_str;
|
||
|
|
NullCheck(L_13);
|
||
|
|
Il2CppChar L_14;
|
||
|
|
L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, 5, NULL);
|
||
|
|
int32_t L_15;
|
||
|
|
L_15 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_14, NULL);
|
||
|
|
String_t* L_16 = ___0_str;
|
||
|
|
NullCheck(L_16);
|
||
|
|
Il2CppChar L_17;
|
||
|
|
L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, 6, NULL);
|
||
|
|
int32_t L_18;
|
||
|
|
L_18 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_17, NULL);
|
||
|
|
String_t* L_19 = ___0_str;
|
||
|
|
NullCheck(L_19);
|
||
|
|
Il2CppChar L_20;
|
||
|
|
L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_19, 7, NULL);
|
||
|
|
int32_t L_21;
|
||
|
|
L_21 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_20, NULL);
|
||
|
|
String_t* L_22 = ___0_str;
|
||
|
|
NullCheck(L_22);
|
||
|
|
Il2CppChar L_23;
|
||
|
|
L_23 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_22, 8, NULL);
|
||
|
|
int32_t L_24;
|
||
|
|
L_24 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_23, NULL);
|
||
|
|
String_t* L_25 = ___0_str;
|
||
|
|
NullCheck(L_25);
|
||
|
|
Il2CppChar L_26;
|
||
|
|
L_26 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_25, 1, NULL);
|
||
|
|
int32_t L_27;
|
||
|
|
L_27 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_26, NULL);
|
||
|
|
String_t* L_28 = ___0_str;
|
||
|
|
NullCheck(L_28);
|
||
|
|
Il2CppChar L_29;
|
||
|
|
L_29 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_28, 2, NULL);
|
||
|
|
int32_t L_30;
|
||
|
|
L_30 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_29, NULL);
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_31;
|
||
|
|
memset((&L_31), 0, sizeof(L_31));
|
||
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_31), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_9, ((int32_t)-64))), L_12))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_15, ((int32_t)-60))), L_18))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_21, ((int32_t)-40))), L_24))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_27, ((int32_t)13))), L_30))), NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_32;
|
||
|
|
L_32 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_31, NULL);
|
||
|
|
return L_32;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a3:
|
||
|
|
{
|
||
|
|
String_t* L_33 = ___0_str;
|
||
|
|
NullCheck(L_33);
|
||
|
|
Il2CppChar L_34;
|
||
|
|
L_34 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_33, 1, NULL);
|
||
|
|
int32_t L_35;
|
||
|
|
L_35 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_34, NULL);
|
||
|
|
String_t* L_36 = ___0_str;
|
||
|
|
NullCheck(L_36);
|
||
|
|
Il2CppChar L_37;
|
||
|
|
L_37 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_36, 2, NULL);
|
||
|
|
int32_t L_38;
|
||
|
|
L_38 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_37, NULL);
|
||
|
|
String_t* L_39 = ___0_str;
|
||
|
|
NullCheck(L_39);
|
||
|
|
Il2CppChar L_40;
|
||
|
|
L_40 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_39, 3, NULL);
|
||
|
|
int32_t L_41;
|
||
|
|
L_41 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_40, NULL);
|
||
|
|
String_t* L_42 = ___0_str;
|
||
|
|
NullCheck(L_42);
|
||
|
|
Il2CppChar L_43;
|
||
|
|
L_43 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_42, 4, NULL);
|
||
|
|
int32_t L_44;
|
||
|
|
L_44 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_43, NULL);
|
||
|
|
String_t* L_45 = ___0_str;
|
||
|
|
NullCheck(L_45);
|
||
|
|
Il2CppChar L_46;
|
||
|
|
L_46 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_45, 5, NULL);
|
||
|
|
int32_t L_47;
|
||
|
|
L_47 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_46, NULL);
|
||
|
|
String_t* L_48 = ___0_str;
|
||
|
|
NullCheck(L_48);
|
||
|
|
Il2CppChar L_49;
|
||
|
|
L_49 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_48, 6, NULL);
|
||
|
|
int32_t L_50;
|
||
|
|
L_50 = bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC(L_49, NULL);
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_51;
|
||
|
|
memset((&L_51), 0, sizeof(L_51));
|
||
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_51), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_35, ((int32_t)83))), L_38))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_41, ((int32_t)-64))), L_44))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_47, ((int32_t)-39))), L_50))), (uint8_t)((int32_t)-58), NULL);
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_52;
|
||
|
|
L_52 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_51, NULL);
|
||
|
|
return L_52;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgd_eru_m13F89D4408D42528D86917BFB4A4CBE5651D2C48 (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_uv, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___1_baseUVRect, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
float V_2 = 0.0f;
|
||
|
|
float V_3 = 0.0f;
|
||
|
|
float V_4 = 0.0f;
|
||
|
|
int32_t V_5 = 0;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
|
||
|
|
memset((&V_6), 0, sizeof(V_6));
|
||
|
|
{
|
||
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_0 = ___0_uv;
|
||
|
|
NullCheck(L_0);
|
||
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_1 = ___1_baseUVRect;
|
||
|
|
float L_2;
|
||
|
|
L_2 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_1, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_3 = ___1_baseUVRect;
|
||
|
|
float L_4;
|
||
|
|
L_4 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_3, NULL);
|
||
|
|
float L_5;
|
||
|
|
L_5 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_2, L_4, NULL);
|
||
|
|
V_1 = L_5;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_6 = ___1_baseUVRect;
|
||
|
|
float L_7;
|
||
|
|
L_7 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_6, NULL);
|
||
|
|
V_2 = L_7;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_8 = ___1_baseUVRect;
|
||
|
|
float L_9;
|
||
|
|
L_9 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_8, NULL);
|
||
|
|
V_3 = L_9;
|
||
|
|
float L_10 = V_2;
|
||
|
|
float L_11 = V_3;
|
||
|
|
if ((!(((float)L_10) > ((float)L_11))))
|
||
|
|
{
|
||
|
|
goto IL_0031;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_12 = V_3;
|
||
|
|
V_2 = L_12;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_13 = ___1_baseUVRect;
|
||
|
|
float L_14;
|
||
|
|
L_14 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_13, NULL);
|
||
|
|
V_3 = L_14;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0031:
|
||
|
|
{
|
||
|
|
V_5 = 0;
|
||
|
|
goto IL_0078;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_15 = ___0_uv;
|
||
|
|
int32_t L_16 = V_5;
|
||
|
|
NullCheck(L_15);
|
||
|
|
int32_t L_17 = L_16;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
||
|
|
V_6 = L_18;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19 = V_6;
|
||
|
|
float L_20 = L_19.___y;
|
||
|
|
V_4 = L_20;
|
||
|
|
float L_21 = V_2;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_6;
|
||
|
|
float L_23 = L_22.___x;
|
||
|
|
float L_24 = V_1;
|
||
|
|
(&V_6)->___y = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(L_21, L_23)), L_24));
|
||
|
|
float L_25 = V_1;
|
||
|
|
float L_26 = V_3;
|
||
|
|
float L_27 = V_4;
|
||
|
|
(&V_6)->___x = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(L_25, L_26)), L_27));
|
||
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_28 = ___0_uv;
|
||
|
|
int32_t L_29 = V_5;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30 = V_6;
|
||
|
|
NullCheck(L_28);
|
||
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_30);
|
||
|
|
int32_t L_31 = V_5;
|
||
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0078:
|
||
|
|
{
|
||
|
|
int32_t L_32 = V_5;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
if ((((int32_t)L_32) < ((int32_t)L_33)))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgd_kxd_mDCF290A6DD2901E872DCB3158E049BD05E4BCAA0 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_matrix, float ___1_skewX, float ___2_skewY, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
float V_2 = 0.0f;
|
||
|
|
float V_3 = 0.0f;
|
||
|
|
float V_4 = 0.0f;
|
||
|
|
float V_5 = 0.0f;
|
||
|
|
float V_6 = 0.0f;
|
||
|
|
float V_7 = 0.0f;
|
||
|
|
float V_8 = 0.0f;
|
||
|
|
float V_9 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = ___1_skewX;
|
||
|
|
___1_skewX = ((float)il2cpp_codegen_multiply(((-L_0)), (-7254.0f)));
|
||
|
|
float L_1 = ___2_skewY;
|
||
|
|
___2_skewY = ((float)il2cpp_codegen_multiply(((-L_1)), (971.0f)));
|
||
|
|
float L_2 = ___1_skewX;
|
||
|
|
float L_3;
|
||
|
|
L_3 = sinf(L_2);
|
||
|
|
V_0 = L_3;
|
||
|
|
float L_4 = ___1_skewX;
|
||
|
|
float L_5;
|
||
|
|
L_5 = cosf(L_4);
|
||
|
|
V_1 = L_5;
|
||
|
|
float L_6 = ___2_skewY;
|
||
|
|
float L_7;
|
||
|
|
L_7 = sinf(L_6);
|
||
|
|
V_2 = L_7;
|
||
|
|
float L_8 = ___2_skewY;
|
||
|
|
float L_9;
|
||
|
|
L_9 = cosf(L_8);
|
||
|
|
V_3 = L_9;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_10 = ___0_matrix;
|
||
|
|
float L_11 = L_10->___m00;
|
||
|
|
float L_12 = V_3;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_13 = ___0_matrix;
|
||
|
|
float L_14 = L_13->___m10;
|
||
|
|
float L_15 = V_0;
|
||
|
|
V_4 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_11, L_12)), ((float)il2cpp_codegen_multiply(L_14, L_15))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_16 = ___0_matrix;
|
||
|
|
float L_17 = L_16->___m00;
|
||
|
|
float L_18 = V_2;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_19 = ___0_matrix;
|
||
|
|
float L_20 = L_19->___m10;
|
||
|
|
float L_21 = V_1;
|
||
|
|
V_5 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_17, L_18)), ((float)il2cpp_codegen_multiply(L_20, L_21))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_22 = ___0_matrix;
|
||
|
|
float L_23 = L_22->___m01;
|
||
|
|
float L_24 = V_3;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_25 = ___0_matrix;
|
||
|
|
float L_26 = L_25->___m11;
|
||
|
|
float L_27 = V_0;
|
||
|
|
V_6 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_23, L_24)), ((float)il2cpp_codegen_multiply(L_26, L_27))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_28 = ___0_matrix;
|
||
|
|
float L_29 = L_28->___m01;
|
||
|
|
float L_30 = V_2;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_31 = ___0_matrix;
|
||
|
|
float L_32 = L_31->___m11;
|
||
|
|
float L_33 = V_1;
|
||
|
|
V_7 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_29, L_30)), ((float)il2cpp_codegen_multiply(L_32, L_33))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_34 = ___0_matrix;
|
||
|
|
float L_35 = L_34->___m02;
|
||
|
|
float L_36 = V_3;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_37 = ___0_matrix;
|
||
|
|
float L_38 = L_37->___m12;
|
||
|
|
float L_39 = V_0;
|
||
|
|
V_8 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_35, L_36)), ((float)il2cpp_codegen_multiply(L_38, L_39))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_40 = ___0_matrix;
|
||
|
|
float L_41 = L_40->___m02;
|
||
|
|
float L_42 = V_2;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_43 = ___0_matrix;
|
||
|
|
float L_44 = L_43->___m12;
|
||
|
|
float L_45 = V_1;
|
||
|
|
V_9 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_41, L_42)), ((float)il2cpp_codegen_multiply(L_44, L_45))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_46 = ___0_matrix;
|
||
|
|
float L_47 = V_4;
|
||
|
|
L_46->___m00 = L_47;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_48 = ___0_matrix;
|
||
|
|
float L_49 = V_5;
|
||
|
|
L_48->___m10 = L_49;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_50 = ___0_matrix;
|
||
|
|
float L_51 = V_6;
|
||
|
|
L_50->___m01 = L_51;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_52 = ___0_matrix;
|
||
|
|
float L_53 = V_7;
|
||
|
|
L_52->___m11 = L_53;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_54 = ___0_matrix;
|
||
|
|
float L_55 = V_8;
|
||
|
|
L_54->___m02 = L_55;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_56 = ___0_matrix;
|
||
|
|
float L_57 = V_9;
|
||
|
|
L_56->___m12 = L_57;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgd_ii_m9E483F865A3107F358A527678A94C4C087E50C77 (Il2CppChar ___0_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Il2CppChar L_0 = ___0_c;
|
||
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)43))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_1 = ___0_c;
|
||
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)10))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_2 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)-69)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
Il2CppChar L_3 = ___0_c;
|
||
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)-6))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_4 = ___0_c;
|
||
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)-16))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_5 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)-19), (int32_t)L_5)), ((int32_t)54)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
Il2CppChar L_6 = ___0_c;
|
||
|
|
if ((((int32_t)L_6) < ((int32_t)((int32_t)-23))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_7 = ___0_c;
|
||
|
|
if ((((int32_t)L_7) > ((int32_t)((int32_t)97))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_8 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)86), (int32_t)L_8)), ((int32_t)-98)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0033:
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_buk_m39632B898A8C3CA718A1C4154B68AB31D7191D95 (uint32_t ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
uint32_t L_0 = ___0_value;
|
||
|
|
uint32_t L_1 = ___0_value;
|
||
|
|
uint32_t L_2 = ___0_value;
|
||
|
|
uint32_t L_3 = ___0_value;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
||
|
|
memset((&L_4), 0, sizeof(L_4));
|
||
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_4), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_0>>((int32_t)-92)))&((int32_t)-4)))))/(9466.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_1>>8))&((int32_t)38)))))/(-3967.0f))), ((float)(((float)((double)(uint32_t)((int32_t)((int32_t)L_2&((int32_t)28)))))/(9744.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_3>>((int32_t)-49)))&((int32_t)24)))))/(3386.0f))), NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgd_RotateUV_mB3A68F8BADECB3F683610DB3CBF304C84BEF0690 (Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___0_uv, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___1_baseUVRect, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
float V_2 = 0.0f;
|
||
|
|
float V_3 = 0.0f;
|
||
|
|
float V_4 = 0.0f;
|
||
|
|
int32_t V_5 = 0;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
|
||
|
|
memset((&V_6), 0, sizeof(V_6));
|
||
|
|
{
|
||
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_0 = ___0_uv;
|
||
|
|
NullCheck(L_0);
|
||
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_1 = ___1_baseUVRect;
|
||
|
|
float L_2;
|
||
|
|
L_2 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_1, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_3 = ___1_baseUVRect;
|
||
|
|
float L_4;
|
||
|
|
L_4 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_3, NULL);
|
||
|
|
float L_5;
|
||
|
|
L_5 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_2, L_4, NULL);
|
||
|
|
V_1 = L_5;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_6 = ___1_baseUVRect;
|
||
|
|
float L_7;
|
||
|
|
L_7 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_6, NULL);
|
||
|
|
V_2 = L_7;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_8 = ___1_baseUVRect;
|
||
|
|
float L_9;
|
||
|
|
L_9 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_8, NULL);
|
||
|
|
V_3 = L_9;
|
||
|
|
float L_10 = V_2;
|
||
|
|
float L_11 = V_3;
|
||
|
|
if ((!(((float)L_10) > ((float)L_11))))
|
||
|
|
{
|
||
|
|
goto IL_0031;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_12 = V_3;
|
||
|
|
V_2 = L_12;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_13 = ___1_baseUVRect;
|
||
|
|
float L_14;
|
||
|
|
L_14 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_13, NULL);
|
||
|
|
V_3 = L_14;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0031:
|
||
|
|
{
|
||
|
|
V_5 = 0;
|
||
|
|
goto IL_0078;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0036:
|
||
|
|
{
|
||
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_15 = ___0_uv;
|
||
|
|
int32_t L_16 = V_5;
|
||
|
|
NullCheck(L_15);
|
||
|
|
int32_t L_17 = L_16;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
||
|
|
V_6 = L_18;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19 = V_6;
|
||
|
|
float L_20 = L_19.___y;
|
||
|
|
V_4 = L_20;
|
||
|
|
float L_21 = V_2;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_6;
|
||
|
|
float L_23 = L_22.___x;
|
||
|
|
float L_24 = V_1;
|
||
|
|
(&V_6)->___y = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(L_21, L_23)), L_24));
|
||
|
|
float L_25 = V_1;
|
||
|
|
float L_26 = V_3;
|
||
|
|
float L_27 = V_4;
|
||
|
|
(&V_6)->___x = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(L_25, L_26)), L_27));
|
||
|
|
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* L_28 = ___0_uv;
|
||
|
|
int32_t L_29 = V_5;
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30 = V_6;
|
||
|
|
NullCheck(L_28);
|
||
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7)L_30);
|
||
|
|
int32_t L_31 = V_5;
|
||
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0078:
|
||
|
|
{
|
||
|
|
int32_t L_32 = V_5;
|
||
|
|
int32_t L_33 = V_0;
|
||
|
|
if ((((int32_t)L_32) < ((int32_t)L_33)))
|
||
|
|
{
|
||
|
|
goto IL_0036;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D bgd_Union_m72A6BF7FCB04C1CE5E32CFB24D210A02A66E7457 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___0_rect1, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___1_rect2, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = ___1_rect2;
|
||
|
|
float L_1;
|
||
|
|
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline(L_0, NULL);
|
||
|
|
if ((((float)L_1) == ((float)(0.0f))))
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_2 = ___1_rect2;
|
||
|
|
float L_3;
|
||
|
|
L_3 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline(L_2, NULL);
|
||
|
|
if ((!(((float)L_3) == ((float)(0.0f)))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_4 = ___0_rect1;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_5 = (*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_4);
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_6 = ___0_rect1;
|
||
|
|
float L_7;
|
||
|
|
L_7 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline(L_6, NULL);
|
||
|
|
if ((((float)L_7) == ((float)(0.0f))))
|
||
|
|
{
|
||
|
|
goto IL_003b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_8 = ___0_rect1;
|
||
|
|
float L_9;
|
||
|
|
L_9 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline(L_8, NULL);
|
||
|
|
if ((!(((float)L_9) == ((float)(0.0f)))))
|
||
|
|
{
|
||
|
|
goto IL_0042;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003b:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_10 = ___1_rect2;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11 = (*(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)L_10);
|
||
|
|
return L_11;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0042:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_12 = ___0_rect1;
|
||
|
|
float L_13;
|
||
|
|
L_13 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline(L_12, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_14 = ___1_rect2;
|
||
|
|
float L_15;
|
||
|
|
L_15 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline(L_14, NULL);
|
||
|
|
float L_16;
|
||
|
|
L_16 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_13, L_15, NULL);
|
||
|
|
V_0 = L_16;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_17 = ___0_rect1;
|
||
|
|
float L_18;
|
||
|
|
L_18 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline(L_17, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_19 = ___1_rect2;
|
||
|
|
float L_20;
|
||
|
|
L_20 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline(L_19, NULL);
|
||
|
|
float L_21;
|
||
|
|
L_21 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_18, L_20, NULL);
|
||
|
|
V_1 = L_21;
|
||
|
|
float L_22 = V_0;
|
||
|
|
float L_23 = V_1;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_24 = ___0_rect1;
|
||
|
|
float L_25;
|
||
|
|
L_25 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_24, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_26 = ___1_rect2;
|
||
|
|
float L_27;
|
||
|
|
L_27 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_26, NULL);
|
||
|
|
float L_28;
|
||
|
|
L_28 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_25, L_27, NULL);
|
||
|
|
float L_29 = V_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_30 = ___0_rect1;
|
||
|
|
float L_31;
|
||
|
|
L_31 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_30, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_32 = ___1_rect2;
|
||
|
|
float L_33;
|
||
|
|
L_33 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_32, NULL);
|
||
|
|
float L_34;
|
||
|
|
L_34 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_31, L_33, NULL);
|
||
|
|
float L_35 = V_1;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_36;
|
||
|
|
memset((&L_36), 0, sizeof(L_36));
|
||
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_36), L_22, L_23, ((float)il2cpp_codegen_subtract(L_28, L_29)), ((float)il2cpp_codegen_subtract(L_34, L_35)), NULL);
|
||
|
|
return L_36;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgd_SetParent_mC92B13C69492411EADE09C834D08A22CE3393713 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_t, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_t;
|
||
|
|
NullCheck(L_0);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
||
|
|
L_1 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_0, NULL);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = ___1_parent;
|
||
|
|
if ((!(((RuntimeObject*)(Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)L_1) == ((RuntimeObject*)(Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)L_2))))
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = ___0_t;
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = ___1_parent;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_3, L_4, (bool)0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgd_CharToHex_m3A1A8ABE92AE8A51E43BA38C16AC80AA44D4BECC (Il2CppChar ___0_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Il2CppChar L_0 = ___0_c;
|
||
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)48))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_1 = ___0_c;
|
||
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)57))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_2 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)48)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
Il2CppChar L_3 = ___0_c;
|
||
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)65))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_4 = ___0_c;
|
||
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)70))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_5 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)10), (int32_t)L_5)), ((int32_t)65)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
Il2CppChar L_6 = ___0_c;
|
||
|
|
if ((((int32_t)L_6) < ((int32_t)((int32_t)97))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_7 = ___0_c;
|
||
|
|
if ((((int32_t)L_7) > ((int32_t)((int32_t)102))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_8 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)10), (int32_t)L_8)), ((int32_t)97)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0033:
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_eqq_m940E1B7E210064B0BDAAB9FCE7D05E3C8606DB85 (uint32_t ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
uint32_t L_0 = ___0_value;
|
||
|
|
uint32_t L_1 = ___0_value;
|
||
|
|
uint32_t L_2 = ___0_value;
|
||
|
|
uint32_t L_3 = ___0_value;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
||
|
|
memset((&L_4), 0, sizeof(L_4));
|
||
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_4), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_0>>((int32_t)85)))&((int32_t)-47)))))/(-4703.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_1>>8))&((int32_t)66)))))/(-3789.0f))), ((float)(((float)((double)(uint32_t)((int32_t)((int32_t)L_2&((int32_t)55)))))/(-9360.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_3>>((int32_t)-74)))&((int32_t)28)))))/(-3247.0f))), NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_ColorFromRGB_m64F62BE22AC8296297631D1AF8AC35CB764756E4 (int32_t ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___0_value;
|
||
|
|
int32_t L_1 = ___0_value;
|
||
|
|
int32_t L_2 = ___0_value;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
|
||
|
|
memset((&L_3), 0, sizeof(L_3));
|
||
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_3), ((float)(((float)((int32_t)(((int32_t)(L_0>>((int32_t)16)))&((int32_t)255))))/(255.0f))), ((float)(((float)((int32_t)(((int32_t)(L_1>>8))&((int32_t)255))))/(255.0f))), ((float)(((float)((int32_t)(L_2&((int32_t)255))))/(255.0f))), (1.0f), NULL);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgd_wr_m0E39BC73B1F3868A4C1F0C0237E68A378369D345 (Il2CppChar ___0_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Il2CppChar L_0 = ___0_c;
|
||
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)-67))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_1 = ___0_c;
|
||
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)62))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_2 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)18)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
Il2CppChar L_3 = ___0_c;
|
||
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)-54))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_4 = ___0_c;
|
||
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)75))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_5 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)31), (int32_t)L_5)), ((int32_t)-56)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
Il2CppChar L_6 = ___0_c;
|
||
|
|
if ((((int32_t)L_6) < ((int32_t)((int32_t)85))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_7 = ___0_c;
|
||
|
|
if ((((int32_t)L_7) > ((int32_t)((int32_t)-56))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_8 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)-37), (int32_t)L_8)), ((int32_t)-49)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0033:
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_orv_mBE0B7325367789EE77D70513B70EA925971EAB64 (uint32_t ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
uint32_t L_0 = ___0_value;
|
||
|
|
uint32_t L_1 = ___0_value;
|
||
|
|
uint32_t L_2 = ___0_value;
|
||
|
|
uint32_t L_3 = ___0_value;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
||
|
|
memset((&L_4), 0, sizeof(L_4));
|
||
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_4), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_0>>((int32_t)39)))&((int32_t)-51)))))/(2417.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_1>>8))&((int32_t)49)))))/(6239.0f))), ((float)(((float)((double)(uint32_t)((int32_t)((int32_t)L_2&((int32_t)24)))))/(1613.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_3>>((int32_t)80)))&((int32_t)-43)))))/(147.0f))), NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgd_ktk_m64AE5CE9CD33DB8DABE212C3ADE216FB9DB45C71 (Il2CppChar ___0_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Il2CppChar L_0 = ___0_c;
|
||
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)-85))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_1 = ___0_c;
|
||
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)10))))
|
||
|
|
{
|
||
|
|
goto IL_000f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_2 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)66)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000f:
|
||
|
|
{
|
||
|
|
Il2CppChar L_3 = ___0_c;
|
||
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)-27))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_4 = ___0_c;
|
||
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)34))))
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_5 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)42), (int32_t)L_5)), ((int32_t)-23)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
Il2CppChar L_6 = ___0_c;
|
||
|
|
if ((((int32_t)L_6) < ((int32_t)((int32_t)60))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_7 = ___0_c;
|
||
|
|
if ((((int32_t)L_7) > ((int32_t)((int32_t)-85))))
|
||
|
|
{
|
||
|
|
goto IL_0033;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Il2CppChar L_8 = ___0_c;
|
||
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)-59), (int32_t)L_8)), ((int32_t)-79)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0033:
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgd_SkewMatrix_mA6260EE758A2F9527E56E6A5263E0A7D1A40A753 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___0_matrix, float ___1_skewX, float ___2_skewY, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
float V_2 = 0.0f;
|
||
|
|
float V_3 = 0.0f;
|
||
|
|
float V_4 = 0.0f;
|
||
|
|
float V_5 = 0.0f;
|
||
|
|
float V_6 = 0.0f;
|
||
|
|
float V_7 = 0.0f;
|
||
|
|
float V_8 = 0.0f;
|
||
|
|
float V_9 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = ___1_skewX;
|
||
|
|
___1_skewX = ((float)il2cpp_codegen_multiply(((-L_0)), (0.0174532924f)));
|
||
|
|
float L_1 = ___2_skewY;
|
||
|
|
___2_skewY = ((float)il2cpp_codegen_multiply(((-L_1)), (0.0174532924f)));
|
||
|
|
float L_2 = ___1_skewX;
|
||
|
|
float L_3;
|
||
|
|
L_3 = sinf(L_2);
|
||
|
|
V_0 = L_3;
|
||
|
|
float L_4 = ___1_skewX;
|
||
|
|
float L_5;
|
||
|
|
L_5 = cosf(L_4);
|
||
|
|
V_1 = L_5;
|
||
|
|
float L_6 = ___2_skewY;
|
||
|
|
float L_7;
|
||
|
|
L_7 = sinf(L_6);
|
||
|
|
V_2 = L_7;
|
||
|
|
float L_8 = ___2_skewY;
|
||
|
|
float L_9;
|
||
|
|
L_9 = cosf(L_8);
|
||
|
|
V_3 = L_9;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_10 = ___0_matrix;
|
||
|
|
float L_11 = L_10->___m00;
|
||
|
|
float L_12 = V_3;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_13 = ___0_matrix;
|
||
|
|
float L_14 = L_13->___m10;
|
||
|
|
float L_15 = V_0;
|
||
|
|
V_4 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_11, L_12)), ((float)il2cpp_codegen_multiply(L_14, L_15))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_16 = ___0_matrix;
|
||
|
|
float L_17 = L_16->___m00;
|
||
|
|
float L_18 = V_2;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_19 = ___0_matrix;
|
||
|
|
float L_20 = L_19->___m10;
|
||
|
|
float L_21 = V_1;
|
||
|
|
V_5 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_17, L_18)), ((float)il2cpp_codegen_multiply(L_20, L_21))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_22 = ___0_matrix;
|
||
|
|
float L_23 = L_22->___m01;
|
||
|
|
float L_24 = V_3;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_25 = ___0_matrix;
|
||
|
|
float L_26 = L_25->___m11;
|
||
|
|
float L_27 = V_0;
|
||
|
|
V_6 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_23, L_24)), ((float)il2cpp_codegen_multiply(L_26, L_27))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_28 = ___0_matrix;
|
||
|
|
float L_29 = L_28->___m01;
|
||
|
|
float L_30 = V_2;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_31 = ___0_matrix;
|
||
|
|
float L_32 = L_31->___m11;
|
||
|
|
float L_33 = V_1;
|
||
|
|
V_7 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_29, L_30)), ((float)il2cpp_codegen_multiply(L_32, L_33))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_34 = ___0_matrix;
|
||
|
|
float L_35 = L_34->___m02;
|
||
|
|
float L_36 = V_3;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_37 = ___0_matrix;
|
||
|
|
float L_38 = L_37->___m12;
|
||
|
|
float L_39 = V_0;
|
||
|
|
V_8 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_35, L_36)), ((float)il2cpp_codegen_multiply(L_38, L_39))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_40 = ___0_matrix;
|
||
|
|
float L_41 = L_40->___m02;
|
||
|
|
float L_42 = V_2;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_43 = ___0_matrix;
|
||
|
|
float L_44 = L_43->___m12;
|
||
|
|
float L_45 = V_1;
|
||
|
|
V_9 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_41, L_42)), ((float)il2cpp_codegen_multiply(L_44, L_45))));
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_46 = ___0_matrix;
|
||
|
|
float L_47 = V_4;
|
||
|
|
L_46->___m00 = L_47;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_48 = ___0_matrix;
|
||
|
|
float L_49 = V_5;
|
||
|
|
L_48->___m10 = L_49;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_50 = ___0_matrix;
|
||
|
|
float L_51 = V_6;
|
||
|
|
L_50->___m01 = L_51;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_52 = ___0_matrix;
|
||
|
|
float L_53 = V_7;
|
||
|
|
L_52->___m11 = L_53;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_54 = ___0_matrix;
|
||
|
|
float L_55 = V_8;
|
||
|
|
L_54->___m02 = L_55;
|
||
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_56 = ___0_matrix;
|
||
|
|
float L_57 = V_9;
|
||
|
|
L_56->___m12 = L_57;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D bgd_sy_m9157891E3E5138AB94CE4878FA4A06D829C8848E (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___0_rect1, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___1_rect2, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
float V_2 = 0.0f;
|
||
|
|
float V_3 = 0.0f;
|
||
|
|
float G_B8_0 = 0.0f;
|
||
|
|
float G_B11_0 = 0.0f;
|
||
|
|
float G_B14_0 = 0.0f;
|
||
|
|
float G_B17_0 = 0.0f;
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = ___0_rect1;
|
||
|
|
float L_1;
|
||
|
|
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline(L_0, NULL);
|
||
|
|
if ((((float)L_1) == ((float)(-7976.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_2 = ___0_rect1;
|
||
|
|
float L_3;
|
||
|
|
L_3 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline(L_2, NULL);
|
||
|
|
if ((((float)L_3) == ((float)(-3531.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_4 = ___1_rect2;
|
||
|
|
float L_5;
|
||
|
|
L_5 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline(L_4, NULL);
|
||
|
|
if ((((float)L_5) == ((float)(-951.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_6 = ___1_rect2;
|
||
|
|
float L_7;
|
||
|
|
L_7 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline(L_6, NULL);
|
||
|
|
if ((!(((float)L_7) == ((float)(1023.0f)))))
|
||
|
|
{
|
||
|
|
goto IL_004e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0034:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8;
|
||
|
|
memset((&L_8), 0, sizeof(L_8));
|
||
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_8), (-5225.0f), (-4482.0f), (-7628.0f), (-9328.0f), NULL);
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_004e:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_9 = ___0_rect1;
|
||
|
|
float L_10;
|
||
|
|
L_10 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_9, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_11 = ___1_rect2;
|
||
|
|
float L_12;
|
||
|
|
L_12 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_11, NULL);
|
||
|
|
if ((((float)L_10) > ((float)L_12)))
|
||
|
|
{
|
||
|
|
goto IL_0064;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_13 = ___1_rect2;
|
||
|
|
float L_14;
|
||
|
|
L_14 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_13, NULL);
|
||
|
|
G_B8_0 = L_14;
|
||
|
|
goto IL_006a;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0064:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_15 = ___0_rect1;
|
||
|
|
float L_16;
|
||
|
|
L_16 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_15, NULL);
|
||
|
|
G_B8_0 = L_16;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006a:
|
||
|
|
{
|
||
|
|
V_0 = G_B8_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_17 = ___0_rect1;
|
||
|
|
float L_18;
|
||
|
|
L_18 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_17, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_19 = ___1_rect2;
|
||
|
|
float L_20;
|
||
|
|
L_20 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_19, NULL);
|
||
|
|
if ((((float)L_18) < ((float)L_20)))
|
||
|
|
{
|
||
|
|
goto IL_0081;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_21 = ___1_rect2;
|
||
|
|
float L_22;
|
||
|
|
L_22 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_21, NULL);
|
||
|
|
G_B11_0 = L_22;
|
||
|
|
goto IL_0087;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0081:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_23 = ___0_rect1;
|
||
|
|
float L_24;
|
||
|
|
L_24 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_23, NULL);
|
||
|
|
G_B11_0 = L_24;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0087:
|
||
|
|
{
|
||
|
|
V_1 = G_B11_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_25 = ___0_rect1;
|
||
|
|
float L_26;
|
||
|
|
L_26 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_25, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_27 = ___1_rect2;
|
||
|
|
float L_28;
|
||
|
|
L_28 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_27, NULL);
|
||
|
|
if ((((float)L_26) > ((float)L_28)))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_29 = ___1_rect2;
|
||
|
|
float L_30;
|
||
|
|
L_30 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_29, NULL);
|
||
|
|
G_B14_0 = L_30;
|
||
|
|
goto IL_00a4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_31 = ___0_rect1;
|
||
|
|
float L_32;
|
||
|
|
L_32 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_31, NULL);
|
||
|
|
G_B14_0 = L_32;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a4:
|
||
|
|
{
|
||
|
|
V_2 = G_B14_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_33 = ___0_rect1;
|
||
|
|
float L_34;
|
||
|
|
L_34 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_33, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_35 = ___1_rect2;
|
||
|
|
float L_36;
|
||
|
|
L_36 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_35, NULL);
|
||
|
|
if ((((float)L_34) < ((float)L_36)))
|
||
|
|
{
|
||
|
|
goto IL_00bb;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_37 = ___1_rect2;
|
||
|
|
float L_38;
|
||
|
|
L_38 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_37, NULL);
|
||
|
|
G_B17_0 = L_38;
|
||
|
|
goto IL_00c1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00bb:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_39 = ___0_rect1;
|
||
|
|
float L_40;
|
||
|
|
L_40 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_39, NULL);
|
||
|
|
G_B17_0 = L_40;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00c1:
|
||
|
|
{
|
||
|
|
V_3 = G_B17_0;
|
||
|
|
float L_41 = V_0;
|
||
|
|
float L_42 = V_1;
|
||
|
|
if ((((float)L_41) > ((float)L_42)))
|
||
|
|
{
|
||
|
|
goto IL_00ca;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_43 = V_2;
|
||
|
|
float L_44 = V_3;
|
||
|
|
if ((!(((float)L_43) > ((float)L_44))))
|
||
|
|
{
|
||
|
|
goto IL_00e4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00ca:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_45;
|
||
|
|
memset((&L_45), 0, sizeof(L_45));
|
||
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_45), (7327.0f), (-6871.0f), (-3504.0f), (6454.0f), NULL);
|
||
|
|
return L_45;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00e4:
|
||
|
|
{
|
||
|
|
float L_46 = V_0;
|
||
|
|
float L_47 = V_2;
|
||
|
|
float L_48 = V_1;
|
||
|
|
float L_49 = V_3;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_50;
|
||
|
|
L_50 = Rect_MinMaxRect_m540D2DD8C255D276AD4AE06D9CCA2A667EFA39E5_inline(L_46, L_47, L_48, L_49, NULL);
|
||
|
|
return L_50;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgd_eak_mCD0AE85D73CF28A556D5021EB17D5FDAE61C9BA9 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_t, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_t;
|
||
|
|
NullCheck(L_0);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
||
|
|
L_1 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_0, NULL);
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = ___1_parent;
|
||
|
|
if ((!(((RuntimeObject*)(Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)L_1) == ((RuntimeObject*)(Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)L_2))))
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3 = ___0_t;
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4 = ___1_parent;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_3, L_4, (bool)0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgd_ColorFromRGBA_mA9C9CEE3687B6D59DB8698A25782019D14B6DF61 (uint32_t ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
uint32_t L_0 = ___0_value;
|
||
|
|
uint32_t L_1 = ___0_value;
|
||
|
|
uint32_t L_2 = ___0_value;
|
||
|
|
uint32_t L_3 = ___0_value;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
||
|
|
memset((&L_4), 0, sizeof(L_4));
|
||
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_4), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_0>>((int32_t)16)))&((int32_t)255)))))/(255.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_1>>8))&((int32_t)255)))))/(255.0f))), ((float)(((float)((double)(uint32_t)((int32_t)((int32_t)L_2&((int32_t)255)))))/(255.0f))), ((float)(((float)((double)(uint32_t)((int32_t)(((int32_t)((uint32_t)L_3>>((int32_t)24)))&((int32_t)255)))))/(255.0f))), NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D bgd_mri_m2CDDD46399C8E41E64F2EBE39BFCB0826E758C11 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___0_rect1, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___1_rect2, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
float V_2 = 0.0f;
|
||
|
|
float V_3 = 0.0f;
|
||
|
|
float G_B8_0 = 0.0f;
|
||
|
|
float G_B11_0 = 0.0f;
|
||
|
|
float G_B14_0 = 0.0f;
|
||
|
|
float G_B17_0 = 0.0f;
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = ___0_rect1;
|
||
|
|
float L_1;
|
||
|
|
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline(L_0, NULL);
|
||
|
|
if ((((float)L_1) == ((float)(-4868.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_2 = ___0_rect1;
|
||
|
|
float L_3;
|
||
|
|
L_3 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline(L_2, NULL);
|
||
|
|
if ((((float)L_3) == ((float)(61.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_4 = ___1_rect2;
|
||
|
|
float L_5;
|
||
|
|
L_5 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline(L_4, NULL);
|
||
|
|
if ((((float)L_5) == ((float)(8625.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_6 = ___1_rect2;
|
||
|
|
float L_7;
|
||
|
|
L_7 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline(L_6, NULL);
|
||
|
|
if ((!(((float)L_7) == ((float)(-996.0f)))))
|
||
|
|
{
|
||
|
|
goto IL_004e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0034:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8;
|
||
|
|
memset((&L_8), 0, sizeof(L_8));
|
||
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_8), (2267.0f), (733.0f), (-7502.0f), (1012.0f), NULL);
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_004e:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_9 = ___0_rect1;
|
||
|
|
float L_10;
|
||
|
|
L_10 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_9, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_11 = ___1_rect2;
|
||
|
|
float L_12;
|
||
|
|
L_12 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_11, NULL);
|
||
|
|
if ((((float)L_10) > ((float)L_12)))
|
||
|
|
{
|
||
|
|
goto IL_0064;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_13 = ___1_rect2;
|
||
|
|
float L_14;
|
||
|
|
L_14 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_13, NULL);
|
||
|
|
G_B8_0 = L_14;
|
||
|
|
goto IL_006a;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0064:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_15 = ___0_rect1;
|
||
|
|
float L_16;
|
||
|
|
L_16 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_15, NULL);
|
||
|
|
G_B8_0 = L_16;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006a:
|
||
|
|
{
|
||
|
|
V_0 = G_B8_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_17 = ___0_rect1;
|
||
|
|
float L_18;
|
||
|
|
L_18 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_17, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_19 = ___1_rect2;
|
||
|
|
float L_20;
|
||
|
|
L_20 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_19, NULL);
|
||
|
|
if ((((float)L_18) < ((float)L_20)))
|
||
|
|
{
|
||
|
|
goto IL_0081;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_21 = ___1_rect2;
|
||
|
|
float L_22;
|
||
|
|
L_22 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_21, NULL);
|
||
|
|
G_B11_0 = L_22;
|
||
|
|
goto IL_0087;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0081:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_23 = ___0_rect1;
|
||
|
|
float L_24;
|
||
|
|
L_24 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_23, NULL);
|
||
|
|
G_B11_0 = L_24;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0087:
|
||
|
|
{
|
||
|
|
V_1 = G_B11_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_25 = ___0_rect1;
|
||
|
|
float L_26;
|
||
|
|
L_26 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_25, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_27 = ___1_rect2;
|
||
|
|
float L_28;
|
||
|
|
L_28 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_27, NULL);
|
||
|
|
if ((((float)L_26) > ((float)L_28)))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_29 = ___1_rect2;
|
||
|
|
float L_30;
|
||
|
|
L_30 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_29, NULL);
|
||
|
|
G_B14_0 = L_30;
|
||
|
|
goto IL_00a4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_31 = ___0_rect1;
|
||
|
|
float L_32;
|
||
|
|
L_32 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_31, NULL);
|
||
|
|
G_B14_0 = L_32;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a4:
|
||
|
|
{
|
||
|
|
V_2 = G_B14_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_33 = ___0_rect1;
|
||
|
|
float L_34;
|
||
|
|
L_34 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_33, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_35 = ___1_rect2;
|
||
|
|
float L_36;
|
||
|
|
L_36 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_35, NULL);
|
||
|
|
if ((((float)L_34) < ((float)L_36)))
|
||
|
|
{
|
||
|
|
goto IL_00bb;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_37 = ___1_rect2;
|
||
|
|
float L_38;
|
||
|
|
L_38 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_37, NULL);
|
||
|
|
G_B17_0 = L_38;
|
||
|
|
goto IL_00c1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00bb:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_39 = ___0_rect1;
|
||
|
|
float L_40;
|
||
|
|
L_40 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_39, NULL);
|
||
|
|
G_B17_0 = L_40;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00c1:
|
||
|
|
{
|
||
|
|
V_3 = G_B17_0;
|
||
|
|
float L_41 = V_0;
|
||
|
|
float L_42 = V_1;
|
||
|
|
if ((((float)L_41) > ((float)L_42)))
|
||
|
|
{
|
||
|
|
goto IL_00ca;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_43 = V_2;
|
||
|
|
float L_44 = V_3;
|
||
|
|
if ((!(((float)L_43) > ((float)L_44))))
|
||
|
|
{
|
||
|
|
goto IL_00e4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00ca:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_45;
|
||
|
|
memset((&L_45), 0, sizeof(L_45));
|
||
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_45), (5236.0f), (-9405.0f), (3578.0f), (-307.0f), NULL);
|
||
|
|
return L_45;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00e4:
|
||
|
|
{
|
||
|
|
float L_46 = V_0;
|
||
|
|
float L_47 = V_2;
|
||
|
|
float L_48 = V_1;
|
||
|
|
float L_49 = V_3;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_50;
|
||
|
|
L_50 = Rect_MinMaxRect_m540D2DD8C255D276AD4AE06D9CCA2A667EFA39E5_inline(L_46, L_47, L_48, L_49, NULL);
|
||
|
|
return L_50;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D bgd_Intersection_mD202CA4460EC30EC348D5D9944F454B3562C9FE1 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___0_rect1, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* ___1_rect2, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
float V_2 = 0.0f;
|
||
|
|
float V_3 = 0.0f;
|
||
|
|
float G_B8_0 = 0.0f;
|
||
|
|
float G_B11_0 = 0.0f;
|
||
|
|
float G_B14_0 = 0.0f;
|
||
|
|
float G_B17_0 = 0.0f;
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_0 = ___0_rect1;
|
||
|
|
float L_1;
|
||
|
|
L_1 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline(L_0, NULL);
|
||
|
|
if ((((float)L_1) == ((float)(0.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_2 = ___0_rect1;
|
||
|
|
float L_3;
|
||
|
|
L_3 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline(L_2, NULL);
|
||
|
|
if ((((float)L_3) == ((float)(0.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_4 = ___1_rect2;
|
||
|
|
float L_5;
|
||
|
|
L_5 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline(L_4, NULL);
|
||
|
|
if ((((float)L_5) == ((float)(0.0f))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_6 = ___1_rect2;
|
||
|
|
float L_7;
|
||
|
|
L_7 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline(L_6, NULL);
|
||
|
|
if ((!(((float)L_7) == ((float)(0.0f)))))
|
||
|
|
{
|
||
|
|
goto IL_004e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0034:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8;
|
||
|
|
memset((&L_8), 0, sizeof(L_8));
|
||
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_8), (0.0f), (0.0f), (0.0f), (0.0f), NULL);
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_004e:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_9 = ___0_rect1;
|
||
|
|
float L_10;
|
||
|
|
L_10 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_9, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_11 = ___1_rect2;
|
||
|
|
float L_12;
|
||
|
|
L_12 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_11, NULL);
|
||
|
|
if ((((float)L_10) > ((float)L_12)))
|
||
|
|
{
|
||
|
|
goto IL_0064;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_13 = ___1_rect2;
|
||
|
|
float L_14;
|
||
|
|
L_14 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_13, NULL);
|
||
|
|
G_B8_0 = L_14;
|
||
|
|
goto IL_006a;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0064:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_15 = ___0_rect1;
|
||
|
|
float L_16;
|
||
|
|
L_16 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline(L_15, NULL);
|
||
|
|
G_B8_0 = L_16;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006a:
|
||
|
|
{
|
||
|
|
V_0 = G_B8_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_17 = ___0_rect1;
|
||
|
|
float L_18;
|
||
|
|
L_18 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_17, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_19 = ___1_rect2;
|
||
|
|
float L_20;
|
||
|
|
L_20 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_19, NULL);
|
||
|
|
if ((((float)L_18) < ((float)L_20)))
|
||
|
|
{
|
||
|
|
goto IL_0081;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_21 = ___1_rect2;
|
||
|
|
float L_22;
|
||
|
|
L_22 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_21, NULL);
|
||
|
|
G_B11_0 = L_22;
|
||
|
|
goto IL_0087;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0081:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_23 = ___0_rect1;
|
||
|
|
float L_24;
|
||
|
|
L_24 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline(L_23, NULL);
|
||
|
|
G_B11_0 = L_24;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0087:
|
||
|
|
{
|
||
|
|
V_1 = G_B11_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_25 = ___0_rect1;
|
||
|
|
float L_26;
|
||
|
|
L_26 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_25, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_27 = ___1_rect2;
|
||
|
|
float L_28;
|
||
|
|
L_28 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_27, NULL);
|
||
|
|
if ((((float)L_26) > ((float)L_28)))
|
||
|
|
{
|
||
|
|
goto IL_009e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_29 = ___1_rect2;
|
||
|
|
float L_30;
|
||
|
|
L_30 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_29, NULL);
|
||
|
|
G_B14_0 = L_30;
|
||
|
|
goto IL_00a4;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009e:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_31 = ___0_rect1;
|
||
|
|
float L_32;
|
||
|
|
L_32 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline(L_31, NULL);
|
||
|
|
G_B14_0 = L_32;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a4:
|
||
|
|
{
|
||
|
|
V_2 = G_B14_0;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_33 = ___0_rect1;
|
||
|
|
float L_34;
|
||
|
|
L_34 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_33, NULL);
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_35 = ___1_rect2;
|
||
|
|
float L_36;
|
||
|
|
L_36 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_35, NULL);
|
||
|
|
if ((((float)L_34) < ((float)L_36)))
|
||
|
|
{
|
||
|
|
goto IL_00bb;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_37 = ___1_rect2;
|
||
|
|
float L_38;
|
||
|
|
L_38 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_37, NULL);
|
||
|
|
G_B17_0 = L_38;
|
||
|
|
goto IL_00c1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00bb:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_39 = ___0_rect1;
|
||
|
|
float L_40;
|
||
|
|
L_40 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline(L_39, NULL);
|
||
|
|
G_B17_0 = L_40;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00c1:
|
||
|
|
{
|
||
|
|
V_3 = G_B17_0;
|
||
|
|
float L_41 = V_0;
|
||
|
|
float L_42 = V_1;
|
||
|
|
if ((((float)L_41) > ((float)L_42)))
|
||
|
|
{
|
||
|
|
goto IL_00ca;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_43 = V_2;
|
||
|
|
float L_44 = V_3;
|
||
|
|
if ((!(((float)L_43) > ((float)L_44))))
|
||
|
|
{
|
||
|
|
goto IL_00e4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00ca:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_45;
|
||
|
|
memset((&L_45), 0, sizeof(L_45));
|
||
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_45), (0.0f), (0.0f), (0.0f), (0.0f), NULL);
|
||
|
|
return L_45;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00e4:
|
||
|
|
{
|
||
|
|
float L_46 = V_0;
|
||
|
|
float L_47 = V_2;
|
||
|
|
float L_48 = V_1;
|
||
|
|
float L_49 = V_3;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_50;
|
||
|
|
L_50 = Rect_MinMaxRect_m540D2DD8C255D276AD4AE06D9CCA2A667EFA39E5_inline(L_46, L_47, L_48, L_49, NULL);
|
||
|
|
return L_50;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_fre_m2ED0459B79F69D3620FFB9AD0905523B0DCED8CF (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CA7A7C3F112801DD43B2537478690ACFD08C1B3);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4759EC987CF7EDA82297F8B6578EF9E3C64E47D2);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral4759EC987CF7EDA82297F8B6578EF9E3C64E47D2, L_1, _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral2CA7A7C3F112801DD43B2537478690ACFD08C1B3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_Parse_m0E5CDBACA895EC813E578C30F64B399B167A7AC3 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_text, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m6EBFD23F94E8F42E2E992CCDA5F3C6F866484FD5_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
int32_t V_2 = 0;
|
||
|
|
bool V_3 = false;
|
||
|
|
String_t* V_4 = NULL;
|
||
|
|
String_t* V_5 = NULL;
|
||
|
|
String_t* V_6 = NULL;
|
||
|
|
StringBuilder_t* V_7 = NULL;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* V_8 = NULL;
|
||
|
|
int32_t G_B12_0 = 0;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_text;
|
||
|
|
__this->___lqg = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqg), (void*)L_0);
|
||
|
|
V_0 = 0;
|
||
|
|
V_7 = (StringBuilder_t*)NULL;
|
||
|
|
goto IL_0199;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_1 = V_7;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
goto IL_001c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL);
|
||
|
|
V_7 = L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001c:
|
||
|
|
{
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0059;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_4 = __this->___lqg;
|
||
|
|
int32_t L_5 = V_1;
|
||
|
|
NullCheck(L_4);
|
||
|
|
Il2CppChar L_6;
|
||
|
|
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, ((int32_t)il2cpp_codegen_subtract(L_5, 1)), NULL);
|
||
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)92)))))
|
||
|
|
{
|
||
|
|
goto IL_0059;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_7 = V_7;
|
||
|
|
String_t* L_8 = __this->___lqg;
|
||
|
|
int32_t L_9 = V_0;
|
||
|
|
int32_t L_10 = V_1;
|
||
|
|
int32_t L_11 = V_0;
|
||
|
|
NullCheck(L_7);
|
||
|
|
StringBuilder_t* L_12;
|
||
|
|
L_12 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_7, L_8, L_9, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_10, L_11)), 1)), NULL);
|
||
|
|
StringBuilder_t* L_13 = V_7;
|
||
|
|
NullCheck(L_13);
|
||
|
|
StringBuilder_t* L_14;
|
||
|
|
L_14 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_13, ((int32_t)91), NULL);
|
||
|
|
int32_t L_15 = V_1;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
||
|
|
goto IL_0199;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0059:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_16 = V_7;
|
||
|
|
String_t* L_17 = __this->___lqg;
|
||
|
|
int32_t L_18 = V_0;
|
||
|
|
int32_t L_19 = V_1;
|
||
|
|
int32_t L_20 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
StringBuilder_t* L_21;
|
||
|
|
L_21 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_16, L_17, L_18, ((int32_t)il2cpp_codegen_subtract(L_19, L_20)), NULL);
|
||
|
|
int32_t L_22 = V_1;
|
||
|
|
V_0 = L_22;
|
||
|
|
String_t* L_23 = __this->___lqg;
|
||
|
|
int32_t L_24 = V_0;
|
||
|
|
NullCheck(L_23);
|
||
|
|
int32_t L_25;
|
||
|
|
L_25 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_23, ((int32_t)93), L_24, NULL);
|
||
|
|
V_1 = L_25;
|
||
|
|
int32_t L_26 = V_1;
|
||
|
|
if ((((int32_t)L_26) == ((int32_t)(-1))))
|
||
|
|
{
|
||
|
|
goto IL_01af;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_1;
|
||
|
|
int32_t L_28 = V_0;
|
||
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)il2cpp_codegen_add(L_28, 1))))))
|
||
|
|
{
|
||
|
|
goto IL_00a2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_29 = V_7;
|
||
|
|
String_t* L_30 = __this->___lqg;
|
||
|
|
int32_t L_31 = V_0;
|
||
|
|
NullCheck(L_29);
|
||
|
|
StringBuilder_t* L_32;
|
||
|
|
L_32 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_29, L_30, L_31, 2, NULL);
|
||
|
|
int32_t L_33 = V_1;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
||
|
|
goto IL_0199;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a2:
|
||
|
|
{
|
||
|
|
String_t* L_34 = __this->___lqg;
|
||
|
|
int32_t L_35 = V_0;
|
||
|
|
NullCheck(L_34);
|
||
|
|
Il2CppChar L_36;
|
||
|
|
L_36 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_34, ((int32_t)il2cpp_codegen_add(L_35, 1)), NULL);
|
||
|
|
V_3 = (bool)((((int32_t)L_36) == ((int32_t)((int32_t)47)))? 1 : 0);
|
||
|
|
bool L_37 = V_3;
|
||
|
|
if (L_37)
|
||
|
|
{
|
||
|
|
goto IL_00bd;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_38 = V_0;
|
||
|
|
G_B12_0 = ((int32_t)il2cpp_codegen_add(L_38, 1));
|
||
|
|
goto IL_00c0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00bd:
|
||
|
|
{
|
||
|
|
int32_t L_39 = V_0;
|
||
|
|
G_B12_0 = ((int32_t)il2cpp_codegen_add(L_39, 2));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00c0:
|
||
|
|
{
|
||
|
|
V_2 = G_B12_0;
|
||
|
|
String_t* L_40 = __this->___lqg;
|
||
|
|
int32_t L_41 = V_2;
|
||
|
|
int32_t L_42 = V_1;
|
||
|
|
int32_t L_43 = V_2;
|
||
|
|
NullCheck(L_40);
|
||
|
|
String_t* L_44;
|
||
|
|
L_44 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_40, L_41, ((int32_t)il2cpp_codegen_subtract(L_42, L_43)), NULL);
|
||
|
|
V_4 = L_44;
|
||
|
|
int32_t L_45 = V_1;
|
||
|
|
__this->___lqh = ((int32_t)il2cpp_codegen_add(L_45, 1));
|
||
|
|
V_5 = (String_t*)NULL;
|
||
|
|
V_6 = (String_t*)NULL;
|
||
|
|
String_t* L_46 = V_4;
|
||
|
|
NullCheck(L_46);
|
||
|
|
int32_t L_47;
|
||
|
|
L_47 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_46, ((int32_t)61), NULL);
|
||
|
|
V_2 = L_47;
|
||
|
|
int32_t L_48 = V_2;
|
||
|
|
if ((((int32_t)L_48) == ((int32_t)(-1))))
|
||
|
|
{
|
||
|
|
goto IL_0106;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_49 = V_4;
|
||
|
|
int32_t L_50 = V_2;
|
||
|
|
NullCheck(L_49);
|
||
|
|
String_t* L_51;
|
||
|
|
L_51 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_49, ((int32_t)il2cpp_codegen_add(L_50, 1)), NULL);
|
||
|
|
V_5 = L_51;
|
||
|
|
String_t* L_52 = V_4;
|
||
|
|
int32_t L_53 = V_2;
|
||
|
|
NullCheck(L_52);
|
||
|
|
String_t* L_54;
|
||
|
|
L_54 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_52, 0, L_53, NULL);
|
||
|
|
V_4 = L_54;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0106:
|
||
|
|
{
|
||
|
|
String_t* L_55 = V_4;
|
||
|
|
NullCheck(L_55);
|
||
|
|
String_t* L_56;
|
||
|
|
L_56 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_55, NULL);
|
||
|
|
V_4 = L_56;
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_57 = __this->___handlers;
|
||
|
|
String_t* L_58 = V_4;
|
||
|
|
NullCheck(L_57);
|
||
|
|
bool L_59;
|
||
|
|
L_59 = Dictionary_2_TryGetValue_m6EBFD23F94E8F42E2E992CCDA5F3C6F866484FD5(L_57, L_58, (&V_8), Dictionary_2_TryGetValue_m6EBFD23F94E8F42E2E992CCDA5F3C6F866484FD5_RuntimeMethod_var);
|
||
|
|
if (!L_59)
|
||
|
|
{
|
||
|
|
goto IL_013e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_60 = V_8;
|
||
|
|
String_t* L_61 = V_4;
|
||
|
|
bool L_62 = V_3;
|
||
|
|
String_t* L_63 = V_5;
|
||
|
|
NullCheck(L_60);
|
||
|
|
String_t* L_64;
|
||
|
|
L_64 = bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_inline(L_60, L_61, L_62, L_63, NULL);
|
||
|
|
V_6 = L_64;
|
||
|
|
String_t* L_65 = V_6;
|
||
|
|
if (!L_65)
|
||
|
|
{
|
||
|
|
goto IL_0192;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_66 = V_7;
|
||
|
|
String_t* L_67 = V_6;
|
||
|
|
NullCheck(L_66);
|
||
|
|
StringBuilder_t* L_68;
|
||
|
|
L_68 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_66, L_67, NULL);
|
||
|
|
goto IL_0192;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_013e:
|
||
|
|
{
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_69 = __this->___defaultTagHandler;
|
||
|
|
if (!L_69)
|
||
|
|
{
|
||
|
|
goto IL_017e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_70 = __this->___defaultTagHandler;
|
||
|
|
String_t* L_71 = V_4;
|
||
|
|
bool L_72 = V_3;
|
||
|
|
String_t* L_73 = V_5;
|
||
|
|
NullCheck(L_70);
|
||
|
|
String_t* L_74;
|
||
|
|
L_74 = bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_inline(L_70, L_71, L_72, L_73, NULL);
|
||
|
|
V_6 = L_74;
|
||
|
|
String_t* L_75 = V_6;
|
||
|
|
if (!L_75)
|
||
|
|
{
|
||
|
|
goto IL_0168;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_76 = V_7;
|
||
|
|
String_t* L_77 = V_6;
|
||
|
|
NullCheck(L_76);
|
||
|
|
StringBuilder_t* L_78;
|
||
|
|
L_78 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_76, L_77, NULL);
|
||
|
|
goto IL_0192;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0168:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_79 = V_7;
|
||
|
|
String_t* L_80 = __this->___lqg;
|
||
|
|
int32_t L_81 = V_0;
|
||
|
|
int32_t L_82 = V_1;
|
||
|
|
int32_t L_83 = V_0;
|
||
|
|
NullCheck(L_79);
|
||
|
|
StringBuilder_t* L_84;
|
||
|
|
L_84 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_79, L_80, L_81, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_82, L_83)), 1)), NULL);
|
||
|
|
goto IL_0192;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_017e:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_85 = V_7;
|
||
|
|
String_t* L_86 = __this->___lqg;
|
||
|
|
int32_t L_87 = V_0;
|
||
|
|
int32_t L_88 = V_1;
|
||
|
|
int32_t L_89 = V_0;
|
||
|
|
NullCheck(L_85);
|
||
|
|
StringBuilder_t* L_90;
|
||
|
|
L_90 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_85, L_86, L_87, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_88, L_89)), 1)), NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0192:
|
||
|
|
{
|
||
|
|
int32_t L_91 = __this->___lqh;
|
||
|
|
V_0 = L_91;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0199:
|
||
|
|
{
|
||
|
|
String_t* L_92 = __this->___lqg;
|
||
|
|
int32_t L_93 = V_0;
|
||
|
|
NullCheck(L_92);
|
||
|
|
int32_t L_94;
|
||
|
|
L_94 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_92, ((int32_t)91), L_93, NULL);
|
||
|
|
int32_t L_95 = L_94;
|
||
|
|
V_1 = L_95;
|
||
|
|
if ((!(((uint32_t)L_95) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01af:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_96 = V_7;
|
||
|
|
if (L_96)
|
||
|
|
{
|
||
|
|
goto IL_01bc;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
__this->___lqg = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqg), (void*)(String_t*)NULL);
|
||
|
|
String_t* L_97 = ___0_text;
|
||
|
|
return L_97;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01bc:
|
||
|
|
{
|
||
|
|
int32_t L_98 = V_0;
|
||
|
|
String_t* L_99 = __this->___lqg;
|
||
|
|
NullCheck(L_99);
|
||
|
|
int32_t L_100;
|
||
|
|
L_100 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_99, NULL);
|
||
|
|
if ((((int32_t)L_98) >= ((int32_t)L_100)))
|
||
|
|
{
|
||
|
|
goto IL_01e6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_101 = V_7;
|
||
|
|
String_t* L_102 = __this->___lqg;
|
||
|
|
int32_t L_103 = V_0;
|
||
|
|
String_t* L_104 = __this->___lqg;
|
||
|
|
NullCheck(L_104);
|
||
|
|
int32_t L_105;
|
||
|
|
L_105 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_104, NULL);
|
||
|
|
int32_t L_106 = V_0;
|
||
|
|
NullCheck(L_101);
|
||
|
|
StringBuilder_t* L_107;
|
||
|
|
L_107 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_101, L_102, L_103, ((int32_t)il2cpp_codegen_subtract(L_105, L_106)), NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01e6:
|
||
|
|
{
|
||
|
|
__this->___lqg = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqg), (void*)(String_t*)NULL);
|
||
|
|
StringBuilder_t* L_108 = V_7;
|
||
|
|
NullCheck(L_108);
|
||
|
|
String_t* L_109;
|
||
|
|
L_109 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_108);
|
||
|
|
return L_109;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_leg_m9E6E3D8BA769CB8D9E9612399BF875286D27F7DB (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DEAE08FF1E4D1D643B6E62412A1D866466C3373);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6782652A52E2D4F13D7063F033CA3C83400F50DF);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AF220E7D77DE156979AD8AC446435682D1014E9);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA45AACA674CC26C426C2F6FE01336E0DD503DA7);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC56C4245D6C96188B2BFC715BAD338F15F9E8172);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC655A3D0B0D1BEC5EC2B66253E66294A990D123D);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_007d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgf_GetTagText_m437F0B555486DBC6984D2CF7FC226F3A1E21D6DF(__this, (bool)1, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0018;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0018:
|
||
|
|
{
|
||
|
|
int32_t L_5 = __this->___defaultImgWidth;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_006c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)7);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
|
||
|
|
NullCheck(L_7);
|
||
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralAA45AACA674CC26C426C2F6FE01336E0DD503DA7);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7;
|
||
|
|
String_t* L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_9);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_8;
|
||
|
|
NullCheck(L_10);
|
||
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral9AF220E7D77DE156979AD8AC446435682D1014E9);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
||
|
|
int32_t* L_12 = (int32_t*)(&__this->___defaultImgWidth);
|
||
|
|
String_t* L_13;
|
||
|
|
L_13 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_12, NULL);
|
||
|
|
NullCheck(L_11);
|
||
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_13);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_11;
|
||
|
|
NullCheck(L_14);
|
||
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralC655A3D0B0D1BEC5EC2B66253E66294A990D123D);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
|
||
|
|
int32_t* L_16 = (int32_t*)(&__this->___defaultImgHeight);
|
||
|
|
String_t* L_17;
|
||
|
|
L_17 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_16, NULL);
|
||
|
|
NullCheck(L_15);
|
||
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_17);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_15;
|
||
|
|
NullCheck(L_18);
|
||
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteralC56C4245D6C96188B2BFC715BAD338F15F9E8172);
|
||
|
|
String_t* L_19;
|
||
|
|
L_19 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_18, NULL);
|
||
|
|
return L_19;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006c:
|
||
|
|
{
|
||
|
|
String_t* L_20 = V_0;
|
||
|
|
String_t* L_21;
|
||
|
|
L_21 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral6782652A52E2D4F13D7063F033CA3C83400F50DF, L_20, _stringLiteral5DEAE08FF1E4D1D643B6E62412A1D866466C3373, NULL);
|
||
|
|
return L_21;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007d:
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_frd_m81DE60DB0FABF76B497E4226207AAAD0F77B0C56 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CA7A7C3F112801DD43B2537478690ACFD08C1B3);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8F3E521A75AD1B7077EFF6F031D88B0F2E95983);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralB8F3E521A75AD1B7077EFF6F031D88B0F2E95983, L_1, _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral2CA7A7C3F112801DD43B2537478690ACFD08C1B3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_fah_m743457799C6A39B1A3B22FA2A7774F1C683F9249 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral743F8AD4B8DA239C892C93AA7384705FDBAE4894);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBACCC31621FBB224E8F989090588D7FAF7B38179);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE554F157D8AEC7624AE0A2658E9C2110C087E9CC);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralBACCC31621FBB224E8F989090588D7FAF7B38179, L_1, _stringLiteralE554F157D8AEC7624AE0A2658E9C2110C087E9CC, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral743F8AD4B8DA239C892C93AA7384705FDBAE4894;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_frg_m52DC30566A346C6FE3BADF4B2692EF6DC2A87364 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C9F03784800607D6C7640BD7A9EEFCE0E4C3E0B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DAA21D828669454A932B180EEFE1340A6C7E4B9);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral4C9F03784800607D6C7640BD7A9EEFCE0E4C3E0B, L_1, _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral9DAA21D828669454A932B180EEFE1340A6C7E4B9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_frf_mDE01DFD862D063D552DC75319B1C6F95D74267A1 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CA7A7C3F112801DD43B2537478690ACFD08C1B3);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D997CE628D43E396DBCCFE74665797A0B0367E4);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral8D997CE628D43E396DBCCFE74665797A0B0367E4, L_1, _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral2CA7A7C3F112801DD43B2537478690ACFD08C1B3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgf__ctor_m40D1D0561F28766EB04F5C0AE02CC41BFC06B1DE (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m1E0C68798110AAF2DB1ED61D192CA2070F2F8A7D_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E7CEA65A78D404CA66F61EFE31DDE74A9102DCB);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FD0309C4E1869EE1B298882EFC54AEE23D1D2A7);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral890FA812F02D02ECB0D786E0C3ED31FA30C2BE63);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FF67A9F2F01294BCAC5CCD8E189B849FCA49D8C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral901B8EFAC94050E53E2DF4747CABD71B8AE8A558);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEE09538204AD98EAB3D28D92042369A4AA98CF2);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgf_fra_mFE04F63A12F021C0B0F16BEDD6B0348B2141A985_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgf_frb_m4B7006D4C6791A513E46CEAF8DDC910198E4EC7A_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgf_frc_m88F4233F795398C5039E4515859B11655BB3C5C7_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgf_frd_m81DE60DB0FABF76B497E4226207AAAD0F77B0C56_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgf_fre_m2ED0459B79F69D3620FFB9AD0905523B0DCED8CF_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgf_frf_mDE01DFD862D063D552DC75319B1C6F95D74267A1_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgf_frg_m52DC30566A346C6FE3BADF4B2692EF6DC2A87364_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_0 = (Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7*)il2cpp_codegen_object_new(Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m1E0C68798110AAF2DB1ED61D192CA2070F2F8A7D(L_0, Dictionary_2__ctor_m1E0C68798110AAF2DB1ED61D192CA2070F2F8A7D_RuntimeMethod_var);
|
||
|
|
__this->___handlers = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___handlers), (void*)L_0);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_1 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_2 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_2, __this, (intptr_t)((void*)bgf_fra_mFE04F63A12F021C0B0F16BEDD6B0348B2141A985_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_1);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_1, _stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A, L_2, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_3 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_4 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_4, __this, (intptr_t)((void*)bgf_frb_m4B7006D4C6791A513E46CEAF8DDC910198E4EC7A_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_3);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_3, _stringLiteral890FA812F02D02ECB0D786E0C3ED31FA30C2BE63, L_4, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_5 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_6 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_6, __this, (intptr_t)((void*)bgf_frc_m88F4233F795398C5039E4515859B11655BB3C5C7_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_5);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_5, _stringLiteral4609D79FE2FAD95C38B6DA64FC671E8594984D4C, L_6, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_7 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_8 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_8, __this, (intptr_t)((void*)bgf_frc_m88F4233F795398C5039E4515859B11655BB3C5C7_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_7);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_7, _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E, L_8, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_9 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_10 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_10, __this, (intptr_t)((void*)bgf_frc_m88F4233F795398C5039E4515859B11655BB3C5C7_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_9);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_9, _stringLiteralD07B59B474E59375E25F09D75E1BAC7660C9373B, L_10, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_11 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_12 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_12, __this, (intptr_t)((void*)bgf_frc_m88F4233F795398C5039E4515859B11655BB3C5C7_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_11);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_11, _stringLiteral8FF67A9F2F01294BCAC5CCD8E189B849FCA49D8C, L_12, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_13 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_14 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_14, __this, (intptr_t)((void*)bgf_frc_m88F4233F795398C5039E4515859B11655BB3C5C7_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_13);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_13, _stringLiteralCEE09538204AD98EAB3D28D92042369A4AA98CF2, L_14, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_15 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_16 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_16, __this, (intptr_t)((void*)bgf_frd_m81DE60DB0FABF76B497E4226207AAAD0F77B0C56_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_15);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_15, _stringLiteralDD0F04E0A3F0BA1F904E0E27720F367F4228C69D, L_16, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_17 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_18 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_18, __this, (intptr_t)((void*)bgf_fre_m2ED0459B79F69D3620FFB9AD0905523B0DCED8CF_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_17);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_17, _stringLiteral0E7CEA65A78D404CA66F61EFE31DDE74A9102DCB, L_18, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_19 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_20 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_20, __this, (intptr_t)((void*)bgf_frf_mDE01DFD862D063D552DC75319B1C6F95D74267A1_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_19);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_19, _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B, L_20, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_21 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_22 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_22, __this, (intptr_t)((void*)bgf_frg_m52DC30566A346C6FE3BADF4B2692EF6DC2A87364_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_21);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_21, _stringLiteral7FD0309C4E1869EE1B298882EFC54AEE23D1D2A7, L_22, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
Dictionary_2_t0C228EAB758EEE50E1430BAFEEA4F9375F77EEA7* L_23 = __this->___handlers;
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* L_24 = (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*)il2cpp_codegen_object_new(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E_il2cpp_TypeInfo_var);
|
||
|
|
bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB(L_24, __this, (intptr_t)((void*)bgf_frc_m88F4233F795398C5039E4515859B11655BB3C5C7_RuntimeMethod_var), NULL);
|
||
|
|
NullCheck(L_23);
|
||
|
|
Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D(L_23, _stringLiteral901B8EFAC94050E53E2DF4747CABD71B8AE8A558, L_24, Dictionary_2_set_Item_m2981FDD7EB85590D9D6228ACCFB3DA942008FD1D_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_oag_m9F7BB2229573299BAB4799885B79512A6A3688AF (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09DD3AE63A707F76F8A0BCAD322EB69E0BD10832);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84EECE162197B958D887542B9EFB068DCF325DE4);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7E70C57DBEB33E043F0B613BCADB3F927A529C1);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral09DD3AE63A707F76F8A0BCAD322EB69E0BD10832, L_1, _stringLiteral84EECE162197B958D887542B9EFB068DCF325DE4, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteralD7E70C57DBEB33E043F0B613BCADB3F927A529C1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_fii_mDF01EA87144892183D0B96621D0C5486FAABF243 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral484EBBCD0FEA64BB980B5551F741E6C1E58130A7);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B2D115FA9EFD7494D33AE1E8A6696FFD44121FA);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AF46660AA32B32010EE3FCAF3183E6593184498);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral4B2D115FA9EFD7494D33AE1E8A6696FFD44121FA, L_1, _stringLiteral9AF46660AA32B32010EE3FCAF3183E6593184498, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral484EBBCD0FEA64BB980B5551F741E6C1E58130A7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_msp_m1729E7080D0DEE6CC38C00DBAFCE344151F08BF7 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FB0C739F14A0B454C64FF4E3A3C5C1919B06F6F);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA12A96D52DA85C5E49DD1578FE731ACCFDA55858);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAE435E93AC68C8EC922EBFF4DE237DA72035999);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF8D7CF85E5DBDB14610D03BE6C92E34A86BB913);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6271FFD338FD5FCBBB11F8EF0B2F737AEDEE152);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0030;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0017;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___2_c;
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralC6271FFD338FD5FCBBB11F8EF0B2F737AEDEE152, L_2, _stringLiteralA12A96D52DA85C5E49DD1578FE731ACCFDA55858, NULL);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0017:
|
||
|
|
{
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = bgf_GetTagText_m437F0B555486DBC6984D2CF7FC226F3A1E21D6DF(__this, (bool)0, NULL);
|
||
|
|
V_0 = L_4;
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralAAE435E93AC68C8EC922EBFF4DE237DA72035999, L_5, _stringLiteralAF8D7CF85E5DBDB14610D03BE6C92E34A86BB913, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0030:
|
||
|
|
{
|
||
|
|
return _stringLiteral1FB0C739F14A0B454C64FF4E3A3C5C1919B06F6F;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_mjm_mFC0BCF27B7F1231512CFA370329CA72C9A9358AE (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06EC5DF1A3D11340218FECC63306C537F99A28F1);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C9422F372D9A26C19E8EF202722236F290BA7CC);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C6FEF00061B0424FEE93CE74605955EC1CD2860);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFCF5E90B3DA87EC59CB6FC43AAA00ABC81EA91E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF9024EE27B2766CBA80FDB4B807EA271AAAA34C);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0030;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0017;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___2_c;
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral06EC5DF1A3D11340218FECC63306C537F99A28F1, L_2, _stringLiteralAFCF5E90B3DA87EC59CB6FC43AAA00ABC81EA91E, NULL);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0017:
|
||
|
|
{
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = bgf_GetTagText_m437F0B555486DBC6984D2CF7FC226F3A1E21D6DF(__this, (bool)0, NULL);
|
||
|
|
V_0 = L_4;
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralEF9024EE27B2766CBA80FDB4B807EA271AAAA34C, L_5, _stringLiteral1C9422F372D9A26C19E8EF202722236F290BA7CC, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0030:
|
||
|
|
{
|
||
|
|
return _stringLiteral2C6FEF00061B0424FEE93CE74605955EC1CD2860;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_bgk_m82FB71CCDB1473314D2A72863186EE81879D0318 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D3346FB4BEE9107746C0DD43E4647CB237B753A);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60880ABC8CFE289A3E2B7F25D5A61D7BEDDC468E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6723CB54BC6AD5F56D72B0707E90DB24D6B0319B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFF790988C4C3D0E926E4EB9D05BDF35FE708466);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD3F106E28CE01A273C99F3C7FFCE64058F80CF8);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0030;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0017;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___2_c;
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral60880ABC8CFE289A3E2B7F25D5A61D7BEDDC468E, L_2, _stringLiteral4D3346FB4BEE9107746C0DD43E4647CB237B753A, NULL);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0017:
|
||
|
|
{
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = bgf_GetTagText_m437F0B555486DBC6984D2CF7FC226F3A1E21D6DF(__this, (bool)0, NULL);
|
||
|
|
V_0 = L_4;
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralDD3F106E28CE01A273C99F3C7FFCE64058F80CF8, L_5, _stringLiteral6723CB54BC6AD5F56D72B0707E90DB24D6B0319B, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0030:
|
||
|
|
{
|
||
|
|
return _stringLiteralAFF790988C4C3D0E926E4EB9D05BDF35FE708466;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_mck_mAEC5A21BFA6E579F44C1EAC73789CA0F1E0A72C4 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4280592DE0B6051FBB5493B738B604D16E6D485A);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E3AB2CBE111693226C3667A5FB43AA90984448C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED5B4F99E162663D723E859CD07D48C6436079DB);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralED5B4F99E162663D723E859CD07D48C6436079DB, L_1, _stringLiteral4280592DE0B6051FBB5493B738B604D16E6D485A, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral6E3AB2CBE111693226C3667A5FB43AA90984448C;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_kdh_mA0944ECF7FFE8DB9F8BB23A42F81CA82FF4B99A0 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, bool ___0_remove, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
StringBuilder_t* V_2 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lqh;
|
||
|
|
V_0 = L_0;
|
||
|
|
V_2 = (StringBuilder_t*)NULL;
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_1 = V_2;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL);
|
||
|
|
V_2 = L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
String_t* L_3 = __this->___lqg;
|
||
|
|
int32_t L_4 = V_1;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Il2CppChar L_5;
|
||
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), NULL);
|
||
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)9)))))
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_6 = V_2;
|
||
|
|
String_t* L_7 = __this->___lqg;
|
||
|
|
int32_t L_8 = V_0;
|
||
|
|
int32_t L_9 = V_1;
|
||
|
|
int32_t L_10 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringBuilder_t* L_11;
|
||
|
|
L_11 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_6, L_7, L_8, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_9, L_10)), 1)), NULL);
|
||
|
|
StringBuilder_t* L_12 = V_2;
|
||
|
|
NullCheck(L_12);
|
||
|
|
StringBuilder_t* L_13;
|
||
|
|
L_13 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_12, ((int32_t)-23), NULL);
|
||
|
|
int32_t L_14 = V_1;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_15 = V_2;
|
||
|
|
String_t* L_16 = __this->___lqg;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
int32_t L_18 = V_1;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_15);
|
||
|
|
StringBuilder_t* L_20;
|
||
|
|
L_20 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract(L_18, L_19)), NULL);
|
||
|
|
goto IL_006e;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_005b:
|
||
|
|
{
|
||
|
|
String_t* L_21 = __this->___lqg;
|
||
|
|
int32_t L_22 = V_0;
|
||
|
|
NullCheck(L_21);
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_21, ((int32_t)-56), L_22, NULL);
|
||
|
|
int32_t L_24 = L_23;
|
||
|
|
V_1 = L_24;
|
||
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006e:
|
||
|
|
{
|
||
|
|
int32_t L_25 = V_1;
|
||
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_0074;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0074:
|
||
|
|
{
|
||
|
|
bool L_26 = ___0_remove;
|
||
|
|
if (!L_26)
|
||
|
|
{
|
||
|
|
goto IL_007e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_1;
|
||
|
|
__this->___lqh = L_27;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007e:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_28 = V_2;
|
||
|
|
NullCheck(L_28);
|
||
|
|
String_t* L_29;
|
||
|
|
L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_28);
|
||
|
|
return L_29;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_fra_mFE04F63A12F021C0B0F16BEDD6B0348B2141A985 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B3FB425C0A1A5A27742484AF4CBE503FE3ECB9A);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37027A97EC55C744BC18C5990D4AAACACDB90E70);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDD1FCE4765F929F7D327D96D6B142A79351B679);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0030;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0017;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___2_c;
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralBDD1FCE4765F929F7D327D96D6B142A79351B679, L_2, _stringLiteral37027A97EC55C744BC18C5990D4AAACACDB90E70, NULL);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0017:
|
||
|
|
{
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = bgf_GetTagText_m437F0B555486DBC6984D2CF7FC226F3A1E21D6DF(__this, (bool)0, NULL);
|
||
|
|
V_0 = L_4;
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralBDD1FCE4765F929F7D327D96D6B142A79351B679, L_5, _stringLiteral37027A97EC55C744BC18C5990D4AAACACDB90E70, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0030:
|
||
|
|
{
|
||
|
|
return _stringLiteral1B3FB425C0A1A5A27742484AF4CBE503FE3ECB9A;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_kbi_mEC97A6E05611C6A13E7F3A19EE295F4E0841EF24 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral050944C3FECC08CCE9E633CD388A3631D5A99451);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C935941E068929CD8F2F1C7CE342078FB1E719F);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2238095EBD4F10A30D221A5BE4A99DA91362DD4);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD15DE4F908D2E6730DA4FEC738954EAB5FDE982);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_a;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralDD15DE4F908D2E6730DA4FEC738954EAB5FDE982, L_1, _stringLiteral5C935941E068929CD8F2F1C7CE342078FB1E719F, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
String_t* L_3 = ___0_a;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralC2238095EBD4F10A30D221A5BE4A99DA91362DD4, L_3, _stringLiteral050944C3FECC08CCE9E633CD388A3631D5A99451, NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_nwb_m0CF6BA503B624AB2F9B3CD89118116C357131235 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B8E33C3BEEA12C4D6D4920EFE4B165BF90DDE57);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66AB22A616B95819B6D7EC62630EBB2070A3833B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8A4D2876D95E2E4080FF6F00CA9C9C328445128);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral1B8E33C3BEEA12C4D6D4920EFE4B165BF90DDE57, L_1, _stringLiteralF8A4D2876D95E2E4080FF6F00CA9C9C328445128, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral66AB22A616B95819B6D7EC62630EBB2070A3833B;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_qb_m349BA50D1DFF1FD2A6A6E99A1B309C4B0DE8319C (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60AB10874232778B0F7B8297E48A716C04C868EB);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7BCAB94887C6972ACC14B56542E7E528F5031BA);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9936422BA0A3D9BC20618CDE72BA16FC6E65898);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralF9936422BA0A3D9BC20618CDE72BA16FC6E65898, L_1, _stringLiteralB7BCAB94887C6972ACC14B56542E7E528F5031BA, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral60AB10874232778B0F7B8297E48A716C04C868EB;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgf__cctor_mD5BAB0C87F808F125CC911EFF80BF75836D9B569 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* L_0 = (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30*)il2cpp_codegen_object_new(bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30_il2cpp_TypeInfo_var);
|
||
|
|
bgf__ctor_m40D1D0561F28766EB04F5C0AE02CC41BFC06B1DE(L_0, NULL);
|
||
|
|
((bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30_StaticFields*)il2cpp_codegen_static_fields_for(bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30_il2cpp_TypeInfo_var))->___inst = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30_StaticFields*)il2cpp_codegen_static_fields_for(bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30_il2cpp_TypeInfo_var))->___inst), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_GetTagText_m437F0B555486DBC6984D2CF7FC226F3A1E21D6DF (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, bool ___0_remove, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
StringBuilder_t* V_2 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lqh;
|
||
|
|
V_0 = L_0;
|
||
|
|
V_2 = (StringBuilder_t*)NULL;
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_1 = V_2;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL);
|
||
|
|
V_2 = L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
String_t* L_3 = __this->___lqg;
|
||
|
|
int32_t L_4 = V_1;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Il2CppChar L_5;
|
||
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), NULL);
|
||
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)92)))))
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_6 = V_2;
|
||
|
|
String_t* L_7 = __this->___lqg;
|
||
|
|
int32_t L_8 = V_0;
|
||
|
|
int32_t L_9 = V_1;
|
||
|
|
int32_t L_10 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringBuilder_t* L_11;
|
||
|
|
L_11 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_6, L_7, L_8, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_9, L_10)), 1)), NULL);
|
||
|
|
StringBuilder_t* L_12 = V_2;
|
||
|
|
NullCheck(L_12);
|
||
|
|
StringBuilder_t* L_13;
|
||
|
|
L_13 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_12, ((int32_t)91), NULL);
|
||
|
|
int32_t L_14 = V_1;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_15 = V_2;
|
||
|
|
String_t* L_16 = __this->___lqg;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
int32_t L_18 = V_1;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_15);
|
||
|
|
StringBuilder_t* L_20;
|
||
|
|
L_20 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract(L_18, L_19)), NULL);
|
||
|
|
goto IL_006e;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_005b:
|
||
|
|
{
|
||
|
|
String_t* L_21 = __this->___lqg;
|
||
|
|
int32_t L_22 = V_0;
|
||
|
|
NullCheck(L_21);
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_21, ((int32_t)91), L_22, NULL);
|
||
|
|
int32_t L_24 = L_23;
|
||
|
|
V_1 = L_24;
|
||
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006e:
|
||
|
|
{
|
||
|
|
int32_t L_25 = V_1;
|
||
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_0074;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0074:
|
||
|
|
{
|
||
|
|
bool L_26 = ___0_remove;
|
||
|
|
if (!L_26)
|
||
|
|
{
|
||
|
|
goto IL_007e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_1;
|
||
|
|
__this->___lqh = L_27;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007e:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_28 = V_2;
|
||
|
|
NullCheck(L_28);
|
||
|
|
String_t* L_29;
|
||
|
|
L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_28);
|
||
|
|
return L_29;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_bfz_m1F95C1F66C22606B3C861B6DF6ACB5BF070136C3 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1818B035DE13D8C1E36C196B0231BD89C9A851BC);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BFD77B28E41482297D3B2FF70CEE3640F899CFD);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB70C269B8F77A58388800D1AB2711527ECBC549);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralCB70C269B8F77A58388800D1AB2711527ECBC549, L_1, _stringLiteral1818B035DE13D8C1E36C196B0231BD89C9A851BC, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral1BFD77B28E41482297D3B2FF70CEE3640F899CFD;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_hph_mF98377D3A1A67458FCC5C184CE761CB317386150 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, bool ___0_remove, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
StringBuilder_t* V_2 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lqh;
|
||
|
|
V_0 = L_0;
|
||
|
|
V_2 = (StringBuilder_t*)NULL;
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_1 = V_2;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL);
|
||
|
|
V_2 = L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
String_t* L_3 = __this->___lqg;
|
||
|
|
int32_t L_4 = V_1;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Il2CppChar L_5;
|
||
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), NULL);
|
||
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)-11)))))
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_6 = V_2;
|
||
|
|
String_t* L_7 = __this->___lqg;
|
||
|
|
int32_t L_8 = V_0;
|
||
|
|
int32_t L_9 = V_1;
|
||
|
|
int32_t L_10 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringBuilder_t* L_11;
|
||
|
|
L_11 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_6, L_7, L_8, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_9, L_10)), 1)), NULL);
|
||
|
|
StringBuilder_t* L_12 = V_2;
|
||
|
|
NullCheck(L_12);
|
||
|
|
StringBuilder_t* L_13;
|
||
|
|
L_13 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_12, ((int32_t)60), NULL);
|
||
|
|
int32_t L_14 = V_1;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_15 = V_2;
|
||
|
|
String_t* L_16 = __this->___lqg;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
int32_t L_18 = V_1;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_15);
|
||
|
|
StringBuilder_t* L_20;
|
||
|
|
L_20 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract(L_18, L_19)), NULL);
|
||
|
|
goto IL_006e;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_005b:
|
||
|
|
{
|
||
|
|
String_t* L_21 = __this->___lqg;
|
||
|
|
int32_t L_22 = V_0;
|
||
|
|
NullCheck(L_21);
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_21, ((int32_t)86), L_22, NULL);
|
||
|
|
int32_t L_24 = L_23;
|
||
|
|
V_1 = L_24;
|
||
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006e:
|
||
|
|
{
|
||
|
|
int32_t L_25 = V_1;
|
||
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_0074;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0074:
|
||
|
|
{
|
||
|
|
bool L_26 = ___0_remove;
|
||
|
|
if (!L_26)
|
||
|
|
{
|
||
|
|
goto IL_007e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_1;
|
||
|
|
__this->___lqh = L_27;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007e:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_28 = V_2;
|
||
|
|
NullCheck(L_28);
|
||
|
|
String_t* L_29;
|
||
|
|
L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_28);
|
||
|
|
return L_29;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_fbv_m987539ABA02B29A1A11C69C78946B8A8BCA7E08C (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16A91CD925BC44D3B43EA97333EF46CC1ABA46F6);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40C40BE4D5B3BBB6A78D20731332B62B0835A58A);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFC5E480CAF3D3B46CF30CA39E8E1AF147D9FD72);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralDFC5E480CAF3D3B46CF30CA39E8E1AF147D9FD72, L_1, _stringLiteral16A91CD925BC44D3B43EA97333EF46CC1ABA46F6, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral40C40BE4D5B3BBB6A78D20731332B62B0835A58A;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_lwp_mA7B8FFDD5B368A869D75E513CA0940E2BC1BEF15 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06499606AAD91FEDD073C6A97B4523A59D0D983E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87E7A77CA115F3894AAB21400058FABD1C730402);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2AB7BDBA5DA688D47DA15393B959720427FA7C4);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral06499606AAD91FEDD073C6A97B4523A59D0D983E, L_1, _stringLiteralB2AB7BDBA5DA688D47DA15393B959720427FA7C4, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral87E7A77CA115F3894AAB21400058FABD1C730402;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_kgc_m9907BCC20DD21BA73D8986756960DE169CFA7725 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69907016C10E0B720C47C8697C1B04857A3E194E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AAC5FA0EE1EE9163EC56C2D110C47D218A6D205);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC52FA301ED5EF5ABFB0F2D20E5A7751B0F1DF400);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral7AAC5FA0EE1EE9163EC56C2D110C47D218A6D205, L_1, _stringLiteralC52FA301ED5EF5ABFB0F2D20E5A7751B0F1DF400, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
return _stringLiteral69907016C10E0B720C47C8697C1B04857A3E194E;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_ott_mC72014A6B573239E5AFF6990F9B70133C04BA34D (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral115A2A79FF710A3C46524D920D150D825E4A774B);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E153F250D695D5F74273D298630B1ED18FE382F);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E764429A34FB29C347C36D9FC1D10AA544A80A0);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9859F428A7AB4998E04F36322CCC62698506BF82);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5932C08B33F09AE7A2A2259191227E7C50E3DBC);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0030;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___2_c;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0017;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_2 = ___2_c;
|
||
|
|
String_t* L_3;
|
||
|
|
L_3 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralA5932C08B33F09AE7A2A2259191227E7C50E3DBC, L_2, _stringLiteral115A2A79FF710A3C46524D920D150D825E4A774B, NULL);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0017:
|
||
|
|
{
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = bgf_GetTagText_m437F0B555486DBC6984D2CF7FC226F3A1E21D6DF(__this, (bool)0, NULL);
|
||
|
|
V_0 = L_4;
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral3E153F250D695D5F74273D298630B1ED18FE382F, L_5, _stringLiteral5E764429A34FB29C347C36D9FC1D10AA544A80A0, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0030:
|
||
|
|
{
|
||
|
|
return _stringLiteral9859F428A7AB4998E04F36322CCC62698506BF82;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_frc_m88F4233F795398C5039E4515859B11655BB3C5C7 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD1529D74B641AB6519C5679DB4983CF2DCD11ED);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_a;
|
||
|
|
String_t* L_2;
|
||
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11, L_1, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
String_t* L_3 = ___0_a;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralDD1529D74B641AB6519C5679DB4983CF2DCD11ED, L_3, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_frb_m4B7006D4C6791A513E46CEAF8DDC910198E4EC7A (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, String_t* ___0_a, bool ___1_b, String_t* ___2_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FFF3754EB632EBAE0155BEC41E1EDA6FE9AB72E);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD3AB48BDB4AF05F6413118B7071103D5D7A6AFB);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE516E840C2DDABB15861C7853C29F41547423E7);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAFFB04EF189B5674BE387916B6D0E14217FC2AE);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
bool L_0 = ___1_b;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_007d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgf_GetTagText_m437F0B555486DBC6984D2CF7FC226F3A1E21D6DF(__this, (bool)1, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0016;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0018;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0016:
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0018:
|
||
|
|
{
|
||
|
|
int32_t L_5 = __this->___defaultImgWidth;
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_006c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)7);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
|
||
|
|
NullCheck(L_7);
|
||
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral7FFF3754EB632EBAE0155BEC41E1EDA6FE9AB72E);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7;
|
||
|
|
String_t* L_9 = V_0;
|
||
|
|
NullCheck(L_8);
|
||
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_9);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_8;
|
||
|
|
NullCheck(L_10);
|
||
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralBD3AB48BDB4AF05F6413118B7071103D5D7A6AFB);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
||
|
|
int32_t* L_12 = (int32_t*)(&__this->___defaultImgWidth);
|
||
|
|
String_t* L_13;
|
||
|
|
L_13 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_12, NULL);
|
||
|
|
NullCheck(L_11);
|
||
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_13);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_11;
|
||
|
|
NullCheck(L_14);
|
||
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralCE516E840C2DDABB15861C7853C29F41547423E7);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
|
||
|
|
int32_t* L_16 = (int32_t*)(&__this->___defaultImgHeight);
|
||
|
|
String_t* L_17;
|
||
|
|
L_17 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_16, NULL);
|
||
|
|
NullCheck(L_15);
|
||
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_17);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_15;
|
||
|
|
NullCheck(L_18);
|
||
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteralEAFFB04EF189B5674BE387916B6D0E14217FC2AE);
|
||
|
|
String_t* L_19;
|
||
|
|
L_19 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_18, NULL);
|
||
|
|
return L_19;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006c:
|
||
|
|
{
|
||
|
|
String_t* L_20 = V_0;
|
||
|
|
String_t* L_21;
|
||
|
|
L_21 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral7FFF3754EB632EBAE0155BEC41E1EDA6FE9AB72E, L_20, _stringLiteralEAFFB04EF189B5674BE387916B6D0E14217FC2AE, NULL);
|
||
|
|
return L_21;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007d:
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_clj_mB21E4F41927D78F844A77920A0700E31BB0F14DF (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, bool ___0_remove, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
StringBuilder_t* V_2 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lqh;
|
||
|
|
V_0 = L_0;
|
||
|
|
V_2 = (StringBuilder_t*)NULL;
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_1 = V_2;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL);
|
||
|
|
V_2 = L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
String_t* L_3 = __this->___lqg;
|
||
|
|
int32_t L_4 = V_1;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Il2CppChar L_5;
|
||
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), NULL);
|
||
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)19)))))
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_6 = V_2;
|
||
|
|
String_t* L_7 = __this->___lqg;
|
||
|
|
int32_t L_8 = V_0;
|
||
|
|
int32_t L_9 = V_1;
|
||
|
|
int32_t L_10 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringBuilder_t* L_11;
|
||
|
|
L_11 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_6, L_7, L_8, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_9, L_10)), 1)), NULL);
|
||
|
|
StringBuilder_t* L_12 = V_2;
|
||
|
|
NullCheck(L_12);
|
||
|
|
StringBuilder_t* L_13;
|
||
|
|
L_13 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_12, ((int32_t)71), NULL);
|
||
|
|
int32_t L_14 = V_1;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_15 = V_2;
|
||
|
|
String_t* L_16 = __this->___lqg;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
int32_t L_18 = V_1;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_15);
|
||
|
|
StringBuilder_t* L_20;
|
||
|
|
L_20 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract(L_18, L_19)), NULL);
|
||
|
|
goto IL_006e;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_005b:
|
||
|
|
{
|
||
|
|
String_t* L_21 = __this->___lqg;
|
||
|
|
int32_t L_22 = V_0;
|
||
|
|
NullCheck(L_21);
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_21, ((int32_t)39), L_22, NULL);
|
||
|
|
int32_t L_24 = L_23;
|
||
|
|
V_1 = L_24;
|
||
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006e:
|
||
|
|
{
|
||
|
|
int32_t L_25 = V_1;
|
||
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_0074;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0074:
|
||
|
|
{
|
||
|
|
bool L_26 = ___0_remove;
|
||
|
|
if (!L_26)
|
||
|
|
{
|
||
|
|
goto IL_007e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_1;
|
||
|
|
__this->___lqh = L_27;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007e:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_28 = V_2;
|
||
|
|
NullCheck(L_28);
|
||
|
|
String_t* L_29;
|
||
|
|
L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_28);
|
||
|
|
return L_29;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgf_eww_mF5338DD28522E653B2E7977E9D959F98925B4501 (bgf_tDBDDEA9F61DC8FF4B7F42C40536B000B33E60D30* __this, bool ___0_remove, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
StringBuilder_t* V_2 = NULL;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->___lqh;
|
||
|
|
V_0 = L_0;
|
||
|
|
V_2 = (StringBuilder_t*)NULL;
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000b:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_1 = V_2;
|
||
|
|
if (L_1)
|
||
|
|
{
|
||
|
|
goto IL_0014;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_2 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_2, NULL);
|
||
|
|
V_2 = L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0014:
|
||
|
|
{
|
||
|
|
String_t* L_3 = __this->___lqg;
|
||
|
|
int32_t L_4 = V_1;
|
||
|
|
NullCheck(L_3);
|
||
|
|
Il2CppChar L_5;
|
||
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, ((int32_t)il2cpp_codegen_subtract(L_4, 1)), NULL);
|
||
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)89)))))
|
||
|
|
{
|
||
|
|
goto IL_0048;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_6 = V_2;
|
||
|
|
String_t* L_7 = __this->___lqg;
|
||
|
|
int32_t L_8 = V_0;
|
||
|
|
int32_t L_9 = V_1;
|
||
|
|
int32_t L_10 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringBuilder_t* L_11;
|
||
|
|
L_11 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_6, L_7, L_8, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_9, L_10)), 1)), NULL);
|
||
|
|
StringBuilder_t* L_12 = V_2;
|
||
|
|
NullCheck(L_12);
|
||
|
|
StringBuilder_t* L_13;
|
||
|
|
L_13 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_12, ((int32_t)-93), NULL);
|
||
|
|
int32_t L_14 = V_1;
|
||
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
||
|
|
goto IL_005b;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0048:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_15 = V_2;
|
||
|
|
String_t* L_16 = __this->___lqg;
|
||
|
|
int32_t L_17 = V_0;
|
||
|
|
int32_t L_18 = V_1;
|
||
|
|
int32_t L_19 = V_0;
|
||
|
|
NullCheck(L_15);
|
||
|
|
StringBuilder_t* L_20;
|
||
|
|
L_20 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract(L_18, L_19)), NULL);
|
||
|
|
goto IL_006e;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_005b:
|
||
|
|
{
|
||
|
|
String_t* L_21 = __this->___lqg;
|
||
|
|
int32_t L_22 = V_0;
|
||
|
|
NullCheck(L_21);
|
||
|
|
int32_t L_23;
|
||
|
|
L_23 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_21, ((int32_t)-30), L_22, NULL);
|
||
|
|
int32_t L_24 = L_23;
|
||
|
|
V_1 = L_24;
|
||
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_000b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_006e:
|
||
|
|
{
|
||
|
|
int32_t L_25 = V_1;
|
||
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)(-1)))))
|
||
|
|
{
|
||
|
|
goto IL_0074;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (String_t*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0074:
|
||
|
|
{
|
||
|
|
bool L_26 = ___0_remove;
|
||
|
|
if (!L_26)
|
||
|
|
{
|
||
|
|
goto IL_007e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_27 = V_1;
|
||
|
|
__this->___lqh = L_27;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_007e:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_28 = V_2;
|
||
|
|
NullCheck(L_28);
|
||
|
|
String_t* L_29;
|
||
|
|
L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_28);
|
||
|
|
return L_29;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
String_t* bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_Multicast(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, String_t* ___0_tagName, bool ___1_end, String_t* ___2_attr, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
il2cpp_array_size_t length = __this->___delegates->max_length;
|
||
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates->GetAddressAtUnchecked(0));
|
||
|
|
String_t* retVal = NULL;
|
||
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
||
|
|
{
|
||
|
|
bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* currentDelegate = reinterpret_cast<bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E*>(delegatesToInvoke[i]);
|
||
|
|
typedef String_t* (*FunctionPointerType) (RuntimeObject*, String_t*, bool, String_t*, const RuntimeMethod*);
|
||
|
|
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_tagName, ___1_end, ___2_attr, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method));
|
||
|
|
}
|
||
|
|
return retVal;
|
||
|
|
}
|
||
|
|
String_t* bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_OpenInst(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, String_t* ___0_tagName, bool ___1_end, String_t* ___2_attr, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
NullCheck(___0_tagName);
|
||
|
|
typedef String_t* (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*);
|
||
|
|
return ((FunctionPointerType)__this->___method_ptr)(___0_tagName, ___1_end, ___2_attr, method);
|
||
|
|
}
|
||
|
|
String_t* bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_OpenStatic(bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, String_t* ___0_tagName, bool ___1_end, String_t* ___2_attr, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
typedef String_t* (*FunctionPointerType) (String_t*, bool, String_t*, const RuntimeMethod*);
|
||
|
|
return ((FunctionPointerType)__this->___method_ptr)(___0_tagName, ___1_end, ___2_attr, method);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C String_t* DelegatePInvokeWrapper_bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, String_t* ___0_tagName, bool ___1_end, String_t* ___2_attr, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
typedef char* (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, char*);
|
||
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
||
|
|
char* ____0_tagName_marshaled = NULL;
|
||
|
|
____0_tagName_marshaled = il2cpp_codegen_marshal_string(___0_tagName);
|
||
|
|
|
||
|
|
char* ____2_attr_marshaled = NULL;
|
||
|
|
____2_attr_marshaled = il2cpp_codegen_marshal_string(___2_attr);
|
||
|
|
|
||
|
|
char* returnValue = il2cppPInvokeFunc(____0_tagName_marshaled, static_cast<int32_t>(___1_end), ____2_attr_marshaled);
|
||
|
|
|
||
|
|
String_t* _returnValue_unmarshaled = NULL;
|
||
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
||
|
|
|
||
|
|
il2cpp_codegen_marshal_free(returnValue);
|
||
|
|
returnValue = NULL;
|
||
|
|
|
||
|
|
il2cpp_codegen_marshal_free(____0_tagName_marshaled);
|
||
|
|
____0_tagName_marshaled = NULL;
|
||
|
|
|
||
|
|
il2cpp_codegen_marshal_free(____2_attr_marshaled);
|
||
|
|
____2_attr_marshaled = NULL;
|
||
|
|
|
||
|
|
return _returnValue_unmarshaled;
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bge__ctor_mE02F1D1D7219D1FD440751EA3B27481527AEF6BB (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, RuntimeObject* ___0_a, intptr_t ___1_b, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
__this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_b);
|
||
|
|
__this->___method = ___1_b;
|
||
|
|
__this->___m_target = ___0_a;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_a);
|
||
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_b);
|
||
|
|
__this->___method_code = (intptr_t)__this;
|
||
|
|
if (MethodIsStatic((RuntimeMethod*)___1_b))
|
||
|
|
{
|
||
|
|
bool isOpen = parameterCount == 3;
|
||
|
|
if (isOpen)
|
||
|
|
__this->___invoke_impl = (intptr_t)&bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_OpenStatic;
|
||
|
|
else
|
||
|
|
{
|
||
|
|
__this->___invoke_impl = __this->___method_ptr;
|
||
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
else
|
||
|
|
{
|
||
|
|
bool isOpen = parameterCount == 2;
|
||
|
|
if (isOpen)
|
||
|
|
{
|
||
|
|
__this->___invoke_impl = (intptr_t)&bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_OpenInst;
|
||
|
|
}
|
||
|
|
else
|
||
|
|
{
|
||
|
|
if (___0_a == NULL)
|
||
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
||
|
|
__this->___invoke_impl = __this->___method_ptr;
|
||
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
__this->___extra_arg = (intptr_t)&bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_Multicast;
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1 (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, String_t* ___0_tagName, bool ___1_end, String_t* ___2_attr, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
typedef String_t* (*FunctionPointerType) (RuntimeObject*, String_t*, bool, String_t*, const RuntimeMethod*);
|
||
|
|
return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_tagName, ___1_end, ___2_attr, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* bge_BeginInvoke_mB1F67DDA64707FE063E1BBCAABCB69B5BA98F745 (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, String_t* ___0_tagName, bool ___1_end, String_t* ___2_attr, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
void *__d_args[4] = {0};
|
||
|
|
__d_args[0] = ___0_tagName;
|
||
|
|
__d_args[1] = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &___1_end);
|
||
|
|
__d_args[2] = ___2_attr;
|
||
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bge_EndInvoke_mCAD3499AB946377A2B8417B0A6D321663B32B4B8 (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
|
||
|
|
return (String_t*)__result;
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic push
|
||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
|
#endif
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* bgg_kvs_m09EE3C413B6B89CF7625AE1592033D84F6B9E801 (String_t* ___0_tag, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_0 = (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)il2cpp_codegen_object_new(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
bgg__ctor_m4B0F2FB228573AAAD03B7B763589FD3A1CC2D020(L_0, NULL);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_1 = L_0;
|
||
|
|
String_t* L_2 = ___0_tag;
|
||
|
|
NullCheck(L_1);
|
||
|
|
L_1->___name = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___name), (void*)L_2);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_fmi_m647DF31AC7CAD87EFCB76E7060CE5FE737603082 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_mF1B168685DAB4D19E38388D8729FB30B4AF121C0(__this, L_0, (String_t*)NULL, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgg_cwp_m1CADFA95BF2EBDDCD8CE15E25090759B1C7B4E82 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
||
|
|
L_7 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_6, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgg_get_elements_m05BB4E0CF0C5309DE74B737AAFF9E6865A4D5853 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054*)il2cpp_codegen_object_new(bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3(L_1, NULL);
|
||
|
|
__this->___lqj = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqj), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgj_t6E73682718BB2F7163595805C957FE99716CAA6C bgg_GetEnumerator_m8E6F0165C1F3AE58ADA55961B39242519F4ADA1F (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgj_t6E73682718BB2F7163595805C957FE99716CAA6C L_1;
|
||
|
|
memset((&L_1), 0, sizeof(L_1));
|
||
|
|
bgj__ctor_m2334573E515D214A360B03EB390D727C9CE49859((&L_1), (List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD*)NULL, (String_t*)NULL, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
NullCheck(L_2);
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* L_3 = L_2->___rawList;
|
||
|
|
bgj_t6E73682718BB2F7163595805C957FE99716CAA6C L_4;
|
||
|
|
memset((&L_4), 0, sizeof(L_4));
|
||
|
|
bgj__ctor_m2334573E515D214A360B03EB390D727C9CE49859((&L_4), L_3, (String_t*)NULL, NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_dxl_m4D3BB3743B8CB7E3034C1CDFE567512C2D8485DE (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->___lqi;
|
||
|
|
String_t* L_2 = ___0_attrName;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_3;
|
||
|
|
L_3 = Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F(L_1, L_2, Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* bgg_get_attributes_mA526BE93E2E9640ACB0FF67132E44F98FB2FDCDE (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgg_jfb_mF9441A95D45CE8B25377527D9FFB37D1B228C597 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054*)il2cpp_codegen_object_new(bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3(L_1, NULL);
|
||
|
|
__this->___lqj = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqj), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_SetAttribute_mD1FC06081AD57AC9CEDD02AA5BFAE54314342CC6 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, int32_t ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_attrValue), NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_2, L_3, L_4, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bgg_GetAttributeFloat_m9D058DAD55CF8DB8A3EDA416336B14C2E1259C5A (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
float L_1;
|
||
|
|
L_1 = bgg_GetAttributeFloat_m29CAF59C4291E8D02FB6D8D630DF173D37F1BF6D(__this, L_0, (0.0f), NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_SetAttribute_m669E4FB365ACB7B29A2B5B2C3DE3475F62A51E87 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, float ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF2D3C24BC675B9360B499955DA208EE19822C67);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
float L_4 = ___1_attrValue;
|
||
|
|
float L_5 = L_4;
|
||
|
|
RuntimeObject* L_6 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_5);
|
||
|
|
String_t* L_7;
|
||
|
|
L_7 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralEF2D3C24BC675B9360B499955DA208EE19822C67, L_6, NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_2, L_3, L_7, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_GetAttributeBool_m63391077B06EE955C5DE171FD3D062F6B799D255 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
bool L_1;
|
||
|
|
L_1 = bgg_GetAttributeBool_m4507DAF9774A35BC6F78710D91A8D4995CC02AB6(__this, L_0, (bool)0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_GetAttribute_mF1B168685DAB4D19E38388D8729FB30B4AF121C0 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___1_defValue;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bool L_4;
|
||
|
|
L_4 = Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
if (!L_4)
|
||
|
|
{
|
||
|
|
goto IL_001c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001c:
|
||
|
|
{
|
||
|
|
String_t* L_6 = ___1_defValue;
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_HasAttribute_m75EBFDDE596B9A885A45EA0BA65988EC682C7681 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->___lqi;
|
||
|
|
String_t* L_2 = ___0_attrName;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_3;
|
||
|
|
L_3 = Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F(L_1, L_2, Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_duv_mCC3219F58CAFF33A1C02B846C2B0A5A5D7C2044F (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0009;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0009:
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_selector;
|
||
|
|
bool L_2;
|
||
|
|
L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_001d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_3 = __this->___lqj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bgl_Clear_mFBCA93A5A6AC068717352BE077B5DBDDAC050014(L_3, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001d:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_4 = __this->___lqj;
|
||
|
|
String_t* L_5 = ___0_selector;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bgl_RemoveAll_m8D9FB69AAE3C45B56A102D6313CF4EA2F569C8CB(L_4, L_5, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgg_ebv_m55882A9230930B2BD903A7ECE74539F643E328FC (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
||
|
|
L_7 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_6, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bgg_niq_m38B2D80ADB334A0C0C80D64852D12B73439E29B1 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, Il2CppChar ___1_seperator, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0023;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Il2CppChar L_7 = ___1_seperator;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8;
|
||
|
|
L_8 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_6, L_7, 0, NULL);
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0023:
|
||
|
|
{
|
||
|
|
return (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_bqt_mF400218A99D50D20D9131037FCB01C041D2335CB (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___0_child, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0;
|
||
|
|
L_0 = bgg_get_elements_m05BB4E0CF0C5309DE74B737AAFF9E6865A4D5853(__this, NULL);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_1 = ___0_child;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bgl_Add_m35689E502B66B4082360BD0678313C6992B1B48D(L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_SetAttribute_mC404D4372E104CEEE6C663B27CC5987E86A1F988 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, bool ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* G_B4_0 = NULL;
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* G_B4_1 = NULL;
|
||
|
|
String_t* G_B3_0 = NULL;
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* G_B3_1 = NULL;
|
||
|
|
String_t* G_B5_0 = NULL;
|
||
|
|
String_t* G_B5_1 = NULL;
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* G_B5_2 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
bool L_4 = ___1_attrValue;
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
G_B4_0 = L_3;
|
||
|
|
G_B4_1 = L_2;
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
G_B3_0 = L_3;
|
||
|
|
G_B3_1 = L_2;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
G_B5_0 = _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
|
||
|
|
G_B5_1 = G_B3_0;
|
||
|
|
G_B5_2 = G_B3_1;
|
||
|
|
goto IL_0029;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
G_B5_0 = _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
|
||
|
|
G_B5_1 = G_B4_0;
|
||
|
|
G_B5_2 = G_B4_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0029:
|
||
|
|
{
|
||
|
|
NullCheck(G_B5_2);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(G_B5_2, G_B5_1, G_B5_0, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_GetAttributeBool_m4507DAF9774A35BC6F78710D91A8D4995CC02AB6 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, bool ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
bool V_1 = false;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bool L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Boolean_TryParse_m417053B6E8D3724D0EED9E87C90D143622158352(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
bool L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_Reset_m95CB45E9E65E9DD2719AB5B9416DE0F525D457B4 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->___lqi;
|
||
|
|
NullCheck(L_1);
|
||
|
|
Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586(L_1, Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0026;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_3 = __this->___lqj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bgl_Clear_mFBCA93A5A6AC068717352BE077B5DBDDAC050014(L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0026:
|
||
|
|
{
|
||
|
|
__this->___text = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___text), (void*)(String_t*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_cci_m134C9F09831766D9C5262935A0507BCEE24B72BB (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->___lqi;
|
||
|
|
String_t* L_2 = ___0_attrName;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_3;
|
||
|
|
L_3 = Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F(L_1, L_2, Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_blo_m241125C8CE5FB2D06001C02CCE77F95F0A06DF6D (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___1_defValue;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bool L_4;
|
||
|
|
L_4 = Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
if (!L_4)
|
||
|
|
{
|
||
|
|
goto IL_001c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001c:
|
||
|
|
{
|
||
|
|
String_t* L_6 = ___1_defValue;
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_hwp_m1BD0CA582A58E824AA9D572C51436A6590B815E6 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, bool ___0_includeHeader, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB9161363BF5BA6F728286C39E36E82A68449EB7);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
StringBuilder_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
bool L_1 = ___0_includeHeader;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_2 = V_0;
|
||
|
|
NullCheck(L_2);
|
||
|
|
StringBuilder_t* L_3;
|
||
|
|
L_3 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_2, _stringLiteralCB9161363BF5BA6F728286C39E36E82A68449EB7, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_4 = V_0;
|
||
|
|
bgg_frh_mF97DF46CD81CC7ED30BAE880F10F930754313599(__this, L_4, 0, NULL);
|
||
|
|
StringBuilder_t* L_5 = V_0;
|
||
|
|
NullCheck(L_5);
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_5);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_hph_m6716298BDF2D1B103CBAF674CA11AA81A074699D (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->___lqi;
|
||
|
|
NullCheck(L_1);
|
||
|
|
Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586(L_1, Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0026;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_3 = __this->___lqj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bgl_Clear_mFBCA93A5A6AC068717352BE077B5DBDDAC050014(L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0026:
|
||
|
|
{
|
||
|
|
__this->___text = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___text), (void*)(String_t*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgj_t6E73682718BB2F7163595805C957FE99716CAA6C bgg_dtp_m55CC67B8A19BDDD2ED5355934D896B360F34B97F (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_selector;
|
||
|
|
bgj_t6E73682718BB2F7163595805C957FE99716CAA6C L_2;
|
||
|
|
memset((&L_2), 0, sizeof(L_2));
|
||
|
|
bgj__ctor_m2334573E515D214A360B03EB390D727C9CE49859((&L_2), (List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD*)NULL, L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_3 = __this->___lqj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* L_4 = L_3->___rawList;
|
||
|
|
String_t* L_5 = ___0_selector;
|
||
|
|
bgj_t6E73682718BB2F7163595805C957FE99716CAA6C L_6;
|
||
|
|
memset((&L_6), 0, sizeof(L_6));
|
||
|
|
bgj__ctor_m2334573E515D214A360B03EB390D727C9CE49859((&L_6), L_4, L_5, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* bgg_Create_m04CF5CBC1FA36309C3854148A39C3009DB710749 (String_t* ___0_tag, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_0 = (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)il2cpp_codegen_object_new(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
bgg__ctor_m4B0F2FB228573AAAD03B7B763589FD3A1CC2D020(L_0, NULL);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_1 = L_0;
|
||
|
|
String_t* L_2 = ___0_tag;
|
||
|
|
NullCheck(L_1);
|
||
|
|
L_1->___name = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___name), (void*)L_2);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bgg_ksp_m6BE2C4B53308234224D5E00B2091102BE0B8265D (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
float L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
float L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_AppendChild_m829DE448DA71E6EFCC6AA6E24F6F7A0FF15DCDBB (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___0_child, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0;
|
||
|
|
L_0 = bgg_get_elements_m05BB4E0CF0C5309DE74B737AAFF9E6865A4D5853(__this, NULL);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_1 = ___0_child;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bgl_Add_m35689E502B66B4082360BD0678313C6992B1B48D(L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_bmo_mA942276B9083D59D2C8BDF1E2F942ACC487A50B0 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___0_child, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m1D51D1E83BBFD81A21F31E456FCA2487966D4E2C_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0009;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0009:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = __this->___lqj;
|
||
|
|
NullCheck(L_1);
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* L_2 = L_1->___rawList;
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_3 = ___0_child;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bool L_4;
|
||
|
|
L_4 = List_1_Remove_m1D51D1E83BBFD81A21F31E456FCA2487966D4E2C(L_2, L_3, List_1_Remove_m1D51D1E83BBFD81A21F31E456FCA2487966D4E2C_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bgg_GetAttributeFloat_m29CAF59C4291E8D02FB6D8D630DF173D37F1BF6D (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
float L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
float L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgg_fpl_mC8FCC3BA865A667CF05092DA7C1F5361005EE75C (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
||
|
|
L_7 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_6, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* bgg_jmt_m617FF3FC9B259EC350A333DC19374CB84A8FBADC (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = __this->___lqj;
|
||
|
|
String_t* L_2 = ___0_selector;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_3;
|
||
|
|
L_3 = bgl_Find_mFB5F9AD6A3202493412E6F0B421B998374522ECE(L_1, L_2, NULL);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgg_iqc_m4BB86816CA8794AD92126E231F4726412FAC5DDE (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054*)il2cpp_codegen_object_new(bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3(L_1, NULL);
|
||
|
|
__this->___lqj = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqj), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_mmp_mB711BBB1DF2E03CC1765244CBAD5C44236962F04 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
bool L_1;
|
||
|
|
L_1 = bgg_GetAttributeBool_m4507DAF9774A35BC6F78710D91A8D4995CC02AB6(__this, L_0, (bool)0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgg_GetAttributeInt_mF3965547CA1427FFA7BAFC46879989956AEFA0E8 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, int32_t ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
int32_t L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
int32_t L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgg_dam_m4429CA73199891A03331593096BD0517170031A0 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054*)il2cpp_codegen_object_new(bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3(L_1, NULL);
|
||
|
|
__this->___lqj = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqj), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* bgg_ooz_m4F19E4422ED528C2F3FF364DB480E0B24C15B8DF (String_t* ___0_tag, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_0 = (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)il2cpp_codegen_object_new(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
bgg__ctor_m4B0F2FB228573AAAD03B7B763589FD3A1CC2D020(L_0, NULL);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_1 = L_0;
|
||
|
|
String_t* L_2 = ___0_tag;
|
||
|
|
NullCheck(L_1);
|
||
|
|
L_1->___name = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___name), (void*)L_2);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 bgg_GetAttributeVector_mD4BEAFD40B6CBD7A262CC48D657EFE1A1FEC0A3D (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_002b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4;
|
||
|
|
L_4 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_3, ((int32_t)44), 0, NULL);
|
||
|
|
V_1 = L_4;
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = V_1;
|
||
|
|
NullCheck(L_5);
|
||
|
|
int32_t L_6 = 0;
|
||
|
|
String_t* L_7 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
||
|
|
float L_8;
|
||
|
|
L_8 = Single_Parse_m621F610BB84997A2E3C4686913F482316CD3E6B8(L_7, NULL);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = V_1;
|
||
|
|
NullCheck(L_9);
|
||
|
|
int32_t L_10 = 1;
|
||
|
|
String_t* L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
||
|
|
float L_12;
|
||
|
|
L_12 = Single_Parse_m621F610BB84997A2E3C4686913F482316CD3E6B8(L_11, NULL);
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
|
||
|
|
memset((&L_13), 0, sizeof(L_13));
|
||
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_13), L_8, L_12, NULL);
|
||
|
|
return L_13;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002b:
|
||
|
|
{
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
||
|
|
L_14 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
||
|
|
return L_14;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_lqv_mD18419FE88D19266ED7B0E2B9E32CAC0FD889994 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, bool ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
bool V_1 = false;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bool L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Boolean_TryParse_m417053B6E8D3724D0EED9E87C90D143622158352(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
bool L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* bgg_GetNode_mD0721169ED0427E352DB4FD8A338E7D9BB322F47 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = __this->___lqj;
|
||
|
|
String_t* L_2 = ___0_selector;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_3;
|
||
|
|
L_3 = bgl_Find_mFB5F9AD6A3202493412E6F0B421B998374522ECE(L_1, L_2, NULL);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_frh_mF97DF46CD81CC7ED30BAE880F10F930754313599 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, StringBuilder_t* ___0_a, int32_t ___1_b, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0AADDDCB10777660C04FFF62EE090971E9CB5CA);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD1529D74B641AB6519C5679DB4983CF2DCD11ED);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9728CDAA55F0937D907D61236DFF919D10C776C);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgm_t2A60513785E79220241BFB17DF3801C9EDEE5227_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 V_2;
|
||
|
|
memset((&V_2), 0, sizeof(V_2));
|
||
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A V_3;
|
||
|
|
memset((&V_3), 0, sizeof(V_3));
|
||
|
|
int32_t V_4 = 0;
|
||
|
|
int32_t V_5 = 0;
|
||
|
|
int32_t V_6 = 0;
|
||
|
|
int32_t V_7 = 0;
|
||
|
|
int32_t G_B16_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = ___1_b;
|
||
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_1 = ___0_a;
|
||
|
|
int32_t L_2 = ___1_b;
|
||
|
|
NullCheck(L_1);
|
||
|
|
StringBuilder_t* L_3;
|
||
|
|
L_3 = StringBuilder_Append_mE20F6CD28FC8E8C9FD65987DBD32E6087CCE1CF3(L_1, ((int32_t)32), ((int32_t)il2cpp_codegen_multiply(L_2, 2)), NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
String_t* L_4 = __this->___name;
|
||
|
|
bool L_5;
|
||
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46, NULL);
|
||
|
|
if (!L_5)
|
||
|
|
{
|
||
|
|
goto IL_005f;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_6 = ___0_a;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringBuilder_t* L_7;
|
||
|
|
L_7 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_6, _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4, NULL);
|
||
|
|
String_t* L_8 = __this->___text;
|
||
|
|
if (!L_8)
|
||
|
|
{
|
||
|
|
goto IL_0052;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_9 = ___0_a;
|
||
|
|
NullCheck(L_9);
|
||
|
|
int32_t L_10;
|
||
|
|
L_10 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_9, NULL);
|
||
|
|
V_1 = L_10;
|
||
|
|
StringBuilder_t* L_11 = ___0_a;
|
||
|
|
String_t* L_12 = __this->___text;
|
||
|
|
NullCheck(L_11);
|
||
|
|
StringBuilder_t* L_13;
|
||
|
|
L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_11, L_12, NULL);
|
||
|
|
StringBuilder_t* L_14 = ___0_a;
|
||
|
|
int32_t L_15 = V_1;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgm_t2A60513785E79220241BFB17DF3801C9EDEE5227_il2cpp_TypeInfo_var);
|
||
|
|
bgm_EncodeString_m5EF837F931E65BC4CD83036D36D1044D7ED14E4F(L_14, L_15, (bool)0, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0052:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_16 = ___0_a;
|
||
|
|
NullCheck(L_16);
|
||
|
|
StringBuilder_t* L_17;
|
||
|
|
L_17 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_16, _stringLiteralB0AADDDCB10777660C04FFF62EE090971E9CB5CA, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_005f:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_18 = ___0_a;
|
||
|
|
NullCheck(L_18);
|
||
|
|
StringBuilder_t* L_19;
|
||
|
|
L_19 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_18, ((int32_t)60), NULL);
|
||
|
|
String_t* L_20 = __this->___name;
|
||
|
|
NullCheck(L_19);
|
||
|
|
StringBuilder_t* L_21;
|
||
|
|
L_21 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_19, L_20, NULL);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_22 = __this->___lqi;
|
||
|
|
if (!L_22)
|
||
|
|
{
|
||
|
|
goto IL_00fa;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_23 = __this->___lqi;
|
||
|
|
NullCheck(L_23);
|
||
|
|
Enumerator_t173E7BE1F35CA448C7E0EE77345C9E0EC0206562 L_24;
|
||
|
|
L_24 = Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6(L_23, Dictionary_2_GetEnumerator_m46EC45F42CA2279D83568CD3F216AAABA8E749F6_RuntimeMethod_var);
|
||
|
|
V_2 = L_24;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
||
|
|
{
|
||
|
|
|
||
|
|
FINALLY_00ec:
|
||
|
|
{
|
||
|
|
Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD((&V_2), Enumerator_Dispose_m068DDFF5CAFBB15C8A0602DEADA7F10C5BB7ADCD_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
});
|
||
|
|
try
|
||
|
|
{
|
||
|
|
{
|
||
|
|
goto IL_00e1_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0089_1:
|
||
|
|
{
|
||
|
|
KeyValuePair_2_t47AB280304B50F542FD7E14F25DB2C374AEDD80A L_25;
|
||
|
|
L_25 = Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_inline((&V_2), Enumerator_get_Current_m49070E88C2E34AB46E6292A3FB1C227576B8506E_RuntimeMethod_var);
|
||
|
|
V_3 = L_25;
|
||
|
|
StringBuilder_t* L_26 = ___0_a;
|
||
|
|
NullCheck(L_26);
|
||
|
|
StringBuilder_t* L_27;
|
||
|
|
L_27 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_26, ((int32_t)32), NULL);
|
||
|
|
StringBuilder_t* L_28 = ___0_a;
|
||
|
|
String_t* L_29;
|
||
|
|
L_29 = KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_inline((&V_3), KeyValuePair_2_get_Key_m654BCCAE2F20CB11D8E8C2D2C886A0C8A13EB1C4_RuntimeMethod_var);
|
||
|
|
NullCheck(L_28);
|
||
|
|
StringBuilder_t* L_30;
|
||
|
|
L_30 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_28, L_29, NULL);
|
||
|
|
NullCheck(L_30);
|
||
|
|
StringBuilder_t* L_31;
|
||
|
|
L_31 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_30, ((int32_t)61), NULL);
|
||
|
|
NullCheck(L_31);
|
||
|
|
StringBuilder_t* L_32;
|
||
|
|
L_32 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_31, ((int32_t)34), NULL);
|
||
|
|
StringBuilder_t* L_33 = ___0_a;
|
||
|
|
NullCheck(L_33);
|
||
|
|
int32_t L_34;
|
||
|
|
L_34 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_33, NULL);
|
||
|
|
V_4 = L_34;
|
||
|
|
StringBuilder_t* L_35 = ___0_a;
|
||
|
|
String_t* L_36;
|
||
|
|
L_36 = KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_inline((&V_3), KeyValuePair_2_get_Value_m7345512A32CB4DCAA0643050B18DC8DCD71B927A_RuntimeMethod_var);
|
||
|
|
NullCheck(L_35);
|
||
|
|
StringBuilder_t* L_37;
|
||
|
|
L_37 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_35, L_36, NULL);
|
||
|
|
StringBuilder_t* L_38 = ___0_a;
|
||
|
|
int32_t L_39 = V_4;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgm_t2A60513785E79220241BFB17DF3801C9EDEE5227_il2cpp_TypeInfo_var);
|
||
|
|
bgm_EncodeString_m5EF837F931E65BC4CD83036D36D1044D7ED14E4F(L_38, L_39, (bool)1, NULL);
|
||
|
|
StringBuilder_t* L_40 = ___0_a;
|
||
|
|
NullCheck(L_40);
|
||
|
|
StringBuilder_t* L_41;
|
||
|
|
L_41 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_40, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00e1_1:
|
||
|
|
{
|
||
|
|
bool L_42;
|
||
|
|
L_42 = Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438((&V_2), Enumerator_MoveNext_mA93491D9B55547D066053F3BC0A69C635F877438_RuntimeMethod_var);
|
||
|
|
if (L_42)
|
||
|
|
{
|
||
|
|
goto IL_0089_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
goto IL_00fa;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
catch(Il2CppExceptionWrapper& e)
|
||
|
|
{
|
||
|
|
__finallyBlock.StoreException(e.ex);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00fa:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_43 = __this->___lqj;
|
||
|
|
if (L_43)
|
||
|
|
{
|
||
|
|
goto IL_0105;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
G_B16_0 = 0;
|
||
|
|
goto IL_0110;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0105:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_44 = __this->___lqj;
|
||
|
|
NullCheck(L_44);
|
||
|
|
int32_t L_45;
|
||
|
|
L_45 = bgl_get_Count_m9339979151197C6CCFFB1DDDFABA030076461871(L_44, NULL);
|
||
|
|
G_B16_0 = L_45;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0110:
|
||
|
|
{
|
||
|
|
V_0 = G_B16_0;
|
||
|
|
String_t* L_46 = __this->___text;
|
||
|
|
bool L_47;
|
||
|
|
L_47 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_46, NULL);
|
||
|
|
if (!L_47)
|
||
|
|
{
|
||
|
|
goto IL_012e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_48 = V_0;
|
||
|
|
if (L_48)
|
||
|
|
{
|
||
|
|
goto IL_012e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_49 = ___0_a;
|
||
|
|
NullCheck(L_49);
|
||
|
|
StringBuilder_t* L_50;
|
||
|
|
L_50 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_49, _stringLiteralF9728CDAA55F0937D907D61236DFF919D10C776C, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_012e:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_51 = ___0_a;
|
||
|
|
NullCheck(L_51);
|
||
|
|
StringBuilder_t* L_52;
|
||
|
|
L_52 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_51, ((int32_t)62), NULL);
|
||
|
|
String_t* L_53 = __this->___text;
|
||
|
|
bool L_54;
|
||
|
|
L_54 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_53, NULL);
|
||
|
|
if (L_54)
|
||
|
|
{
|
||
|
|
goto IL_0162;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_55 = ___0_a;
|
||
|
|
NullCheck(L_55);
|
||
|
|
int32_t L_56;
|
||
|
|
L_56 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_55, NULL);
|
||
|
|
V_5 = L_56;
|
||
|
|
StringBuilder_t* L_57 = ___0_a;
|
||
|
|
String_t* L_58 = __this->___text;
|
||
|
|
NullCheck(L_57);
|
||
|
|
StringBuilder_t* L_59;
|
||
|
|
L_59 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_57, L_58, NULL);
|
||
|
|
StringBuilder_t* L_60 = ___0_a;
|
||
|
|
int32_t L_61 = V_5;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgm_t2A60513785E79220241BFB17DF3801C9EDEE5227_il2cpp_TypeInfo_var);
|
||
|
|
bgm_EncodeString_m5EF837F931E65BC4CD83036D36D1044D7ED14E4F(L_60, L_61, (bool)0, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0162:
|
||
|
|
{
|
||
|
|
int32_t L_62 = V_0;
|
||
|
|
if ((((int32_t)L_62) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_01b2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_63 = ___0_a;
|
||
|
|
NullCheck(L_63);
|
||
|
|
StringBuilder_t* L_64;
|
||
|
|
L_64 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_63, ((int32_t)10), NULL);
|
||
|
|
int32_t L_65 = ___1_b;
|
||
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_65, 1));
|
||
|
|
V_7 = 0;
|
||
|
|
goto IL_019d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0179:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_66 = __this->___lqj;
|
||
|
|
int32_t L_67 = V_7;
|
||
|
|
NullCheck(L_66);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_68;
|
||
|
|
L_68 = bgl_get_Item_mF5B975ED901B546B8DEDD231181E358EA28CF756(L_66, L_67, NULL);
|
||
|
|
StringBuilder_t* L_69 = ___0_a;
|
||
|
|
int32_t L_70 = V_6;
|
||
|
|
NullCheck(L_68);
|
||
|
|
bgg_frh_mF97DF46CD81CC7ED30BAE880F10F930754313599(L_68, L_69, L_70, NULL);
|
||
|
|
StringBuilder_t* L_71 = ___0_a;
|
||
|
|
NullCheck(L_71);
|
||
|
|
StringBuilder_t* L_72;
|
||
|
|
L_72 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_71, ((int32_t)10), NULL);
|
||
|
|
int32_t L_73 = V_7;
|
||
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_73, 1));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_019d:
|
||
|
|
{
|
||
|
|
int32_t L_74 = V_7;
|
||
|
|
int32_t L_75 = V_0;
|
||
|
|
if ((((int32_t)L_74) < ((int32_t)L_75)))
|
||
|
|
{
|
||
|
|
goto IL_0179;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_76 = ___1_b;
|
||
|
|
if ((((int32_t)L_76) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_01b2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_77 = ___0_a;
|
||
|
|
int32_t L_78 = ___1_b;
|
||
|
|
NullCheck(L_77);
|
||
|
|
StringBuilder_t* L_79;
|
||
|
|
L_79 = StringBuilder_Append_mE20F6CD28FC8E8C9FD65987DBD32E6087CCE1CF3(L_77, ((int32_t)32), ((int32_t)il2cpp_codegen_multiply(L_78, 2)), NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_01b2:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_80 = ___0_a;
|
||
|
|
NullCheck(L_80);
|
||
|
|
StringBuilder_t* L_81;
|
||
|
|
L_81 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_80, _stringLiteralDD1529D74B641AB6519C5679DB4983CF2DCD11ED, NULL);
|
||
|
|
String_t* L_82 = __this->___name;
|
||
|
|
NullCheck(L_81);
|
||
|
|
StringBuilder_t* L_83;
|
||
|
|
L_83 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_81, L_82, NULL);
|
||
|
|
NullCheck(L_83);
|
||
|
|
StringBuilder_t* L_84;
|
||
|
|
L_84 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_83, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgg_Elements_mE988C801E02B987BA6BEE7C4A77335F3E9431198 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054*)il2cpp_codegen_object_new(bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3(L_1, NULL);
|
||
|
|
__this->___lqj = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqj), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgg_GetAttributeInt_m6CC7C659CD1AFDB8D779E415481584EA596B2108 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
int32_t L_1;
|
||
|
|
L_1 = bgg_GetAttributeInt_mF3965547CA1427FFA7BAFC46879989956AEFA0E8(__this, L_0, 0, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bgg_GetAttributeArray_mC71C755A28601A3CFD8D6B14DB83433BDF64D047 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, Il2CppChar ___1_seperator, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0023;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Il2CppChar L_7 = ___1_seperator;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8;
|
||
|
|
L_8 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_6, L_7, 0, NULL);
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0023:
|
||
|
|
{
|
||
|
|
return (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_Parse_m94725A92DB15976A36BAF1EAB946D05C3366B029 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_aSource, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Clear_mB8AA6EE2D13A921310A00AED0326B1B0E5C66FE7_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_m6EA5EA30CC8B8A17CE5B3799045EC89A6FF75617_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m6DAE2B7AF553E3AB559DFD16BFC5CDB752296002_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_mD7B8A8EC61C6FDBDE31E6FD888DEF5618EDEDDB6_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* V_0 = NULL;
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* V_1 = NULL;
|
||
|
|
{
|
||
|
|
bgg_Reset_m95CB45E9E65E9DD2719AB5B9416DE0F525D457B4(__this, NULL);
|
||
|
|
V_0 = (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)NULL;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* L_0 = ((bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_StaticFields*)il2cpp_codegen_static_fields_for(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var))->___lqk;
|
||
|
|
NullCheck(L_0);
|
||
|
|
Stack_1_Clear_mB8AA6EE2D13A921310A00AED0326B1B0E5C66FE7(L_0, Stack_1_Clear_mB8AA6EE2D13A921310A00AED0326B1B0E5C66FE7_RuntimeMethod_var);
|
||
|
|
String_t* L_1 = ___0_aSource;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
bgi_Begin_mFC1A12D030F1127E2DF9386577AC73BE5BD98BB1(L_1, (bool)0, NULL);
|
||
|
|
goto IL_012d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001e:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_2 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0030;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_3 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)2))))
|
||
|
|
{
|
||
|
|
goto IL_00b3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0030:
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_4 = V_0;
|
||
|
|
if (!L_4)
|
||
|
|
{
|
||
|
|
goto IL_003b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_5 = (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)il2cpp_codegen_object_new(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
bgg__ctor_m4B0F2FB228573AAAD03B7B763589FD3A1CC2D020(L_5, NULL);
|
||
|
|
V_1 = L_5;
|
||
|
|
goto IL_0056;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003b:
|
||
|
|
{
|
||
|
|
String_t* L_6 = __this->___name;
|
||
|
|
if (!L_6)
|
||
|
|
{
|
||
|
|
goto IL_0054;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_Reset_m95CB45E9E65E9DD2719AB5B9416DE0F525D457B4(__this, NULL);
|
||
|
|
Exception_t* L_7 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
||
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB8274D95D4D1D2F133F439737BF55F030D399B3F)), NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bgg_Parse_m94725A92DB15976A36BAF1EAB946D05C3366B029_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0054:
|
||
|
|
{
|
||
|
|
V_1 = __this;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0056:
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_8 = V_1;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_9 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagName;
|
||
|
|
NullCheck(L_8);
|
||
|
|
L_8->___name = L_9;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___name), (void*)L_9);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_10 = V_1;
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_11 = V_1;
|
||
|
|
NullCheck(L_11);
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_12 = L_11->___lqi;
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_13;
|
||
|
|
L_13 = bgi_GetAttributes_m9B3ABAC09A478CDD82402972D9583F1F60674036(L_12, NULL);
|
||
|
|
NullCheck(L_10);
|
||
|
|
L_10->___lqi = L_13;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___lqi), (void*)L_13);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_14 = V_0;
|
||
|
|
if (!L_14)
|
||
|
|
{
|
||
|
|
goto IL_00a7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_15 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((((int32_t)L_15) == ((int32_t)2)))
|
||
|
|
{
|
||
|
|
goto IL_0088;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* L_16 = ((bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_StaticFields*)il2cpp_codegen_static_fields_for(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var))->___lqk;
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_17 = V_0;
|
||
|
|
NullCheck(L_16);
|
||
|
|
Stack_1_Push_m6DAE2B7AF553E3AB559DFD16BFC5CDB752296002(L_16, L_17, Stack_1_Push_m6DAE2B7AF553E3AB559DFD16BFC5CDB752296002_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0088:
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_18 = V_0;
|
||
|
|
NullCheck(L_18);
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_19 = L_18->___lqj;
|
||
|
|
if (L_19)
|
||
|
|
{
|
||
|
|
goto IL_009b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_20 = V_0;
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_21 = (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054*)il2cpp_codegen_object_new(bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3(L_21, NULL);
|
||
|
|
NullCheck(L_20);
|
||
|
|
L_20->___lqj = L_21;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___lqj), (void*)L_21);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_009b:
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_22 = V_0;
|
||
|
|
NullCheck(L_22);
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_23 = L_22->___lqj;
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_24 = V_1;
|
||
|
|
NullCheck(L_23);
|
||
|
|
bgl_Add_m35689E502B66B4082360BD0678313C6992B1B48D(L_23, L_24, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00a7:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_25 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((((int32_t)L_25) == ((int32_t)2)))
|
||
|
|
{
|
||
|
|
goto IL_012d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_26 = V_1;
|
||
|
|
V_0 = L_26;
|
||
|
|
goto IL_012d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00b3:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
int32_t L_27 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagType;
|
||
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)1))))
|
||
|
|
{
|
||
|
|
goto IL_012d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_28 = V_0;
|
||
|
|
if (!L_28)
|
||
|
|
{
|
||
|
|
goto IL_00d0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_29 = V_0;
|
||
|
|
NullCheck(L_29);
|
||
|
|
String_t* L_30 = L_29->___name;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_31 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))->___tagName;
|
||
|
|
bool L_32;
|
||
|
|
L_32 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_30, L_31, NULL);
|
||
|
|
if (!L_32)
|
||
|
|
{
|
||
|
|
goto IL_00f0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00d0:
|
||
|
|
{
|
||
|
|
bgg_Reset_m95CB45E9E65E9DD2719AB5B9416DE0F525D457B4(__this, NULL);
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var)));
|
||
|
|
String_t* L_33 = ((bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var))))->___tagName;
|
||
|
|
String_t* L_34;
|
||
|
|
L_34 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD835425485DAF8350724CFBE19D6EC1ECCBCFD91)), L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB9AB56CDD753AA8363330CDF11D8C9C69FCC01AD)), NULL);
|
||
|
|
Exception_t* L_35 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
||
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_35, L_34, NULL);
|
||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&bgg_Parse_m94725A92DB15976A36BAF1EAB946D05C3366B029_RuntimeMethod_var)));
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_00f0:
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_36 = V_0;
|
||
|
|
NullCheck(L_36);
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_37 = L_36->___lqj;
|
||
|
|
if (!L_37)
|
||
|
|
{
|
||
|
|
goto IL_0105;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_38 = V_0;
|
||
|
|
NullCheck(L_38);
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_39 = L_38->___lqj;
|
||
|
|
NullCheck(L_39);
|
||
|
|
int32_t L_40;
|
||
|
|
L_40 = bgl_get_Count_m9339979151197C6CCFFB1DDDFABA030076461871(L_39, NULL);
|
||
|
|
if (L_40)
|
||
|
|
{
|
||
|
|
goto IL_0111;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0105:
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_41 = V_0;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
String_t* L_42;
|
||
|
|
L_42 = bgi_GetText_m946F7B9095BECCCA363E4115953C239ED82C5AB3((bool)0, NULL);
|
||
|
|
NullCheck(L_41);
|
||
|
|
L_41->___text = L_42;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_41->___text), (void*)L_42);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0111:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* L_43 = ((bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_StaticFields*)il2cpp_codegen_static_fields_for(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var))->___lqk;
|
||
|
|
NullCheck(L_43);
|
||
|
|
int32_t L_44;
|
||
|
|
L_44 = Stack_1_get_Count_mD7B8A8EC61C6FDBDE31E6FD888DEF5618EDEDDB6_inline(L_43, Stack_1_get_Count_mD7B8A8EC61C6FDBDE31E6FD888DEF5618EDEDDB6_RuntimeMethod_var);
|
||
|
|
if ((((int32_t)L_44) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_012b;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* L_45 = ((bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_StaticFields*)il2cpp_codegen_static_fields_for(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var))->___lqk;
|
||
|
|
NullCheck(L_45);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_46;
|
||
|
|
L_46 = Stack_1_Pop_m6EA5EA30CC8B8A17CE5B3799045EC89A6FF75617(L_45, Stack_1_Pop_m6EA5EA30CC8B8A17CE5B3799045EC89A6FF75617_RuntimeMethod_var);
|
||
|
|
V_0 = L_46;
|
||
|
|
goto IL_012d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_012b:
|
||
|
|
{
|
||
|
|
V_0 = (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_012d:
|
||
|
|
{
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(bgi_t91EFF8042727D35F608D51DF86880B26610C5A57_il2cpp_TypeInfo_var);
|
||
|
|
bool L_47;
|
||
|
|
L_47 = bgi_NextTag_m420A90BBA7BEA7DC1DC61DABA56565B34042D665(NULL);
|
||
|
|
if (L_47)
|
||
|
|
{
|
||
|
|
goto IL_001e;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_no_mAB7EFB1AEFA18CE9F272382CCB1C0F154906414C (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, int32_t ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_attrValue), NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_2, L_3, L_4, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg__ctor_m68B6E9188737DD9CC38A2316AE6ADA64B051EC0B (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
String_t* L_0 = ___0_a;
|
||
|
|
bgg_Parse_m94725A92DB15976A36BAF1EAB946D05C3366B029(__this, L_0, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_ody_m8D83604A44BDF14C28B8FFAABA6B38C791B6941A (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___1_defValue;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bool L_4;
|
||
|
|
L_4 = Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
if (!L_4)
|
||
|
|
{
|
||
|
|
goto IL_001c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001c:
|
||
|
|
{
|
||
|
|
String_t* L_6 = ___1_defValue;
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_RemoveChildren_m636FF5C7FE0ACC2863B373D0C9F79634777B29C3 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0009;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0009:
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_selector;
|
||
|
|
bool L_2;
|
||
|
|
L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_001d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_3 = __this->___lqj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bgl_Clear_mFBCA93A5A6AC068717352BE077B5DBDDAC050014(L_3, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001d:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_4 = __this->___lqj;
|
||
|
|
String_t* L_5 = ___0_selector;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bgl_RemoveAll_m8D9FB69AAE3C45B56A102D6313CF4EA2F569C8CB(L_4, L_5, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgj_t6E73682718BB2F7163595805C957FE99716CAA6C bgg_caa_m233DB155562F81A34C3735AF1C19472B17078583 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgj_t6E73682718BB2F7163595805C957FE99716CAA6C L_1;
|
||
|
|
memset((&L_1), 0, sizeof(L_1));
|
||
|
|
bgj__ctor_m2334573E515D214A360B03EB390D727C9CE49859((&L_1), (List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD*)NULL, (String_t*)NULL, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
NullCheck(L_2);
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* L_3 = L_2->___rawList;
|
||
|
|
bgj_t6E73682718BB2F7163595805C957FE99716CAA6C L_4;
|
||
|
|
memset((&L_4), 0, sizeof(L_4));
|
||
|
|
bgj__ctor_m2334573E515D214A360B03EB390D727C9CE49859((&L_4), L_3, (String_t*)NULL, NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_RemoveAttribute_mA01A8C96E67264B345DEEB3BCDC5F04090928D0E (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->___lqi;
|
||
|
|
String_t* L_2 = ___0_attrName;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_3;
|
||
|
|
L_3 = Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC(L_1, L_2, Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_jgs_m63172966C37362D1C8F15E99BDEA7A232FCFA43D (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0009;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0009:
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_selector;
|
||
|
|
bool L_2;
|
||
|
|
L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_001d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_3 = __this->___lqj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bgl_Clear_mFBCA93A5A6AC068717352BE077B5DBDDAC050014(L_3, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001d:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_4 = __this->___lqj;
|
||
|
|
String_t* L_5 = ___0_selector;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bgl_RemoveAll_m8D9FB69AAE3C45B56A102D6313CF4EA2F569C8CB(L_4, L_5, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_cts_m039775570422222D1357EF934A5D3AE298C99AD2 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, bool ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
bool V_1 = false;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bool L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Boolean_TryParse_m417053B6E8D3724D0EED9E87C90D143622158352(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
bool L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgg_Elements_m89674E0AF4B5502A9B8E67030F0A283C53AD92CF (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054*)il2cpp_codegen_object_new(bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3(L_1, NULL);
|
||
|
|
__this->___lqj = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqj), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
String_t* L_3 = ___0_selector;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_4;
|
||
|
|
L_4 = bgl_Filter_m37A97474648712CAEA1648C4D5AD475C2E15386D(L_2, L_3, NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgg_ift_mB7735588C1418ADE21D43467FF1AF85BB4CF16C5 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054*)il2cpp_codegen_object_new(bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3(L_1, NULL);
|
||
|
|
__this->___lqj = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqj), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
String_t* L_3 = ___0_selector;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_4;
|
||
|
|
L_4 = bgl_Filter_m37A97474648712CAEA1648C4D5AD475C2E15386D(L_2, L_3, NULL);
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bgg_GetAttributeArray_mD6A0FED1AA3424EE4673BD8872A39A4DF00B80E6 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7;
|
||
|
|
L_7 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_6, ((int32_t)44), 0, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
return (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bgg_dfz_mEFE957469E21BCDB357C80EA93D9C2C7B98EAE3B (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7;
|
||
|
|
L_7 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_6, ((int32_t)58), 0, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
return (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_coj_mD4455FE4D270B77B6DD72D507913F2DFA7B519FC (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bool)0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->___lqi;
|
||
|
|
String_t* L_2 = ___0_attrName;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bool L_3;
|
||
|
|
L_3 = Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F(L_1, L_2, Dictionary_2_ContainsKey_m17345EA05D3F26087F953F6793B2401AA6EE7B0F_RuntimeMethod_var);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool bgg_gms_m73BCDD190C657EF38FE2E9BAD1A55C22B7F485AF (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, bool ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
bool V_1 = false;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bool L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Boolean_TryParse_m417053B6E8D3724D0EED9E87C90D143622158352(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bool L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
bool L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_kjj_mAD721E6CE45EC83AFE089726CCA5B3B946228ABA (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___1_defValue;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bool L_4;
|
||
|
|
L_4 = Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
if (!L_4)
|
||
|
|
{
|
||
|
|
goto IL_001c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001c:
|
||
|
|
{
|
||
|
|
String_t* L_6 = ___1_defValue;
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_RemoveChild_mCD9F002B4D3040B9E4E06D50ED4F47E2ED380D9E (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___0_child, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m1D51D1E83BBFD81A21F31E456FCA2487966D4E2C_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0009;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0009:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = __this->___lqj;
|
||
|
|
NullCheck(L_1);
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* L_2 = L_1->___rawList;
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_3 = ___0_child;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bool L_4;
|
||
|
|
L_4 = List_1_Remove_m1D51D1E83BBFD81A21F31E456FCA2487966D4E2C(L_2, L_3, List_1_Remove_m1D51D1E83BBFD81A21F31E456FCA2487966D4E2C_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgg_mdj_m6025FB3F9919CEB0A5BEF4FDF2842B890CECE8D7 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
||
|
|
L_7 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_6, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_ktx_mAB28E8ADEBC44687D977A9B77CF8847EBC38F987 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, int32_t ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_attrValue), NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_2, L_3, L_4, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg__cctor_mB62C7E9261F72DAC87AE0157C50ECE426FA9A5E7 (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m0430F4EDC674BEDF335E47AA8190A2D9CDB060FA_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t37254E336991D2A7749B756C616F76B0795550AC_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Stack_1_t37254E336991D2A7749B756C616F76B0795550AC* L_0 = (Stack_1_t37254E336991D2A7749B756C616F76B0795550AC*)il2cpp_codegen_object_new(Stack_1_t37254E336991D2A7749B756C616F76B0795550AC_il2cpp_TypeInfo_var);
|
||
|
|
Stack_1__ctor_m0430F4EDC674BEDF335E47AA8190A2D9CDB060FA(L_0, Stack_1__ctor_m0430F4EDC674BEDF335E47AA8190A2D9CDB060FA_RuntimeMethod_var);
|
||
|
|
((bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_StaticFields*)il2cpp_codegen_static_fields_for(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var))->___lqk = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&((bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_StaticFields*)il2cpp_codegen_static_fields_for(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var))->___lqk), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bgg_hbz_mE6CEF75BB6E213098500132B461A8E1ED1D64BF2 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
float L_1;
|
||
|
|
L_1 = bgg_GetAttributeFloat_m29CAF59C4291E8D02FB6D8D630DF173D37F1BF6D(__this, L_0, (1157.0f), NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bgg_fri_m0A370EB89C50FBE8D52145CCEEC37F02EE437A66 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, Il2CppChar ___1_seperator, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0023;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Il2CppChar L_7 = ___1_seperator;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8;
|
||
|
|
L_8 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_6, L_7, 0, NULL);
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0023:
|
||
|
|
{
|
||
|
|
return (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_nks_m590303A2A69FEBD9DC5AF68650AC8DACD782A0FC (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, int32_t ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_attrValue), NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_2, L_3, L_4, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_ekp_mB92CBBE25965FAE9BD4F491A038AB0B60CBB197A (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (!L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = __this->___lqi;
|
||
|
|
NullCheck(L_1);
|
||
|
|
Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586(L_1, Dictionary_2_Clear_m96A01966628B0B9F973D4E29050CC769B116A586_RuntimeMethod_var);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0026;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_3 = __this->___lqj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bgl_Clear_mFBCA93A5A6AC068717352BE077B5DBDDAC050014(L_3, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0026:
|
||
|
|
{
|
||
|
|
__this->___text = (String_t*)NULL;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___text), (void*)(String_t*)NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* bgg_kni_m2C5ECBDAEDDEAE29D52538F83DF9A7D00A883A86 (String_t* ___0_tag, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_0 = (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)il2cpp_codegen_object_new(bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8_il2cpp_TypeInfo_var);
|
||
|
|
bgg__ctor_m4B0F2FB228573AAAD03B7B763589FD3A1CC2D020(L_0, NULL);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_1 = L_0;
|
||
|
|
String_t* L_2 = ___0_tag;
|
||
|
|
NullCheck(L_1);
|
||
|
|
L_1->___name = L_2;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___name), (void*)L_2);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_mF1B168685DAB4D19E38388D8729FB30B4AF121C0(__this, L_0, (String_t*)NULL, NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* bgg_rz_mB3E432CF10971AA8ABFE22B2B23468F2FBF84852 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8*)NULL;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = __this->___lqj;
|
||
|
|
String_t* L_2 = ___0_selector;
|
||
|
|
NullCheck(L_1);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_3;
|
||
|
|
L_3 = bgl_Find_mFB5F9AD6A3202493412E6F0B421B998374522ECE(L_1, L_2, NULL);
|
||
|
|
return L_3;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* bgg_ewi_m8082CC3DDBED9CD8229278EF860DF0BAF8F7857C (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_1 = (bgl_t1919F925966CEC62591E60C944D81ED6BF63A054*)il2cpp_codegen_object_new(bgl_t1919F925966CEC62591E60C944D81ED6BF63A054_il2cpp_TypeInfo_var);
|
||
|
|
bgl__ctor_m9622E78F82914C7356062A85E7B59C5AC60079D3(L_1, NULL);
|
||
|
|
__this->___lqj = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqj), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_2 = __this->___lqj;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bgg_eu_mC94810B97A110611F72063AE6D3C23297F83E6C8 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
float L_1;
|
||
|
|
L_1 = bgg_GetAttributeFloat_m29CAF59C4291E8D02FB6D8D630DF173D37F1BF6D(__this, L_0, (-8848.0f), NULL);
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_SetAttribute_m6FB7F8710FF19D3D782C190E0C3F85066B0EA876 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, String_t* ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
String_t* L_4 = ___1_attrValue;
|
||
|
|
NullCheck(L_2);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_2, L_3, L_4, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_ToXMLString_m815CC54FBDA1121E74B15CC0834D96BA0CEB6AED (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, bool ___0_includeHeader, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8AA5152780BE18631FE5E62F63BE547453D366E);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
StringBuilder_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
||
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
bool L_1 = ___0_includeHeader;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_2 = V_0;
|
||
|
|
NullCheck(L_2);
|
||
|
|
StringBuilder_t* L_3;
|
||
|
|
L_3 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_2, _stringLiteralB8AA5152780BE18631FE5E62F63BE547453D366E, NULL);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
StringBuilder_t* L_4 = V_0;
|
||
|
|
bgg_frh_mF97DF46CD81CC7ED30BAE880F10F930754313599(__this, L_4, 0, NULL);
|
||
|
|
StringBuilder_t* L_5 = V_0;
|
||
|
|
NullCheck(L_5);
|
||
|
|
String_t* L_6;
|
||
|
|
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_5);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F bgg_GetAttributeColor_mB27385B3969402D05CB14C88A3F54BF20E48713B (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
||
|
|
L_7 = bgd_ConvertFromHtmlColor_m498BB9E822FB5E2F1389A60D45ECB196BB232EE2(L_6, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_idi_m9C6CB968BEFBCA29353D114B9D5069D21DE5D58E (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___0_child, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0;
|
||
|
|
L_0 = bgg_get_elements_m05BB4E0CF0C5309DE74B737AAFF9E6865A4D5853(__this, NULL);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_1 = ___0_child;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bgl_Add_m35689E502B66B4082360BD0678313C6992B1B48D(L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg__ctor_m4B0F2FB228573AAAD03B7B763589FD3A1CC2D020 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_kwj_mF28690A7CFDD6D6DF3FDCB129042BDDDFACA5921 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* ___0_child, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0;
|
||
|
|
L_0 = bgg_get_elements_m05BB4E0CF0C5309DE74B737AAFF9E6865A4D5853(__this, NULL);
|
||
|
|
bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* L_1 = ___0_child;
|
||
|
|
NullCheck(L_0);
|
||
|
|
bgl_Add_m35689E502B66B4082360BD0678313C6992B1B48D(L_0, L_1, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float bgg_bja_mBD46D7C5C725CCD22B5727A34B1855DDA3252BBD (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, float ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
float L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
float L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t bgg_btc_m2FB467A16228699C2EEEF962D1CDF3A31012010F (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, int32_t ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
int32_t L_5 = ___1_defValue;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
bool L_7;
|
||
|
|
L_7 = Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21(L_6, (&V_1), NULL);
|
||
|
|
if (!L_7)
|
||
|
|
{
|
||
|
|
goto IL_0021;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_8 = V_1;
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0021:
|
||
|
|
{
|
||
|
|
int32_t L_9 = ___1_defValue;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bgj_t6E73682718BB2F7163595805C957FE99716CAA6C bgg_GetEnumerator_m9A47D27AFDC19AA3C9FABAA1CE01D36EA3A47F55 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0010;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_selector;
|
||
|
|
bgj_t6E73682718BB2F7163595805C957FE99716CAA6C L_2;
|
||
|
|
memset((&L_2), 0, sizeof(L_2));
|
||
|
|
bgj__ctor_m2334573E515D214A360B03EB390D727C9CE49859((&L_2), (List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD*)NULL, L_1, NULL);
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0010:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_3 = __this->___lqj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
List_1_tAEFCF93DBC00DA1EE97644407F7641A85CF4EBAD* L_4 = L_3->___rawList;
|
||
|
|
String_t* L_5 = ___0_selector;
|
||
|
|
bgj_t6E73682718BB2F7163595805C957FE99716CAA6C L_6;
|
||
|
|
memset((&L_6), 0, sizeof(L_6));
|
||
|
|
bgj__ctor_m2334573E515D214A360B03EB390D727C9CE49859((&L_6), L_4, L_5, NULL);
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_fxf_mD922D23AF7F2B65FE892BD6D660F87D97131F3C1 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, int32_t ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
String_t* L_4;
|
||
|
|
L_4 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___1_attrValue), NULL);
|
||
|
|
NullCheck(L_2);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_2, L_3, L_4, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_mbu_m644102490422380FAFDD52996FF6063BE6A00508 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_selector, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_0 = __this->___lqj;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0009;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0009:
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___0_selector;
|
||
|
|
bool L_2;
|
||
|
|
L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_001d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_3 = __this->___lqj;
|
||
|
|
NullCheck(L_3);
|
||
|
|
bgl_Clear_mFBCA93A5A6AC068717352BE077B5DBDDAC050014(L_3, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001d:
|
||
|
|
{
|
||
|
|
bgl_t1919F925966CEC62591E60C944D81ED6BF63A054* L_4 = __this->___lqj;
|
||
|
|
String_t* L_5 = ___0_selector;
|
||
|
|
NullCheck(L_4);
|
||
|
|
bgl_RemoveAll_m8D9FB69AAE3C45B56A102D6313CF4EA2F569C8CB(L_4, L_5, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void bgg_dyi_mFCFC319E155EEF9A31133E0CB1F375C9D3AADB08 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, String_t* ___1_attrValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_0013;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
||
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_1, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
||
|
|
__this->___lqi = L_1;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lqi), (void*)L_1);
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0013:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
String_t* L_4 = ___1_attrValue;
|
||
|
|
NullCheck(L_2);
|
||
|
|
Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_2, L_3, L_4, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bgg_oqt_m339F7DCF86A9B4B7FDDB2D5A9E1F35613F91491B (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, Il2CppChar ___1_seperator, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0023;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
Il2CppChar L_7 = ___1_seperator;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8;
|
||
|
|
L_8 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_6, L_7, 0, NULL);
|
||
|
|
return L_8;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0023:
|
||
|
|
{
|
||
|
|
return (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* bgg_iou_m2F4C37C57EBFF8145370E723B0A8AB2CC09A5802 (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, String_t* ___1_defValue, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_0 = __this->___lqi;
|
||
|
|
if (L_0)
|
||
|
|
{
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_1 = ___1_defValue;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_2 = __this->___lqi;
|
||
|
|
String_t* L_3 = ___0_attrName;
|
||
|
|
NullCheck(L_2);
|
||
|
|
bool L_4;
|
||
|
|
L_4 = Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_mA86D965CB5F74CE8675B7995C61945BEB6E594CB_RuntimeMethod_var);
|
||
|
|
if (!L_4)
|
||
|
|
{
|
||
|
|
goto IL_001c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_5 = V_0;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001c:
|
||
|
|
{
|
||
|
|
String_t* L_6 = ___1_defValue;
|
||
|
|
return L_6;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* bgg_fir_mFC3C74BC7A053463F26E2A9BA27D25DC11354C6E (bgg_tEDDBFBDDB57DD52CA3BFDFF3BC0414611B77E7F8* __this, String_t* ___0_attrName, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
String_t* V_0 = NULL;
|
||
|
|
{
|
||
|
|
String_t* L_0 = ___0_attrName;
|
||
|
|
String_t* L_1;
|
||
|
|
L_1 = bgg_GetAttribute_m9AA34F46EA936301141DC07813B0A891FC4C3AE8(__this, L_0, NULL);
|
||
|
|
V_0 = L_1;
|
||
|
|
String_t* L_2 = V_0;
|
||
|
|
if (!L_2)
|
||
|
|
{
|
||
|
|
goto IL_0024;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
String_t* L_3 = V_0;
|
||
|
|
NullCheck(L_3);
|
||
|
|
int32_t L_4;
|
||
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
||
|
|
if (L_4)
|
||
|
|
{
|
||
|
|
goto IL_001a;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001a:
|
||
|
|
{
|
||
|
|
String_t* L_6 = V_0;
|
||
|
|
NullCheck(L_6);
|
||
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7;
|
||
|
|
L_7 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_6, ((int32_t)91), 0, NULL);
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0024:
|
||
|
|
{
|
||
|
|
return (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
#ifdef __clang__
|
||
|
|
#pragma clang diagnostic pop
|
||
|
|
#endif
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* bdc_get_parent_mD9867357404AF419673EBB5A3216C28A395E76A9_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0 = __this->___U3ClcrU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector;
|
||
|
|
V_0 = L_0;
|
||
|
|
goto IL_0009;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0009:
|
||
|
|
{
|
||
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float bdc_get_x_mC2C7EFBC790AE5756935A4A63733B107076D9D13_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = __this->___lcu;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float bdc_get_y_m40D6D7FC8D9ED61CA4B3DDA10BA9A2EA2E4A79A5_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = __this->___lcv;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float bdc_get_width_m0602098DB998E91CB8364082848B2E1DFABA29FC_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = __this->___lek;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float bdc_get_height_mC757FFE83F4DDF2DB34B7628761715F484A14566_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = __this->___lel;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bfl_set_contentArea_mFBAB81B8915A6106C1EF4CAB8212FE85162AB2C1_inline (bfl_t0F89ED5C6E5BBFF4A53BD7A363A8E3F1011C8C15* __this, bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* L_0 = ___0_value;
|
||
|
|
__this->___loc = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___loc), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* bdc_get_displayObject_m301126FF5C739CAD21FF6DF0298FA9CCFE438E50_inline (bdc_tD1850B3904FFD3ECF4A1DE608CCDCE8D68166F6C* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* L_0 = __this->___U3ClcsU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR xt_t11FAD72BB3709190FFCCB4E57F88CBAD6F138C96* bcq_get_shape_m2476AC5E48B61B78A2585E2C7AA4FFF1F97A708B_inline (bcq_t5702A62DE12536217F8A85320DBDD15BED5468B8* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
xt_t11FAD72BB3709190FFCCB4E57F88CBAD6F138C96* L_0 = __this->___kzo;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
||
|
|
memset((&L_0), 0, sizeof(L_0));
|
||
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
goto IL_001d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001d:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bfm_Invoke_m34B41380345B70E03DA74CC4F7A75226F5476CC8_inline (bfm_t00E29869B54EF1AAFC171A8F68B185687098695F* __this, RuntimeObject* ___0_param, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
|
||
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_param, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_x;
|
||
|
|
__this->___x = L_0;
|
||
|
|
float L_1 = ___1_y;
|
||
|
|
__this->___y = L_1;
|
||
|
|
float L_2 = ___2_z;
|
||
|
|
__this->___z = L_2;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
__this->___rgba = 0;
|
||
|
|
uint8_t L_0 = ___0_r;
|
||
|
|
__this->___r = L_0;
|
||
|
|
uint8_t L_1 = ___1_g;
|
||
|
|
__this->___g = L_1;
|
||
|
|
uint8_t L_2 = ___2_b;
|
||
|
|
__this->___b = L_2;
|
||
|
|
uint8_t L_3 = ___3_a;
|
||
|
|
__this->___a = L_3;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___0_c;
|
||
|
|
uint8_t L_1 = L_0.___r;
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___0_c;
|
||
|
|
uint8_t L_3 = L_2.___g;
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___0_c;
|
||
|
|
uint8_t L_5 = L_4.___b;
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___0_c;
|
||
|
|
uint8_t L_7 = L_6.___a;
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
|
||
|
|
memset((&L_8), 0, sizeof(L_8));
|
||
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), ((float)(((float)L_1)/(255.0f))), ((float)(((float)L_3)/(255.0f))), ((float)(((float)L_5)/(255.0f))), ((float)(((float)L_7)/(255.0f))), NULL);
|
||
|
|
V_0 = L_8;
|
||
|
|
goto IL_003d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003d:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
|
||
|
|
return L_9;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bfq_fqn_m78D7844EE5C5E18357B8C8931B4E481476409670_inline (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0 = ___0_a;
|
||
|
|
__this->___U3ClovU3Ek__BackingField = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClovU3Ek__BackingField), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* bfq_get_button_mB30614B5EB7038E0D2F5BE7C4618280EFC8CA0DE_inline (bfq_t61302B579E04DD13BE7BC5A5DC068E7EC853A33B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbv_t89D26344F4170EFF0F1F9C4A312D4BE6BC03C3CE* L_0 = __this->___U3ClovU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR wd_t11DD7200C1BF658023F82A8697EABF53B029A436* wg_get_parent_m3592F372D5D8E49E6ED7F22391FE46BC1136D4DD_inline (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
wd_t11DD7200C1BF658023F82A8697EABF53B029A436* L_0 = __this->___U3CkfgU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->____stringLength;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_mF2BF9F4261B3431DC20E10A46CFEEED103C48963_inline (float ___0_f, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
static bool s_Il2CppMethodInitialized;
|
||
|
|
if (!s_Il2CppMethodInitialized)
|
||
|
|
{
|
||
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
||
|
|
s_Il2CppMethodInitialized = true;
|
||
|
|
}
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
float L_0 = ___0_f;
|
||
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
||
|
|
double L_1;
|
||
|
|
L_1 = ceil(((double)L_0));
|
||
|
|
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
|
||
|
|
goto IL_000c;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000c:
|
||
|
|
{
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bft_fqp_m7EB3248970B21FE0F0B036CEC78B478BCC408311_inline (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0 = ___0_a;
|
||
|
|
__this->___U3ClpbU3Ek__BackingField = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClpbU3Ek__BackingField), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* bft_get_loader_m82DF7F5987A088940BF83AB8CE6B2F02013BB1D2_inline (bft_t219BF05C70E8EFB4A9697BAD7C24B03CFD8AEFFA* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bcz_t1F33FEE5C628375DDBDBE4ABE450AFB941442980* L_0 = __this->___U3ClpbU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* yj_get_htmlPageContext_m8CABD743EEEF8FE9E2FB4613CDB2D7BC64E4F7FD_inline (yj_t7E888C1672200288B0BEF20734D84E26975E004F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___U3CkoqU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bfu_fqq_m7E22CB9D0135F8DE2B01B88E5B6ABBAAE473AD85_inline (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_0 = ___0_a;
|
||
|
|
__this->___U3ClpfU3Ek__BackingField = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClpfU3Ek__BackingField), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* bfu_get_textInput_mCAD2E756F2B219E618763810B5C643405D975F16_inline (bfu_t63963E7EB55F8D24B6F6B2EB483BB629F14FAB06* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bdm_t7BB89D582A92AD545604E5DC40677C5B2084717A* L_0 = __this->___U3ClpfU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* yj_get_htmlParseOptions_mED7A12957B606E0D6A91FCB1AB2E7A4A2DDA83FA_inline (yj_t7E888C1672200288B0BEF20734D84E26975E004F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bfx_t3EA4A4A30EB81B9A7939C8902F79C12673D8327B* L_0 = __this->___U3CkorU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* yj_get_textField_m7B7C7E4517A104EF565A504C1BCC55D5E595962A_inline (yj_t7E888C1672200288B0BEF20734D84E26975E004F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
yr_tC57B38BD16EBBB123443A77FAD029E3F79DAFF5B* L_0 = __this->___U3CkotU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* wg_get_gameObject_m2F7C9D8EAF30DDD9435BB0435F87CF066F10A2BE_inline (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___U3CkfhU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* wg_get_cachedTransform_mE245327045E55D450D9B0DA2A4B8D6811E04861B_inline (wg_t7CFF9CE7F816A6AA614B64D7E254ED1117E89A47* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___U3CkfiU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B Color32_op_Implicit_m79AF5E0BDE9CE041CAC4D89CBFA66E71C6DD1B70_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_c, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_c;
|
||
|
|
float L_1 = L_0.___r;
|
||
|
|
float L_2;
|
||
|
|
L_2 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_1, NULL);
|
||
|
|
float L_3;
|
||
|
|
L_3 = bankers_roundf(((float)il2cpp_codegen_multiply(L_2, (255.0f))));
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_c;
|
||
|
|
float L_5 = L_4.___g;
|
||
|
|
float L_6;
|
||
|
|
L_6 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_5, NULL);
|
||
|
|
float L_7;
|
||
|
|
L_7 = bankers_roundf(((float)il2cpp_codegen_multiply(L_6, (255.0f))));
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___0_c;
|
||
|
|
float L_9 = L_8.___b;
|
||
|
|
float L_10;
|
||
|
|
L_10 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_9, NULL);
|
||
|
|
float L_11;
|
||
|
|
L_11 = bankers_roundf(((float)il2cpp_codegen_multiply(L_10, (255.0f))));
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___0_c;
|
||
|
|
float L_13 = L_12.___a;
|
||
|
|
float L_14;
|
||
|
|
L_14 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_13, NULL);
|
||
|
|
float L_15;
|
||
|
|
L_15 = bankers_roundf(((float)il2cpp_codegen_multiply(L_14, (255.0f))));
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_16;
|
||
|
|
memset((&L_16), 0, sizeof(L_16));
|
||
|
|
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_16), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_3), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_7), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_11), (uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(L_15), NULL);
|
||
|
|
V_0 = L_16;
|
||
|
|
goto IL_0065;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0065:
|
||
|
|
{
|
||
|
|
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_17 = V_0;
|
||
|
|
return L_17;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bga_fqy_mF24FFAE373C9CC2F54E9C62BBE90B1CA61A2BE9B_inline (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, bbt_tD57E350288A36099A911CA5A9F92152635E20914* ___0_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0 = ___0_a;
|
||
|
|
__this->___U3ClqcU3Ek__BackingField = L_0;
|
||
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClqcU3Ek__BackingField), (void*)L_0);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bbt_tD57E350288A36099A911CA5A9F92152635E20914* bga_get_comboBox_mDA64101232955D55F8EC55E5E5CC230664BAE2D0_inline (bga_t4190CA027505DF11492C1FAE93119D37983DA35F* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
bbt_tD57E350288A36099A911CA5A9F92152635E20914* L_0 = __this->___U3ClqcU3Ek__BackingField;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_r;
|
||
|
|
__this->___r = L_0;
|
||
|
|
float L_1 = ___1_g;
|
||
|
|
__this->___g = L_1;
|
||
|
|
float L_2 = ___2_b;
|
||
|
|
__this->___b = L_2;
|
||
|
|
float L_3 = ___3_a;
|
||
|
|
__this->___a = L_3;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
|
||
|
|
memset((&L_0), 0, sizeof(L_0));
|
||
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (1.0f), NULL);
|
||
|
|
V_0 = L_0;
|
||
|
|
goto IL_001d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_001d:
|
||
|
|
{
|
||
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = __this->___m_XMin;
|
||
|
|
V_0 = L_0;
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
float L_1 = V_0;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = __this->___m_Width;
|
||
|
|
float L_1 = __this->___m_XMin;
|
||
|
|
V_0 = ((float)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
float L_2 = V_0;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
float G_B3_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = ___0_a;
|
||
|
|
float L_1 = ___1_b;
|
||
|
|
if ((((float)L_0) < ((float)L_1)))
|
||
|
|
{
|
||
|
|
goto IL_0008;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_2 = ___1_b;
|
||
|
|
G_B3_0 = L_2;
|
||
|
|
goto IL_0009;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0008:
|
||
|
|
{
|
||
|
|
float L_3 = ___0_a;
|
||
|
|
G_B3_0 = L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0009:
|
||
|
|
{
|
||
|
|
V_0 = G_B3_0;
|
||
|
|
goto IL_000c;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000c:
|
||
|
|
{
|
||
|
|
float L_4 = V_0;
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = __this->___m_YMin;
|
||
|
|
V_0 = L_0;
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
float L_1 = V_0;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = __this->___m_Height;
|
||
|
|
float L_1 = __this->___m_YMin;
|
||
|
|
V_0 = ((float)il2cpp_codegen_add(L_0, L_1));
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
float L_2 = V_0;
|
||
|
|
return L_2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = __this->___m_Width;
|
||
|
|
V_0 = L_0;
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
float L_1 = V_0;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = __this->___m_Height;
|
||
|
|
V_0 = L_0;
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
float L_1 = V_0;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = __this->___m_XMin;
|
||
|
|
V_0 = L_0;
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
float L_1 = V_0;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = __this->___m_YMin;
|
||
|
|
V_0 = L_0;
|
||
|
|
goto IL_000a;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000a:
|
||
|
|
{
|
||
|
|
float L_1 = V_0;
|
||
|
|
return L_1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
float V_0 = 0.0f;
|
||
|
|
float G_B3_0 = 0.0f;
|
||
|
|
{
|
||
|
|
float L_0 = ___0_a;
|
||
|
|
float L_1 = ___1_b;
|
||
|
|
if ((((float)L_0) > ((float)L_1)))
|
||
|
|
{
|
||
|
|
goto IL_0008;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
float L_2 = ___1_b;
|
||
|
|
G_B3_0 = L_2;
|
||
|
|
goto IL_0009;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0008:
|
||
|
|
{
|
||
|
|
float L_3 = ___0_a;
|
||
|
|
G_B3_0 = L_3;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0009:
|
||
|
|
{
|
||
|
|
V_0 = G_B3_0;
|
||
|
|
goto IL_000c;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_000c:
|
||
|
|
{
|
||
|
|
float L_4 = V_0;
|
||
|
|
return L_4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_x;
|
||
|
|
__this->___m_XMin = L_0;
|
||
|
|
float L_1 = ___1_y;
|
||
|
|
__this->___m_YMin = L_1;
|
||
|
|
float L_2 = ___2_width;
|
||
|
|
__this->___m_Width = L_2;
|
||
|
|
float L_3 = ___3_height;
|
||
|
|
__this->___m_Height = L_3;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Rect_MinMaxRect_m540D2DD8C255D276AD4AE06D9CCA2A667EFA39E5_inline (float ___0_xmin, float ___1_ymin, float ___2_xmax, float ___3_ymax, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
||
|
|
memset((&V_0), 0, sizeof(V_0));
|
||
|
|
{
|
||
|
|
float L_0 = ___0_xmin;
|
||
|
|
float L_1 = ___1_ymin;
|
||
|
|
float L_2 = ___2_xmax;
|
||
|
|
float L_3 = ___0_xmin;
|
||
|
|
float L_4 = ___3_ymax;
|
||
|
|
float L_5 = ___1_ymin;
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_6;
|
||
|
|
memset((&L_6), 0, sizeof(L_6));
|
||
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_6), L_0, L_1, ((float)il2cpp_codegen_subtract(L_2, L_3)), ((float)il2cpp_codegen_subtract(L_4, L_5)), NULL);
|
||
|
|
V_0 = L_6;
|
||
|
|
goto IL_0011;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0011:
|
||
|
|
{
|
||
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_7 = V_0;
|
||
|
|
return L_7;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* bge_Invoke_m185CD8682E3F81CCEF7613ACA513EF1DFD90D0E1_inline (bge_t554BC9ED588FEBB8A2E65F077BE403074BEBC83E* __this, String_t* ___0_tagName, bool ___1_end, String_t* ___2_attr, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
typedef String_t* (*FunctionPointerType) (RuntimeObject*, String_t*, bool, String_t*, const RuntimeMethod*);
|
||
|
|
return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_tagName, ___1_end, ___2_attr, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
float L_0 = ___0_x;
|
||
|
|
__this->___x = L_0;
|
||
|
|
float L_1 = ___1_y;
|
||
|
|
__this->___y = L_1;
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->____size;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->____version;
|
||
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = __this->____items;
|
||
|
|
V_0 = L_1;
|
||
|
|
int32_t L_2 = __this->____size;
|
||
|
|
V_1 = L_2;
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_5 = V_1;
|
||
|
|
__this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
RuntimeObject* L_8 = ___0_item;
|
||
|
|
NullCheck(L_6);
|
||
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0034:
|
||
|
|
{
|
||
|
|
RuntimeObject* L_9 = ___0_item;
|
||
|
|
List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 Enumerator_get_Current_mE3475384B761E1C7971D3639BD09117FE8363422_gshared_inline (Enumerator_tEA93FE2B778D098F590CA168BEFC4CD85D73A6B9* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 L_0 = __this->____current;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___value;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->____version;
|
||
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_1 = __this->____size;
|
||
|
|
V_0 = L_1;
|
||
|
|
__this->____size = 0;
|
||
|
|
int32_t L_2 = V_0;
|
||
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
||
|
|
{
|
||
|
|
goto IL_003c;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = __this->____items;
|
||
|
|
int32_t L_4 = V_0;
|
||
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003c:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD8EA7557C27E6956F2AF29DA3F7499B2F51A282_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
RuntimeObject* L_0 = __this->___key;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mDCC1C447C6D0F764F528BDA6C2C9D27898317710_gshared_inline (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->____version;
|
||
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
||
|
|
goto IL_0035;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0035:
|
||
|
|
{
|
||
|
|
__this->____size = 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003c:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m93334A4F09047512AC00211EE3E5B3B7602B7884_gshared_inline (List_1_t4DA9A0C1B4B3174500170B562761906409CA0583* __this, zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 ___0_item, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
zuU5BU5D_tB19830D294C0BC17C1825F2B2983211DA53927CF* V_0 = NULL;
|
||
|
|
int32_t V_1 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->____version;
|
||
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
||
|
|
zuU5BU5D_tB19830D294C0BC17C1825F2B2983211DA53927CF* L_1 = __this->____items;
|
||
|
|
V_0 = L_1;
|
||
|
|
int32_t L_2 = __this->____size;
|
||
|
|
V_1 = L_2;
|
||
|
|
int32_t L_3 = V_1;
|
||
|
|
zuU5BU5D_tB19830D294C0BC17C1825F2B2983211DA53927CF* L_4 = V_0;
|
||
|
|
NullCheck(L_4);
|
||
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
||
|
|
{
|
||
|
|
goto IL_0034;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
int32_t L_5 = V_1;
|
||
|
|
__this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
||
|
|
zuU5BU5D_tB19830D294C0BC17C1825F2B2983211DA53927CF* L_6 = V_0;
|
||
|
|
int32_t L_7 = V_1;
|
||
|
|
zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 L_8 = ___0_item;
|
||
|
|
NullCheck(L_6);
|
||
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910)L_8);
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0034:
|
||
|
|
{
|
||
|
|
zu_t7783E1ABD4B32C322EF7DFFF3A86E47B84F4B910 L_9 = ___0_item;
|
||
|
|
List_1_AddWithResize_m92991049C6531232D85193C4C5C644553A9D9687(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->____size;
|
||
|
|
return L_0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mC37BD673F3326AEC06C40846C540826FCA794C9B_gshared_inline (List_1_tB9245BB1D4FD473F42A1B8E7641ACD72F355265B* __this, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
int32_t V_0 = 0;
|
||
|
|
{
|
||
|
|
int32_t L_0 = __this->____version;
|
||
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
||
|
|
goto IL_0035;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0035:
|
||
|
|
{
|
||
|
|
__this->____size = 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_003c:
|
||
|
|
{
|
||
|
|
return;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method)
|
||
|
|
{
|
||
|
|
bool V_0 = false;
|
||
|
|
float V_1 = 0.0f;
|
||
|
|
bool V_2 = false;
|
||
|
|
{
|
||
|
|
float L_0 = ___0_value;
|
||
|
|
V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0);
|
||
|
|
bool L_1 = V_0;
|
||
|
|
if (!L_1)
|
||
|
|
{
|
||
|
|
goto IL_0015;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
V_1 = (0.0f);
|
||
|
|
goto IL_002d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0015:
|
||
|
|
{
|
||
|
|
float L_2 = ___0_value;
|
||
|
|
V_2 = (bool)((((float)L_2) > ((float)(1.0f)))? 1 : 0);
|
||
|
|
bool L_3 = V_2;
|
||
|
|
if (!L_3)
|
||
|
|
{
|
||
|
|
goto IL_0029;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
{
|
||
|
|
V_1 = (1.0f);
|
||
|
|
goto IL_002d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_0029:
|
||
|
|
{
|
||
|
|
float L_4 = ___0_value;
|
||
|
|
V_1 = L_4;
|
||
|
|
goto IL_002d;
|
||
|
|
}
|
||
|
|
|
||
|
|
IL_002d:
|
||
|
|
{
|
||
|
|
float L_5 = V_1;
|
||
|
|
return L_5;
|
||
|
|
}
|
||
|
|
}
|